Page 1 of 1

Problem with multiple decks in OSC commands

Posted: Sun Mar 28, 2021 16:15
by AEK
Hi all!
How to send OSC commands correctly if a project uses multiple decks? For example, what should be a command in order for it to have an effect on all clips of 3 layer for all decks?

This version only works with one deck:
/composition/layers/3/clips/*/transport/position/behaviour/speed

This version is logically correct, but does not work:
/composition/decks/*/layers/3/clips/*/transport/position/behaviour/speed

Re: Problem with multiple decks in OSC commands

Posted: Sun Mar 28, 2021 19:25
by Arvol
Decks don't play a part in OSC names, you're mapping things to a Layer regardless of what deck it's in. Since Layers hold the FX and such and this doesn't change on a deck level, there's no need for decks in OSC naming.

Re: Problem with multiple decks in OSC commands

Posted: Sun Mar 28, 2021 20:56
by AEK
In this case, how to achieve our goal - to switch the animation speed of clips using the OSC commands? Precisely for a single deck, this works very well, but the show consists of multiple decks that are used as needed. When you switch to other decks, this OSC command stops working. You probably realized that the use of which commands will make it possible to solve our problem of changing (slowing down / speeding up) the tempo of clips of a certain layer. I created a topic about this problem a month ago:
www.resolume.com/forum/viewtopic.php?f=6&t=20365

Re: Problem with multiple decks in OSC commands

Posted: Mon Apr 05, 2021 16:47
by AEK
By the way, why does the animation speed change fader of a clip work in discrete mode, and not smoothly, like a standard fader? In discrete mode, it is very difficult to smoothly change the speed without visible distortion.

Re: Problem with multiple decks in OSC commands

Posted: Mon Apr 05, 2021 17:57
by Arvol
AEK wrote: Mon Apr 05, 2021 16:47 By the way, why does the animation speed change fader of a clip work in discrete mode, and not smoothly, like a standard fader? In discrete mode, it is very difficult to smoothly change the speed without visible distortion.
Could you expand on "discrete" mode? Thanks :)

Re: Problem with multiple decks in OSC commands

Posted: Mon Apr 05, 2021 18:28
by AEK
I'm talking about the situation when the Transport is in synchronization with BPM :

https://yadi.sk/i/5KxNl_DxF4iTOQ

Re: Problem with multiple decks in OSC commands

Posted: Mon Apr 05, 2021 18:49
by Zoltán
AEK wrote: Mon Apr 05, 2021 16:47 By the way, why does the animation speed change fader of a clip work in discrete mode, and not smoothly, like a standard fader? In discrete mode, it is very difficult to smoothly change the speed without visible distortion.
BPM sync means you want to keep your clip synced to the Beat.
That's only possible with specific speed multipliers, powers of 2.

Re: Problem with multiple decks in OSC commands

Posted: Mon Apr 05, 2021 18:57
by AEK
I realized that the multiplier works only with a coefficient of 2, and not less. This strikes the visually noticeable "jerking" in the movement of the clip. By the way, when you change the BPM by 2 times, no jerks are visually noticeable!