Is there a way through OSC to get the file path of the selected video(or preferably activated video on each layer) and send it out?
Is it possible over OSC to trigger the autopilot to move to the next random video in Resolume? I want the clips to automatically change every time a trigger occurs not when the clip is finished playing?
Also was it possible to control the start/end video position of a clip's playback via OSC. There seemed to be controls for those values, but it didn't work when I tried to change them.
Is it possible to send information about the activated clip on each layer over OSC. So for example if I wanted the opacity values of ONLY the clips that are activated and playing on each layer.
OSC File Path? Other OSC Questions
Re: OSC File Path? Other OSC Questions
No, but the Rest-API can do that https://resolume.com/support/en/restapitwilightcourier wrote: Fri Jun 21, 2024 16:06 Is there a way through OSC to get the file path of the selected video(or preferably activated video on each layer) and send it out?
Not really directly, but you can trigger next clip, or a random number clip from your app that's sending OSC.twilightcourier wrote: Fri Jun 21, 2024 16:06 Is it possible over OSC to trigger the autopilot to move to the next random video in Resolume? I want the clips to automatically change every time a trigger occurs not when the clip is finished playing?
Yes, /composition/layers/2/clips/4/transport/position/out for the out pointAlso was it possible to control the start/end video position of a clip's playback via OSC. There seemed to be controls for those values, but it didn't work when I tried to change them.
Listen for clip triggers in your app, and then do a polling with the clip index https://resolume.com/support/osc#pollingIs it possible to send information about the activated clip on each layer over OSC. So for example if I wanted the opacity values of ONLY the clips that are activated and playing on each layer.
Software developer, Sound Engineer,
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Re: OSC File Path? Other OSC Questions
On the triggering a new random clip. My solution was to have a clip that was the shortest duration that when triggered, would autopilot to random clip on the layer. Works really well for doing just that.