Hi,
I encountered two problems during a show I made using Resolume 6.0.7 and OSC.
First problem : let's say I want to control clip 1 on layer 3 : if I send "/composition/layers/3/clips/1/transport/position/behaviour/playdirection" and add an int argument between 0 and 3 (as written in documentation) I will only be able to play backward or forward with "0"and "1" values, "2" and "3" values won't have any effect (no pause or random playback).
The second one appeared when I tried to control the same clip timeline position through OSC. Wherever I move the position, the media restarts and then go to the asked position. This doesn't appear when the position is moved with a mouse. A trick I found is to set the media on pause manually (because it doesn't work with OSC as said above) and then move.
Are those bugs known ?
Thank you,
Alex
OSC clip playback
OSC clip playback
Last edited by theoriz on Mon May 28, 2018 15:48, edited 2 times in total.
Re: OSC clip playback
Yes, we're working on it.
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 clip playback
I still have the same problem.
OSC play and pause (.../direction/2, .../direction/3) don't work, on global, layer and clip levels,
This problem exists both when trying to send OSC messages manually, but also when syncing two Resolume Arenas on two computers through OSC.
OSC play and pause (.../direction/2, .../direction/3) don't work, on global, layer and clip levels,
This problem exists both when trying to send OSC messages manually, but also when syncing two Resolume Arenas on two computers through OSC.
Re: OSC clip playback
These should be messages to the address:nuvedai wrote: Thu Mar 14, 2019 16:55 OSC play and pause (.../direction/2, .../direction/3) don't work, on global, layer and clip levels,
/composition/layers/2/direction
with an integer argument: 0 to 3
/composition/layers/2/direction/2 address alone won't work.
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 clip playback
I apologize, that's what I meant.Zoltán wrote: Thu Mar 14, 2019 17:06 These should be messages to the address:
/composition/layers/2/direction
with an integer argument: 0 to 3
Sending integer / float 0, to an address like /composition/direction or /composition/layers/1/direction, works.
Sending any other number, int or float, always triggers the "play forward" button.
As if inside Resolume Arena the type is actually coded as a boolean (where anything other than 0 is interpreted as 1).
Like I said, this also causes a problem with Resolume's own OSC syncing feature, so it is definitely a bug on Resolume's side.
Re: OSC clip playback
Which 6.x.x Resolume version are your using exactly?
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 clip playback
6.0.7
Okay, I see something similar was addressed at 6.0.11
I'll update and see.
Thanks.
Okay, I see something similar was addressed at 6.0.11
I'll update and see.
Thanks.
Re: OSC clip playback
Works! Sorry for unnecessary trouble / Thanks for showing the way
Re: OSC clip playback
I am use 0 for Back, 0,33 for Fwd, 0,6 for Pause, 0,9 for Random. And its worknuvedai wrote: Thu Mar 14, 2019 16:55 OSC play and pause (.../direction/2, .../direction/3) don't work