Hi there,
I have quite a few functions mapped to a single knob.
The aim is to:
When the knob is initially turned, the correct effect is loaded, turned on, and reset to 0. Then as is turned the amount is increased.
For this my thinking was:
If the knob is off do nothing. Mod1 = 0.
When knob is initially turned on: select effect (button - direct), turn effect on (button - hold), set effect amount = 0 (button - direct), set Mod1 = 1.
As the knob is turned: effect amount (knob/fader - direct)
When the knob is then turned all the way off: set Mod1=0 again.
I can get the turning on part to work right, excluding setting the initial amount to 0. The reason I need this is, a different knob uses the same effect slot and sometimes has an amount already stored.
Additionally, I have Mod1 set up to the same knob, as 'Hold' and one for M1=0 set M1=1 and vice versa, but that adjusts M1 every time the knob is adjusted (not just on and off).
Is there a better way to do this?
Cheers!
Bookmarks