OSC Shortcut Problem

Post your questions here and we'll all try to help.
Post Reply
aokey
Posts: 3
Joined: Mon Apr 18, 2022 08:18

OSC Shortcut Problem

Post by aokey »

I sent OSC message "/composition/selectedclip/transport/position/behaviour/playdirection #" to control the clip start and stop.
Although I send "/composition/selectedclip/transport/position/behaviour/playdirection 1" osc message, the clip didn't pause, but 0 and 2 parameter works fine.

I enabled OSC output to chech the osc message. I got "/composition/selectedclip/transport/position/behaviour/playdirection 1" from Resolume for manual operation, but I got "/composition/selectedclip/transport/position/behaviour/playdirection 2" when I send osc message ""/composition/selectedclip/transport/position/behaviour/playdirection 1".

I think it's a bug for osc received behavior.
Could you check this problem?

Zoltán
Team Resolume
Posts: 7599
Joined: Thu Jan 09, 2014 13:08
Location: Székesfehérvár, Hungary

Re: OSC Shortcut Problem

Post by Zoltán »

are you sending "/composition/selectedclip/transport/position/behaviour/playdirection 1" as string or
as int 1 to the address "/composition/selectedclip/transport/position/behaviour/playdirection" ?
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

aokey
Posts: 3
Joined: Mon Apr 18, 2022 08:18

Re: OSC Shortcut Problem

Post by aokey »

No, I send "/composition/selectedclip/transport/position/behaviour/playdirection 1" as stop or pause. But it works as play(starting clip).

Zoltán
Team Resolume
Posts: 7599
Joined: Thu Jan 09, 2014 13:08
Location: Székesfehérvár, Hungary

Re: OSC Shortcut Problem

Post by Zoltán »

OSC messages in Resolume are expected in address, and data format.
In this case the address would be "/composition/selectedclip/transport/position/behaviour/playdirection"
And the data should be an integer added to the packet.

Which program are you using to send the messages?
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

aokey
Posts: 3
Joined: Mon Apr 18, 2022 08:18

Re: OSC Shortcut Problem

Post by aokey »

I noticed that although I have to set int value, but I put float value on it.
This isn't a problem, it's just my misunderstand.
Thank you for your good advice.

Post Reply