back to Index
back to AS_SUBCUES FILE
OUTPUT MATRIX:
-all commands begin with 'matrix'
SETTING OUTPUT MATRIX LEVELS: the Output Matrix allows custom sub-mixing of bus channels to output channels
1. Manually mix and send bus masters to output masters:
matrix <bus channel> <output channel> <level in dB> <bus channel> <output channel> <level in dB>... etc.
Examples:
1, "Output Matrix Settings #1" matrix 1 10 6 2 2 -6 3 11 0 4 5 -10 5 5 -3;
-send bus 1 to output 10 at +6dB, bus 2 to output 2 at -6dB, bus 3 to output 11 at -0dB, bus 4 to output 5 at -10dB, bus 5 to output 5 at -3dB
2. To mix one bus to multiple outputs, or vice versa, the following shortcut is allowed:
matrix <bus channel range> <output channel range> <level in dB> <bus channel range> <output channel range> <level in dB>... etc.
Examples:
2, "Output Matrix Settings #2" matrix 1-10 1 -120 11-15 2 0 16 3 -3;
-send buses 1-10 to outputs 1 at -120dB (in AudioSwitcher -120 equals -inf), buses 11-15 to outputs 2 at -0dB, bus 16 to output 3 at -3dB
3, "Output Matrix Settings #3" matrix 1 1-10 -120;
-send bus 1 to outputs 1-10 at -120dB
4, "Output Marix Settings #4" matrix 1-5 1-5 -6;
-send buses 1-5 to outputs 1-5 at -6dB
3. To diagonally mix and send buses to outputs, the following shortcut is allowed:
matrix <bus channel range followed by 'd'> <first output channel in diagonal> <level in dB> <bus channel range followed by 'd'> <output channel offset> <level in dB>... etc.
Examples:
5, "Output Matrix Settings #5" matrix 1-10d 1 -120;
-send bus 1 to output 1 at -120dB, bus 2 to output 2 at -120dB, bus 3 to output 3 at -120dB... bus 10 to output 10 at -120dB
6, "Output Matrix Settings #6" matrix 1-10d 50 3;
-send bus 1 to output 50 at +3dB, bus 2 to output 51 at +3dB, bus 3 to output 52 at +3dB... bus 10 to output 59 at +3dB
4. To set all mix points to a dB value, the following shortcut is allowed:
matrix all <level in dB>
Examples:
7, "Output Matrix all -120dB" matrix all -120;
-send all buses to all outputs at -120dB
8, "Output Matrix all -0dB" matrix all -0;
-send all buses to all outputs at -0dB