back to Index


back to AS_SUBCUES FILE



BUS MATRIX:

-all commands begin with 'bus_matrix'



SETTING BUS MATRIX LEVELS: the Bus Matrix allows custom sub-mixing of input channels to bus channels (vs. simple input-bus assignment)


1. Manually mix and send input masters to bus masters: 

bus_matrix <input channel> <bus channel> <level in dB> <input channel> <bus channel> <level in dB>... etc.


Examples:

1, "Bus Matrix Settings #1" bus_matrix 1 10 6 2 2 -6 3 11 0 4 5 -10 5 5 -3;

-send input 1 to bus 10 at +6dB, input 2 to bus 2 at -6dB, input 3 to bus 11 at -0dB, input 4 to bus 5 at -10dB, input 5 to bus 5 at -3dB



2. To mix one input to multiple buses, or vice versa, the following shortcut is allowed:

bus_matrix <input channel range> <bus channel range> <level in dB> <input channel range> <bus channel range> <level in dB>... etc.


Examples:

2, "Bus Matrix Settings #2" bus_matrix 1-10 1 -120 11-15 2 0 16 3 -3;

-send inputs 1-10 to bus 1 at -120dB (in AudioSwitcher -120 equals -inf), inputs 11-15 to bus 2 at -0dB, input 16 to bus 3 at -3dB

3, "Bus Matrix Settings #3" bus_matrix 1 1-10 -120;

-send input 1 to buses 1-10 at -120dB

4, "Bus Marix Settings #4" bus_matrix 1-5 1-5 -6;

-send inputs 1-5 to buses 1-5 at -6dB



3. To diagonally mix and send inputs to buses, the following shortcut is allowed:

bus_matrix <input channel range followed by 'd'> <first bus channel in diagonal> <level in dB> <input channel range followed by 'd'> <bus channel offset> <level in dB>... etc.


Examples:

5, "Bus Matrix Settings #5" bus_matrix 1-10d 1 -120;

-send input 1 to bus 1 at -120dB, input 2 to bus 2 at -120dB, input 3 to bus 3 at -120dB... input 10 to bus 10 at -120dB

6, "Bus Matrix Settings #6" bus_matrix 1-10d 50 3;

-send input 1 to bus 50 at +3dB, input 2 to bus 51 at +3dB, input 3 to bus 52 at +3dB... input 10 to bus 59 at +3dB


4. To set all mix points to a dB value, the following shortcut is allowed:

bus_matrix all <level in dB>


Examples:

7, "Bus Matrix all -120dB" bus_matrix all -120;

-send all inputs to all buses at -120dB

8, "Bus Matrix all -0dB" bus_matrix all -0;

-send all inputs to all buses at -0dB