back to Index
back to AS_SUBCUES FILE
INPUT MASTERS:
-all commands begin with 'in'
LABELS: in label <software input channel (integer)> <label (symbol)> <software input channel> <label>... etc.
Examples:
1, "Input Labels ch1-5" in label 1 in1 2 in2 3 in3 4 in4 5 in5;
-sets input channel 1-5 labels to 'in1', 'in2', 'in3', 'in4', 'in5' respectively
2, "Input Labels ch1-5" in label 1-5 in;
-sets input channel 1-5 labels to 'in'
3, "Set all Input Labels" in label all Inputs
-sets all input channel labels to 'Inputs'
A special shortcut can be used to automate the assignment of label names for adjacent input channels: (note the ' i ')
in label <minChannel-maxChannel>i <label[x]>… etc.
x = optional numeric offset to use for automated incrementing. If no offset is specified, auto-numbering starts from 1
4, "Input Labels ch5-9" in label 5-9i in5;
-sets input channel 5-10 labels to 'in5', 'in6', 'in7', 'in8', 'in9' respectively
5, "Input Labels ch1-5" in label 1-5i in;
-sets input channel 1-5 labels to 'in1', 'in2', 'in3', 'in4', 'in5' respectively
TRIMS: in trim <software input channel (integer)> <trim value in dB (float)> <software input channel> <trim value in dB>... etc.
Examples:
6, "Input Trims ch1-5" in trim 1 0 2 -3 3 0 4 3 5 0;
-sets input channel 1-5 trims to 0dB, -3dB, -0dB, +3dB, -0dB respectively
7, "Input Trims ch1-5" in trim 1-3 -6 4 0 5 10;
-sets input channel 1-3 trims to -6dB, 4 to -0dB, and 5 to +10dB
8, "Set all Input Trims" in trim all -10;
-sets all input channel trims to -10dB
LEVELS: in level <software input channel (integer)> <level value in dB (float)> <software input channel> <level value in dB>... etc.
Examples:
9, "Input Levels ch1-5" in level 1 0 2 -120 3 0 4 0 5 -6;
-sets input channel 1-5 levels to 0dB, -120dB (in AudioSwitcher -120 equals -inf), -0dB, -0dB, -6dB respectively
10, "Input Levels ch1-5" in level 1-3 -6 4 0 5 -120;
-sets input channel 1-3 levels to -6dB, 4 to -0dB, 5 to -120dB (i.e. -inf)
11, "Set all Input Levels" in level all 0;
-sets all input channel levels to -0dB
MUTES: in mute <software input channel (integer)> <mute state (0 or 1)> <software input channel> <mute state>... etc.
Examples:
12, "Input Mutes ch1-5" in mute 1 0 2 1 3 0 4 0 5 1;
-sets input channel 1-5 mutes to off, on, off, off, on respectively
13, "Input Mutes ch1-5" in mute 1-3 1 4 0 5 1;
-sets input channel 1-3 mutes to on, 4 to off, 5 to on
14, "Set all Input Mutes" in mute all 0;
-sets all input channel mutes to off
SOLOS: in solo <software input channel (integer)> <solo state (0 or 1)> <software input channel> <solo state>... etc.
Examples:
15, "Input Solos ch1-5" in solo 1 0 2 1 3 0 4 0 5 1;
-sets input channel 1-5 solos to off, on, off, off, on respectively
16, "Input Solos ch1-5" in solo 1-3 1 4 0 5 1;
-sets input channel 1-3 solos to on, 4 to off, 5 to on
17, "Set all Input Solos" in solo all 0;
-sets all input channel solos to off
DELAYS: in delay <software input channel (integer)> <delay value in seconds (float)> <software input channel> <delay value>... etc.
NOTE: delays of up to 1 second are supported
Examples:
18, "Input Delays ch1-5" in delay 1 0. 2 1. 3 0.5 4 0. 5 0.;
-sets input channel 1-5 delays to 0. seconds, 1. seconds, 0.5 seconds, 0. seconds, 0. seconds respectively
19, "Input Delays ch1-5" in delay 1-3 0.25 4 0. 5 1.;
-sets input channel 1-3 delays to 0.25 seconds, 0. seconds, 1. seconds respectively
20, "Set all Input Delays" in delay all 0.;
-sets all input channel delays to 0. seconds