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
Show/hide controls from OSC
Re: Show/hide controls from OSC
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.
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.
Re: Show/hide controls from OSC
Hi, thx - yeah, figured I could do something like that, but wondered if it was actually exposed.
thx
thx