Help with remap
Hi guys, I want to remap two buttons on my controller to act as beat length adjuster, one to half the beat and one to double it. Eg: if I have echo activated on 1/2 beat, it’ll then go to 1/4bt when I half it, or 1bt when I double it.
The script I came up with is taking it to 1/2 beat only, if anyone could help me tweak this🙏🏻
param_multiply 0.5 & effect_slider 'echo' 2
Hi guys, I want to remap two buttons on my controller to act as beat length adjuster, one to half the beat and one to double it. Eg: if I have echo activated on 1/2 beat, it’ll then go to 1/4bt when I half it, or 1bt when I double it.
The script I came up with is taking it to 1/2 beat only, if anyone could help me tweak this🙏🏻
param_multiply 0.5 & effect_slider 'echo' 2
Inviato Fri 09 Aug 24 @ 11:40 pm
effect_beats 'echo' +1
effect_beats 'echo' -1
effect_beats 'echo' -1
Inviato Fri 09 Aug 24 @ 11:46 pm