Page 1 of 1
Speed change with OSC
Posted: Tue Jun 18, 2013 14:54
by Babcom
Hello. I wonder if anyone else has problems with changing the speed on a video with OSC?
This is what i have tried:
/composition/speed 2.0
/layer1/video/position/speed 0.1
/composition/video/effect1/param1/values 3.0
Nothing happens. A bug? Or is it me : )
Re: Speed change with OSC
Posted: Tue Jun 18, 2013 15:37
by Joris
I don't know, man. It's not the addresses. Copy/pasted them straight from your post and they work for me...
Re: Speed change with OSC
Posted: Tue Jun 18, 2013 20:36
by Babcom
Thanks. Then its not me : D
I'll check out how its sent... Great to know!
Re: Speed change with OSC
Posted: Mon Mar 30, 2015 15:37
by pfelberg
Hi.
I can use OSC to tell Resolume to change composition speed using a slider.
I wonder if there´s a way to tell it to go back/reset to the regular/initial composition speed without using the slider. I just want to push a button. Couldn´t make it happen so far.
Thanks
Paulo
Re: Speed change with OSC
Posted: Mon Mar 30, 2015 15:51
by Joris
Just let the button send to the same address, but with the value for the default.
For the global composition speed, sending a value between 0 and 1 will set the speed between 0 and 10. So
will set the global speed to 1.
Re: Speed change with OSC
Posted: Mon Mar 30, 2015 16:53
by pfelberg
not working. it does nothing : (
Re: Speed change with OSC
Posted: Mon Mar 30, 2015 16:58
by pfelberg
after several blind attempts.. it does what want like this
/composition/speed
Value Range
0.1 to 0
makes no sense, right?