OSC Command...

Just let it all out, buddy. You're among friends here.
Post Reply
lonestar
Met Resolume in a bar the other day
Posts: 3
Joined: Fri Jul 06, 2012 08:56

OSC Command...

Post by lonestar »

can anyone help me.
i use touch osc for control resolume.
for scale is the correct command

/composition/video/scale/values
i will create a button for reset the scale to 100
i cannot insert range in touch osc. can only create the float 0 or 1
what is the correct command line?
i use the touch osc editor. what other editors for osc available.

thanks

Joris
Doesn't Know Jack about VJ'ing or Software Development and Mostly Just Gets Coffee for Everyone
Posts: 5185
Joined: Fri May 22, 2009 11:38

Re: OSC Command...

Post by Joris »

The value for scale runs from 0% to 1000%. For use with OSC, these values are normalised to the 0...1 range. This means that sending 0 gives 0% scale, sending 1 gives 1000%, 0.7 gives 700% etc etc.

So for 100% scale, you need to send an OSC value of 0.1. For a 'reset to 100%' button, simply create a push button, and set both the min and max values to 0.1.

Attached is a simple example that resets layer 1 to 100% scale.

Hope that makes things a bit clearer.
Attachments
Layer1ResetTo100.touchosc.zip
(517 Bytes) Downloaded 338 times

Post Reply