User Manual
Table Of Contents
- Getting Started
- Using HyperDeck
- About SSDs
- HyperDeck Utility
- About Ultra HD 4K
- Accessing Your Clips
- Status Indicators
- Using the Display Menu on HyperDeck Studio Models
- Selecting Timecode Source
- SDI Start/Stop Recording
- Timecode Run Recording
- Shuttling with HyperDeck Shuttle
- Jog and Shuttle with HyperDeck Studio Models
- Ref Input
- RS-422 Control
- Installing the HyperDeck Shuttle Mounting Plate
- Using Your Favorite Editing Software
- Using Blackmagic Media Express
- Using Blackmagic UltraScope
- Using Blackmagic Disk Speed Test
- Developer Information
- Help
- Warnings
- Warranty

Developer Information
65
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>↵
…
</commands>
↵
↵
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"}↵