Get Current Cue via OSC

Hi,

Is there a way to poll Eos via OSC to get the current active cue. Something like /eos/get/current/cue would be nice, but doesn't seem to exist. I realise that /eos/out/active/cue will tell me when cues are running, but I don't want my application to have to constantly listen to UDP messages. Thank You.

Parents Reply
  • To be honest it's mostly to do with my lack of experience in writing non-blocking UDP receiving functions in C!
    I have an application that continuously polls other external equipment for data in a tight loop every second and I need to log this against the current cue. It would be just much easier to code if I could also poll Eos for this information from within my loop. But it is beginning to appear I can't.
Children
Related