The "remote" command may be used to query the remote control state of the deck by specifying no
parameters:
remote↵
The deck will return the current remote control state:
210 remote info:↵
enabled: "true", "false"↵
override: "true", "false"↵
↵
Asynchronous remote control information change notification is disabled by default and may be configured
with the "notify" command. When enabled, changes in remote state will generate a "510 remote
info:"asynchronous message with the same parameters as the "210 remote info:" message.
Closing connection
The "quit" command instructs the server to cleanly shut down the connection:
quit↵
Checking connection status
The "ping" command has no function other than to determine if the server is responding:
ping↵
Getting help
The "help" or "?" commands return human readable help text describing all available commands and
parameters:
help↵
Or:
?↵
The server will respond with a list of all supported commands:
201 help:↵
Help Text↵
Help Text↵
↵
Switching to preview mode
The "preview" command instructs the deck to switch between preview mode and output mode:
preview: enable: "true", "false"↵
Playback will be stopped when the deck is switched to preview mode. Capturing will be stopped when the
deck is switched to output mode.
Controlling device playback
The "play" command instructs the deck to start playing:
play↵
The play command accepts a number of parameters which may be used together in most combinations.
By default, the deck will play all remaining clips on the timeline then stop.
The "single clip" parameter may be used to override this behaviour:
play: single clip: "true", "false"↵
By default, the deck will play at normal (100%) speed. An alternate speed may be specified in percentage
between -1600 and 1600:
play: speed: % normal speed↵
By default, the deck will stop playing when it reaches to the end of the timeline. The "loop" parameter may be
used to override this behaviour:
play: loop: "true", "false"↵
By default, the deck will start playing from the current position on the timeline. The "start" parameter may be
specified to override the start-point for playback:
play: start: timecode↵
Developer Information
200