Firing / Triggering Isadora from EOS / Ion / Gio / ETC Lighting Boards with OSC
-
Hiya friends,
I have run into this problem so many times and finally found the easy solution, so I figured I would share it for those who may have struggled like I have.
EOS formats its OSC Go command info as "/eos/out/event/cue/1/4/fire" with 1 in this example being the cue list and 4 being the cue #, without data attached to this stream address. This makes it a bit unintuitive to pull the cue number into Izzy. To get the cue # in data format requires sending a custom string from Eos.
The custom string to send is "/<address>=%1" (%1 is replaced internally by Eos with the cue number fired)
This lets the cue number come in as something you can send to the Jump to Cue actor.
Hope this helps someone.
Best
D -