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.
Osc Issues (enhancement?)
Re: Osc Issues (enhancement?)
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.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.
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.
Ah yes, it looks like this is broken. I'll add it to the crazy long list of OSC tickets.And I noticed that Resolume send /application/cliptarget 0/1/2. But when I try to send it to Resolume, nothing append.