Page 1 of 1

Osc Issues (enhancement?)

Posted: Tue Oct 14, 2014 17:07
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.

Re: Osc Issues (enhancement?)

Posted: Thu Oct 16, 2014 17:42
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.