How do I trigger Hold/Go Back with OSC?

I'm working with QLab triggering OSC Commands, Run Cue XX and /eos/key/go_0 are working to run cues and hit the go button, but I'm trying to trigger the hold/go back button and none of the commands I've tried have worked

/eos/key/go_back wasn't working
/eos/key/stopback wasn't working

I know I can do the run cues, but for my hands I would rather also have one button to hold/go back a cue on the midi pad I'm using for Qlab

Parents Reply Children
  • The only thing relevant OSC key I can get to work is Stop. Documentation appears to be incorrect since it says "Back" is valid. I send that and it prints to Diagnostics, but does nothing. When I fire it from console, it prints "Back_Cuelist  888 commandTime = 5", which I guess means it is calling method "BackCueList". When I fire key "Back" from OSC with a 1 and 0, it prints this: "Back commandTime = 0". So it seems like stuff isn't connecting.

Related