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.

  • 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”>

  • Eos does send the information:

    the first line is the address i send, the five lines below it is the answer from Eos.

    input:
    /eos/get/cue/1/1
    
    output:
    /eos/out/get/cue/1/1/1
    /eos/out/get/cue/1/1/0/list/0/31, -1(i), 9BA68852-4030-4094-9ADB-DB7332A2D1F0(s), (s), 1000(i), 0(i), 2000(i), 0(i), 3000(i), 0(i), 4000(i), 0(i), 5000(i), 0(i), False(F), 0(s), 100(i), (s), (s), (s), 0(i), -1(i), -1(i), False(F), -1(i), False(F), (s), 0(i), (s), (s), False(F), -1(i)
    /eos/out/get/cue/1/1/0/fx/list/0/2, -1(i), 9BA68852-4030-4094-9ADB-DB7332A2D1F0(s)
    /eos/out/get/cue/1/1/0/links/list/0/2, -1(i), 9BA68852-4030-4094-9ADB-DB7332A2D1F0(s)
    /eos/out/get/cue/1/1/0/actions/list/0/2, -1(i), 9BA68852-4030-4094-9ADB-DB7332A2D1F0(s)

    in the first long output the numbers behind the UID are the category times.

Related