Osc Issues (enhancement?)

Post your questions here and we'll all try to help.
Post Reply
tedr56
Posts: 1
Joined: Mon Oct 13, 2014 12:18

Osc Issues (enhancement?)

Post by tedr56 »

Hi dear Resolume Forum.

I was playing lately with TouchOsc and Resolume and noticed a few issues.

When a Layer is selected with /layer3/select 1
Resolume transmit the message to osc output.
But Resolume transmit it also when it receive /layer3/select 0
which would not happen since a layer cannot be deactivated.

When a layer is selected, no message is send to tell other layer is deactivated.
In that case, Osc feedback is not possible to know which layer is on.
I didnt test for clips.

And I noticed that Resolume send /application/cliptarget 0/1/2
But when I try to send it to Resolume, nothing append.

Just a few problems I wanted to share.

Joris
Posts: 5186
Joined: Fri May 22, 2009 11:38

Re: Osc Issues (enhancement?)

Post by Joris »

But Resolume transmit it also when it receive /layer3/select 0
which would not happen since a layer cannot be deactivated.

When a layer is selected, no message is send to tell other layer is deactivated.
When you select a layer, you get a whole waterfall of OSC messages, the very first of which is a deactivate message for the previous layer.

So if layer 1 is active, and you send "/layer2/select 1", the first thing you get back is "/layer1/select 0". You can use this to keep track of the active layer.
And I noticed that Resolume send /application/cliptarget 0/1/2. But when I try to send it to Resolume, nothing append.
Ah yes, it looks like this is broken. I'll add it to the crazy long list of OSC tickets.

Post Reply