Page 1 of 1

Switches control via incoming OSC

Posted: 28 Oct 2012 01:55
by eyevapor
Hi,

I'm trying to control a bank of radio switches via OSC coming from my laptop. The OSC messages from Lemur are Switches3/x1, x2, etc. Sending that same set of messages back out only works in the case of Switches3/x and it only affects the first button. I'm able to set Multiball and Fader via bidrectional OSC, so I get the general idea and my path is set up correctly, but I'm obviously not understanding how to differentiate between the individual switches in the bank, any ideas ?

Thanks,
Jeff

Re: Switches control via incoming OSC

Posted: 29 Oct 2012 09:30
by Macciza
Hi

The address would be Switches3/x - then the values needed x1 x2 x3 x4

So the message would be Switches/x 0 0 1 0 to switch the 3rd switch of a 4 switch array

Hope that helps

MM

Re: Switches control via incoming OSC

Posted: 29 Oct 2012 17:58
by eyevapor
Hi,

Yep, that worked, thanks very much.

Jeff