OSC from Resolume to MagicQ
Posted: Sun Jan 22, 2023 11:37
Hi,
I'm trying to trigger a a playback in MagicQ from Resolume, to have lights and video synced.
The custom OSC message that i need to send is "/pb/1/go", so in Resolume I've added this message to a clip.
It works fine, the problem is that when I'm clearing the level of the clip the OSC message is sent again and trigger for the second time my PB in MagicQ.
These are the messages captured by Protokol
11:24:02.848 | RECEIVE | ENDPOINT([::ffff:192.168.1.200]:63314) ADDRESS(/composition/layers/2/clips/2/selected) INT32(0)
11:24:02.848 | RECEIVE | ENDPOINT([::ffff:192.168.1.200]:63314) ADDRESS(/pb/1/go) INT32(3)
11:24:11.130 | RECEIVE | ENDPOINT([::ffff:192.168.1.200]:63314) ADDRESS(/composition/layers/2/clear)
11:24:11.142 | RECEIVE | ENDPOINT([::ffff:192.168.1.200]:63314) ADDRESS(/pb/1/go) INT32(1)
As you can see after the clearing of the layer 2 I receive again the same message that triggers my PB. Is there a way to prevent it from being sent?
Thanks in advance for every hints you can give me
I'm trying to trigger a a playback in MagicQ from Resolume, to have lights and video synced.
The custom OSC message that i need to send is "/pb/1/go", so in Resolume I've added this message to a clip.
It works fine, the problem is that when I'm clearing the level of the clip the OSC message is sent again and trigger for the second time my PB in MagicQ.
These are the messages captured by Protokol
11:24:02.848 | RECEIVE | ENDPOINT([::ffff:192.168.1.200]:63314) ADDRESS(/composition/layers/2/clips/2/selected) INT32(0)
11:24:02.848 | RECEIVE | ENDPOINT([::ffff:192.168.1.200]:63314) ADDRESS(/pb/1/go) INT32(3)
11:24:11.130 | RECEIVE | ENDPOINT([::ffff:192.168.1.200]:63314) ADDRESS(/composition/layers/2/clear)
11:24:11.142 | RECEIVE | ENDPOINT([::ffff:192.168.1.200]:63314) ADDRESS(/pb/1/go) INT32(1)
As you can see after the clearing of the layer 2 I receive again the same message that triggers my PB. Is there a way to prevent it from being sent?
Thanks in advance for every hints you can give me
