Speed change with OSC

Post your questions here and we'll all try to help.
Post Reply
Babcom
Posts: 97
Joined: Tue Sep 13, 2011 08:30

Speed change with OSC

Post 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 : )

Joris
Posts: 5186
Joined: Fri May 22, 2009 11:38

Re: Speed change with OSC

Post by Joris »

I don't know, man. It's not the addresses. Copy/pasted them straight from your post and they work for me...

Babcom
Posts: 97
Joined: Tue Sep 13, 2011 08:30

Re: Speed change with OSC

Post by Babcom »

Thanks. Then its not me : D

I'll check out how its sent... Great to know!

pfelberg
Posts: 678
Joined: Thu Sep 29, 2005 04:49
Location: Rio de Janeiro . Brazil

Re: Speed change with OSC

Post 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

Joris
Posts: 5186
Joined: Fri May 22, 2009 11:38

Re: Speed change with OSC

Post 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

Code: Select all

/composition/speed 0.1 
will set the global speed to 1.

pfelberg
Posts: 678
Joined: Thu Sep 29, 2005 04:49
Location: Rio de Janeiro . Brazil

Re: Speed change with OSC

Post by pfelberg »

not working. it does nothing : (

pfelberg
Posts: 678
Joined: Thu Sep 29, 2005 04:49
Location: Rio de Janeiro . Brazil

Re: Speed change with OSC

Post by pfelberg »

after several blind attempts.. it does what want like this
/composition/speed
Value Range
0.1 to 0

makes no sense, right?

Post Reply