Page 1 of 1

How to disable x2 sending based on OSC_ARGS

Posted: 02 Jan 2017 02:09
by joe
Hi, I'm still trying to learn this stuff, so hopefully some script wizard can help me out here.

I'm using one lemur fader to control a fader in two different mixes simultaneously. This works, but in some cases (submixes) I would like to disable this sync.
So is it possible to disable sending the x2 value of Track1 fader based on OSC_ARGS received on labelSubmix2?
I really don't know how to write this script so I would really appreciate some help here!
I already copied the receive OSC_ARGS from the label to Fader, but after that I don't know what to type in.
For example I would like to disable sending the x2 value when the received label of the submix is either "PLAY" or "REC".


Thank you already in advance!

Re: How to disable x2 sending based on OSC_ARGS

Posted: 20 Jan 2017 06:05
by phase_change
Create a script triggered on OSC. Then create a conditional if(OSC_ARGS==your label)Dostuff