Hello
How do I make a switch that will act as an A/B toggle with a controller data.
So if the right side is selected send midi CC! value between 1 - 63.
IF left side is selected send a midi CC1 value between 65 and 127.
It seems simple but I can not figure it out.
Thanks
a/b switch
-
- Regular
- Posts: 315
- Joined: 02 Nov 2013 11:19
Re: a/b switch
I tend to approach everything with a script instead of built-in funcs.
You can expand the logic inside the if/else conditions to send more data on whatever MIDI channel(s) and to whatever target(s) you want.
The slightly interesting thing is that I set the grid to 2 in the LRSwitch behavior section and set the switch to bi-polar to give it that L/R only effect.
You can expand the logic inside the if/else conditions to send more data on whatever MIDI channel(s) and to whatever target(s) you want.
The slightly interesting thing is that I set the grid to 2 in the LRSwitch behavior section and set the switch to bi-polar to give it that L/R only effect.
- Attachments
-
- switch.jzml
- (3.16 KiB) Downloaded 68 times
Re: a/b switch
Thankyou
That is exactly what I was looking for!
Galen
That is exactly what I was looking for!
Galen