Page 1 of 1

Jumping around UI with OSC

Posted: Tue Oct 02, 2018 18:54
by Grimm90
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 ?

Re: Jumping around UI with OSC

Posted: Tue Oct 02, 2018 20:33
by Arvol

Re: Jumping around UI with OSC

Posted: Wed Oct 03, 2018 10:08
by Grimm90
Great that fixed it , thank you sir !

Re: Jumping around UI with OSC

Posted: Fri Oct 05, 2018 16:34
by Grimm90
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 ? :/

Re: Jumping around UI with OSC

Posted: Fri Oct 05, 2018 18:01
by Arvol
This is what works for me:
0 = Reverse
.25 = Forward
.5 = Pause
.75 = Random

Re: Jumping around UI with OSC

Posted: Fri Oct 05, 2018 18:49
by Grimm90
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 .