How to disable x2 sending based on OSC_ARGS

Discuss Lemur and share techniques.
Post Reply
joe
Newbie
Posts:9
Joined:10 Aug 2014 18:41
How to disable x2 sending based on OSC_ARGS

Post by joe » 02 Jan 2017 02:09

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!
Attachments
tmfx_1.jzml
(4.19KiB)Downloaded 67 times

phase_change
Regular
Posts:114
Joined:31 May 2015 18:45
Location:Austin, TX

Re: How to disable x2 sending based on OSC_ARGS

Post by phase_change » 20 Jan 2017 06:05

Create a script triggered on OSC. Then create a conditional if(OSC_ARGS==your label)Dostuff
Have you tried turning it off and on again?

Post Reply