Example:
Set panel.brightness 33
The example above sets the overall front-panel brightness to 33% of its maximum brightness.
Playbacks
Changes properties of a Playback fader.
playback.mode
Sets the combine mode of a Playback fader. Available modes include
"Merge"
,
"Override"
,
"Scale"
, and
"Pin"
.
Example:
Playback 1
Set playback.mode "Override"
Playback 2
Set playback.mode "Scale"
The example above first sets the combine mode of Playback 1 to Override, then sets the combine mode of
Playback 2 to Scale.
Random Numbers
Sets the seed for the random number generator.
random.seed
Sets the random number generator’s seed value. The random seed is an unsigned 32-bit
value from
0
to
4294967295
.
Example:
Set random.seed 42
The example above sets the random seed to 42.
Interactive Technologies, Inc.
CueServer 2 User's Manual - 18.5.18
Page 281 of 429