Specifications
264 Appendix E Display Cluster Protocol
gotoTime Jump to the specified time position along the timeline.
gotoTime 5000
gotoControlCue Jump to the time of specified Control cue. If the optional “reverse only” boolean
is set to true, it searches for the Control cue only back in time from the current
time position. Otherwise it searches first forward then reverse.
The command does not change the run mode of the timeline. If specified cue is
not found, the timeline’s state will not change, and a runtime error message to
this effect will be returned.
gotoControlCue "William" true
Parameter Description
<uint> or <string> Time position to go to, in milliseconds, or as a string in this format:
“HH:MM:SS.FFF”, where FFF is milliseconds.
[<string>] Name of auxiliary timeline to control (omit for main timeline).
Parameter Description
<string> Name of Control cue to look for.
[<bool>] Search in reverse only if true. If false or not specified, then search both ways.
[<string>] Name of auxiliary timeline to control (omit for main timeline).