Show/hide controls from OSC

Discuss Lemur and share techniques.
Post Reply
leehu
Regular
Posts: 53
Joined: 15 Sep 2012 10:08
Location: London
Contact:

Show/hide controls from OSC

Post by leehu »

Hi, is this possilbe - I'm trying to send an OSC message of the form /target @show 1 or /targer @show 0 but doesn't seem to have any effect.

Is this the correct syntax? thx Lee
xmonsta
Newbie
Posts: 28
Joined: 16 Mar 2013 15:19

Re: Show/hide controls from OSC

Post by xmonsta »

Put a script in your container called "showhide"

Put this in the script: (execution on OSC)

show(findobject(OSC_ARGS[0]), OSC_ARGS[1]);

Then OSC is : /container/showhide 0 (or 1)

I think.
leehu
Regular
Posts: 53
Joined: 15 Sep 2012 10:08
Location: London
Contact:

Re: Show/hide controls from OSC

Post by leehu »

Hi, thx - yeah, figured I could do something like that, but wondered if it was actually exposed.

thx
Post Reply