Instruction manual
Developer Information
63
To go to the start or end of the current clip:
goto: clip: {"start", "end"}↵
To go to the start of the first clip or the end of the last clip:
goto: timeline: {"start", "end"}↵
To go to a specified timecode:
goto: timecode: {timecode}↵
To move forward or back a specified duration in timecode:
goto: timecode: {"+", "-"}{duration in timecode}↵
Note that only one parameter/value pair is allowed for each goto command.
Enumerating supported commands and parameters
The "commands" command returns the supported commands:
commands↵
The command list is returned in a computer readable XML format:
212 commands:
<commands>↵
<command name="…"><parameter name="…"/>…</command>↵
<command name="…"><parameter name="…"/>…</command>↵
…
</co m m a nd s>
↵
↵
More XML tokens and parameters may be added in later releases.
Controlling asynchronous notifications
The "notify" command may be used to enable or disable asynchronous
notifications from the server. To enable or disable transport notifications:
notify: transport: {"true", "false"}↵
To enable or disable slot notifications:
notify: slot: {"true", "false"}↵
To enable or disable remote notifications:
notify: remote: {"true", "false"}↵