Hi everyone,
I'm trying to create a specific workflow in TouchOSC for Eos Nomad to handle unexpected "actor skips" during a show.
My goal is to put a specific Cue in Standby (Pending) on the Master Playback (Gold outline in the PSD) without executing it (NOT a Go To Cue).
The workflow I want:
Press a "CUE" button in TouchOSC (opens the command line).
Type the Cue Number (e.g., 15) using a numeric keypad.
Press a "LOAD" button in TouchOSC to put that specific cue in standby, ready for the next manual [GO].
The issue:
I've tried several OSC strings using /eos/user/1/cmd such as:
Cue X Load #
Cue X / Load #
Cue X Load Master_Playback #
However, some of these commands either trigger the cue immediately or are misinterpreted (e.g., "Master_Playback" results in "Chan 1" on the command line).
What is the exact OSC Address or String argument required to simulate the physical [Load] button of the Master Playback fader pair via OSC?
Thank you for your help!