TOGGLE!
Continuing on in the script, the toggle function has proved most useful.
without toggle;
midi.channel1.Control36 = NUMPAD3/1
(to engage 11R reverb)
turned the effect on for as long as the button was held.
then off
toggle fix.
toggle(midi.channel1.Control36) = NUMPAD3/1
Continuing on in the script, the toggle function has proved most useful.
without toggle;
midi.channel1.Control36 = NUMPAD3/1
(to engage 11R reverb)
turned the effect on for as long as the button was held.
then off
toggle fix.
toggle(midi.channel1.Control36) = NUMPAD3/1
No comments:
Post a Comment