Fire Eos Cue
eos_fire_cueFire any cue immediately by providing its cue list and number, even out of sequence. Sends the command to the console and returns confirmation.
Instructions
Fire a specific cue immediately, regardless of playback sequence (equivalent to selecting it and pressing Go, but works even if it's out of order).
Args:
cue_list (number): Cue list number the cue lives in.
cue_number (string): Cue number, e.g. "5" or "12.5" for a numbered part.
Returns confirmation text once the OSC message is sent. Eos does not send a synchronous acknowledgement, so success here means "the command was sent," not "the cue finished." Use eos_get_status to check playback position afterward.
Example: cue_list=1, cue_number="5" fires cue 5 in cue list 1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cue_list | Yes | Cue list number | |
| cue_number | Yes | Cue number, e.g. "5" or "12.5" |