Poll cue duration

Is there a way to poll a cue’s duration over OSC?

eos/get/cue/1/101/duration would make sense but isn’t mentioned in the manual.

Parents
  • It is an implicit output, manual 3.0 page 572

    “/eos/out/active/cue/<cue list number>/<cue number>”, <float argument with percent complete (0.0-1.0)>

    “/eos/out/active/cue”, <float argument with percent complete (0.0-1.0)> “/eos/out/active/cue/text”, <string argument with descriptive text about the active cue, ex: “1/ 2.3 Label 0:05 75%”>

    “/eos/out/pending/cue/<cue list number>/<cue number>”

    Note: Updated once per second.

    “/eos/out/pending/cue/text”, <string argument with descriptive text about the pending cue, ex: “1/2.4 Label 0:30”>

Reply
  • It is an implicit output, manual 3.0 page 572

    “/eos/out/active/cue/<cue list number>/<cue number>”, <float argument with percent complete (0.0-1.0)>

    “/eos/out/active/cue”, <float argument with percent complete (0.0-1.0)> “/eos/out/active/cue/text”, <string argument with descriptive text about the active cue, ex: “1/ 2.3 Label 0:05 75%”>

    “/eos/out/pending/cue/<cue list number>/<cue number>”

    Note: Updated once per second.

    “/eos/out/pending/cue/text”, <string argument with descriptive text about the pending cue, ex: “1/2.4 Label 0:30”>

Children
No Data
Related