Page 1 of 1
What's the OSC address for layer transition time?
Posted: Sun Sep 21, 2014 22:40
by 0x80
I'd like to drive the transition time via OSC, but I can't find it. Is there maybe a list of addresses that are not displayed when you click on them in OSC mapping mode?
Re: What's the OSC address for layer transition time?
Posted: Mon Sep 22, 2014 00:15
by gabonacorp
/activelayer/transitiontime (Float 0.0 - 1.0) range (0.0 - 10.0)
you have to select the layer first.
Re: What's the OSC address for layer transition time?
Posted: Mon Sep 22, 2014 07:06
by Oaktown
Or you can try:
/layerX/transitiontime (Float 0.0 - 1.0) range (0.0 - 10.0)
where X is the number of your layer and you can control all your layers at once.
Keep in mind when with OSC addresses in Resolume, you have the choice between [Layer] and [Deck] addresses.
Re: What's the OSC address for layer transition time?
Posted: Mon Sep 22, 2014 09:22
by Joris

- Transition_OSC.png (18.28 KiB) Viewed 10111 times
Don't know why it's not showing for you... Should be there...
Re: What's the OSC address for layer transition time?
Posted: Mon Sep 22, 2014 15:02
by Oaktown
0x80O,if you use Vezer to build OSC compositions, make sure you use the new feature "Send normalized value (0.0f-1.0f)" and select a float from 0 to 10 so that you don't have to do calculation to get the float value between 0 and 1 to equate 0 to 10.
Re: What's the OSC address for layer transition time?
Posted: Mon Sep 22, 2014 20:13
by 0x80
Thanks for the help guys!
Apparently I had scrolled upwards in my layered composition and didn't see layer 1 being lit green in the OSC mapping mode, and clicking the other sliders doesn't show you anything.

Re: What's the OSC address for layer transition time?
Posted: Tue Sep 23, 2014 09:59
by Joris
It sounds like you were in Layer focus. It might be helpful to read up on Layer and Deck focus, it is an integral part of using Resolume with any external protocol like OSC or Midi.
https://resolume.com/manual/en/r4/contr ... rd_control
Re: What's the OSC address for layer transition time?
Posted: Wed Sep 24, 2014 10:25
by 0x80
Yup I skipped some valuable information right there

Thanks!