Page 1 of 1

Custom osc values

Posted: Wed Mar 06, 2019 22:00
by SystemD
Hi,

I'd like to send osc data from resolume to start some cues in a dmx software.
The idea is when i start a clip, resolume send an osc message to trigger my cue in the dmx software.
For each clip, resolume send 2 osc messages : 1 for the clip that stops and an other for the clip who starts.
But the arguments are integer 1 or 3, not 0 or 1.

If i move a slider with a custom osc adresse, the argument is a float between 0. and 1., so no problem.

phpBB [video]

Re: Custom osc values

Posted: Fri Mar 08, 2019 09:27
by Zoltán
When you set clip connect to a custom address, it actually sends the values for Connected state.
These values would be int 0-4
0: empty slot, you get this when you (re)move a clip
1: disconnected, not previewed
2: disconnected, previewed
3: connected, not previewed
4: connected, previewed

Re: Custom osc values

Posted: Fri Mar 08, 2019 10:33
by SystemD
ok, thanks for your explanation Zoltan