What's the OSC address for layer transition time?
What's the OSC address for layer transition time?
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?
-
- Posts: 59
- Joined: Sun Jun 30, 2013 15:02
Re: What's the OSC address for layer transition time?
/activelayer/transitiontime (Float 0.0 - 1.0) range (0.0 - 10.0)
you have to select the layer first.
you have to select the layer first.
Re: What's the OSC address for layer transition time?
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.
/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?
Don't know why it's not showing for you... Should be there...
Re: What's the OSC address for layer transition time?
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?
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.
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?
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
https://resolume.com/manual/en/r4/contr ... rd_control
Re: What's the OSC address for layer transition time?
Yup I skipped some valuable information right there
Thanks!
