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

Reply Children
No Data
Related