Syntax

Command Description Return Value
Record [options] Preset <preset number> Records preset preset number The preset number recorded
  • <preset number>
    • Any whole number from 0 to 999
  • [options]
    • Source:
      • Input causes the DMX Input to be recorded
      • Playback n causes only the channels from Playback n to be recorded
      • Live causes only the channels from the Live playback to be recorded
    • Metadata:
      • Fade t sets the Fade Time to t
      • Name s sets the Name to s
    • Other:
      • Zone "z" record into Zone z

Abbreviation

R [ IN, P n, L, ZO "z" ] PR

Description

Recording Presets

The Record Preset command records (or re-records) a preset.

By default, all channels being output from the CueServer are captured into the preset, and the preset is recorded in the currently active zone. Use the command options to change what source the channels are recorded from or to choose a different zone to record into.

If no preset with the cue number exists, a new preset will be created. If a preset with the preset number already exists, it will be deleted first and replaced with an entirely new preset. To re-record just the DMX channels without affecting the other preset parameters, use the Update Preset command instead.


Record Preset Options

Several options are available to change how a preset is recorded. More than one option may be used, and they can be listed in any order.

Input
If this option is used, then the new preset will be recorded by using only values from the DMX Input. The playback faders and DMX output will not be recorded.

Playback n
If this option is used, then the new preset will be recorded by using only values from the specified playback fader. The DMX input and output will not be recorded.

Live
If this option is used, then the new preset will be recorded by using only values from the special Live playback fader. The DMX input and output will not be recorded.

Fade t
If this option is used, then the new preset will be recorded with a Fade Time of t.

Name s
If this option is used, then the new preset will be recorded with a Name of s.

Zone “z
If this option is used, then the new preset will be recorded into Zone z. This option overrides the currently active zone.

Examples

Record Preset 1
Records the current output from the CueServer into Preset 1 in the current zone.

Record Fade 3 Name "Hello" Preset 1
Records the current output from the CueServer into Preset 1 with a Fade Time of 3 seconds and the name “Hello” in the current zone.

Record Input Preset 5
Records the current DMX Input to the CueServer into Preset 5 in the current zone.

Record Zone "B" Preset 99
Records the current output from the CueServer into Preset 99 in the zone named “B”.

See Also