a/b switch

Discuss Lemur and share techniques.
Post Reply
gweston
Newbie
Posts: 15
Joined: 06 Mar 2013 13:26

a/b switch

Post by gweston »

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
oldgearguy
Regular
Posts: 315
Joined: 02 Nov 2013 11:19

Re: a/b switch

Post by oldgearguy »

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.
Attachments
switch.jzml
(3.16 KiB) Downloaded 67 times
gweston
Newbie
Posts: 15
Joined: 06 Mar 2013 13:26

Re: a/b switch

Post by gweston »

Thankyou

That is exactly what I was looking for!

Galen
Post Reply