Hello!
So i want my resolume server to trigger my lighting cues on my light console when a column is fired in resolume. I chose OSC because resolume and my console both use it. I use a Enttec D-Pro console on a Mac Mini.
I have D-pro as the listener and Resolume sending the OSC output. The string code is: /sc/btn/run/1/6/1 1.
It breaks down as /ShowControl/Button/Run/Page 1/Row 6/Button 1 (1) The second 1 is to tell D-Pro to start the cue. if it was a 0 it would stop the cue.
My issue i am having is Resolume does not seam to be able to send the last 1, maybe because of the space or some thing, but i cant get resolume to trigger my lighting cues. I can get it to work with TouchOSC because it has the value range of 0 to 1 and i can get TouchOSC to trigger a column as well, just cant get it the way i need it to.
Is there some thing i am missing about the command line to send the last 1 to start the cue?
Anybody ever done this before?
Thanks for the Help!!!