I have a request…
I’d like to be able to do a CC toggle.
My controller has momentary buttons and pads that I’d like to use. They are sending “0” and “127” as would be expected on the press and release.
I’d like some way to ignore the release and send “127” on the first press and “0” on the second press so they act like a Toggle switch rather than a momentary button.
For example a rule would look like “TC” as “Toggle CC output”
MAP CH#0 TC#20 => CH#0 CC#20
Map Channel 0 CC#20 as a Toggle Controller Change to Channel 0 Change Control 20.
And the ultimate solution would allow setting the On and Off values as well like this where a button on CC20 would act as a volume toggle between two set points 32, and 96
MAP CH#0 TC#21 VAL#32,96 => CH#0 CC#7
I’ve spent some time looking at the various code, and I can’t see a clear path to add this myself…