Feature Request: OSC Cue Query

It would be great to be able to query the names and numbers of the previous , current and next cues via OSC. 

I sometimes run the console remotely via bitfocus “companion” and the ability to display the cue names on the buttons would be great. 

Others might like to see the cue numbers. 

Thanks. 

Parents
  • The current and next cue name and number is already announced in the payload of the cue status OSC message - "A" and "B" cues.

    You'll need an OSC implementation capable of reading the arguments from an OSC message.

    The full list of cues is already available in JSON format via HTTP GET, see the Amigo javascript for an example.

Reply
  • The current and next cue name and number is already announced in the payload of the cue status OSC message - "A" and "B" cues.

    You'll need an OSC implementation capable of reading the arguments from an OSC message.

    The full list of cues is already available in JSON format via HTTP GET, see the Amigo javascript for an example.

Children
Related