Hi !
I'm trying to make resolume controllable by multiple people at the same time using OSC controllers on tablets. Ideally i would like one person on a tablet for example controlling effect clip on/off & their parameters , while another person can be selecting & playing clips on the laptop with mouse & keyboard
If resolume gets an OSC command , lets say : /composition/layers/5/clips/1/connect , the main screen UI will 'jump' to that clip , highlighting it's name and showing its clip properties.
I can imagine this is handy in some situations , but it kinda messes up what i'm trying to achieve , as this makes it impractical for the person at the laptop display :/
Is there a way to stop resolume going to the selected clip after an osc command ?
Jumping around UI with OSC
Re: Jumping around UI with OSC
Great that fixed it , thank you sir !
Re: Jumping around UI with OSC
One more i'm really stuck with , tried every combination i could think of by now i :/
I want to control the composition play direction / pauze / random with OSC , but im doing something wrong.
Im sending OSC to '/composition/direction' , with a range of 0 - 0 for playing backwards , that works.
/composition/direction , with a range of 1 - 1 doesnt make the clip play forward.
/composition/direction 1 , also doesn't work , no matter of i set the range to 0-1 , or to 1-1
What am i missing to make these work ? :/
I want to control the composition play direction / pauze / random with OSC , but im doing something wrong.
Im sending OSC to '/composition/direction' , with a range of 0 - 0 for playing backwards , that works.
/composition/direction , with a range of 1 - 1 doesnt make the clip play forward.
/composition/direction 1 , also doesn't work , no matter of i set the range to 0-1 , or to 1-1
What am i missing to make these work ? :/
Re: Jumping around UI with OSC
This is what works for me:
0 = Reverse
.25 = Forward
.5 = Pause
.75 = Random
0 = Reverse
.25 = Forward
.5 = Pause
.75 = Random
Re: Jumping around UI with OSC
Ow great thanks that worked !
For further reference , in touchosc , the adress for is : /composition/direction ,
Don't add anything behind this adress but change the "value range" to 0 / 0.25 / 0.5 / 0.75 for these controls .
For further reference , in touchosc , the adress for is : /composition/direction ,
Don't add anything behind this adress but change the "value range" to 0 / 0.25 / 0.5 / 0.75 for these controls .