]> Shamusworld >> Repos - ardour-manual/blob - include/audiomidi-busses-mixer-strips.html
Updates to the Zoom Controls page : structure, clarification, V7 layout
[ardour-manual] / include / audiomidi-busses-mixer-strips.html
1
2 <figure class="right">
3     <img src="/images/bus-mixer-strip.png" alt="A bus mixer strip">
4      <figcaption>
5       A bus mixer strip
6     </figcaption>
7 </figure>
8
9 <p>
10   An Ardour bus can be considered a virtual track, as in a track that doesn't
11   have a playlist (so, no regions). Its use is to "group" some audio signals to
12   be treated the same way. One simple use case is to group all the audio tracks
13   containing the different drums of a drum kit. Routing all the drum tracks'
14   outputs to a bus allows, once the different levels amongst the drums have been
15   set, to adjust the global level of the drum kit in the mix.
16 </p>
17 <p>
18   Bus usage goes way beyond this simple example though: busses, as tracks, can
19   receive plugins for common audio treatment, and be routed themselves as needed.
20   This makes for a very useful tool that is very commonly used both for musical
21   purposes and computing ones: instead of using e.g. ten discrete delay plugins on
22   ten different tracks, busses are often used as receivers of <a
23   href="@@aux-sends">sends</a>, and only one delay plugin is used on this bus,
24   reducing the processing power needed.
25 </p>
26
27 <h2>Audio Busses vs MIDI Busses</h3>
28
29 <p>
30         Ardour supports two types of busses: Audio and MIDI. A MIDI bus differs from an
31   audio bus just by:
32 <p>
33 <ul>
34   <li>its input (which is midi, as shown by the red signal lines in the processor box) instead of <em>n</em> audio</li>
35   <li>the fact that an instrument can be placed on it at creation time, whereas it can't easily be done for an audio bus</li>
36   <li>as for tracks, the MIDI bus doesn't have a trim knob or invert phase button(s).</li>
37 </ul>
38 <p>
39   MIDI busses provide a particularly efficient workflow for virtual drum kits where
40   the arrangement uses different MIDI tracks. Moreover, busses with both Audio and
41   MIDI inputs are well suited for vocoders and similar plugins, where a MIDI
42   signal controls an audio one.
43 </p>
44 <p class="note">
45   Adding any audio input to a MIDI bus transforms it into an audio bus.
46 </p>
47
48 <h2>Description</h2>
49 <p>
50   Busses look and behave exactly like tracks, so they share nearly <a href="@@audiomidi-mixer-strips">
51   all of their controls</a>. The differences are:
52 </p>
53 <ul>
54   <li>as the busses don't have a playlist (and cannot host any media), they can't be recorded on. The recording controls are not present</li>
55   <li>an <kbd class="menu">Aux</kbd> button replaces these controls.</li>
56 </ul>
57 <p>
58   Clicking the <kbd class="menu">Aux</kbd> button makes every track that sends a
59   signal to this bus through <a href="@@aux-sends">Aux sends</a> blink in
60   turquoise. Right clicking this button brings up a menu:
61 </p>
62 <table class="dl">
63   <tr><th>Assign all tracks (prefader)</th><td>Creates an Aux Send in every track, to this bus. The send is placed just before the fader</td></tr>
64   <tr><th>Assign all tracks and busses (prefader)</th><td>Creates an Aux Send in every track and every bus, to this bus. The send is placed just before the fader</td></tr>
65   <tr><th>Assign all tracks (postfader)</th><td>Same as above, but the send is placed just after the fader</td></tr>
66   <tr><th>Assign all tracks and busses (postfader)</th><td>Same as above, with tracks and busses</td></tr>
67   <tr><th>Assign selected tracks (prefader)</th><td>Same as for all tracks, but only applies to the selected tracks</td></tr>
68   <tr><th>Assign selected tracks and busses (prefader)</th><td>Same as for all tracks and busses, but only applies to the selected tracks and busses</td></tr>
69   <tr><th>Assign selected tracks (postfader)</th><td>Same as above, but the send is placed just after the fader</td></tr>
70   <tr><th>Assign selected tracks and busses (postfader)</th><td>Same as above, with tracks and busses</td></tr>
71   <tr><th>Set sends gain to -inf</th><td>For all the sends to this bus, put the send fader to &minus;&infin; so no signal is sent</td></tr>
72   <tr><th>Set sends gain to 0dB</th><td>For all the sends to this bus, put the send fader at the default position, 0dB (100&percnt; of th signal is sent)</td></tr>
73 </table>
74
75 <h2>Connecting a track to a bus</h2>
76 <p>
77   Depending on the user's workflow and the way busses are used, two possibilities exists:
78 </p>
79
80 <h3>Connecting a track to a bus via its outputs</h3>
81
82 <figure class="left">
83     <img src="/images/connecting_bus_output.png" alt="Connecting a bus through a track's outputs">
84     <figcaption>
85       Connecting a bus through a track's outputs
86     </figcaption>
87 </figure>
88
89 <p>
90         Connecting the output(s) of a track to the input(s) of the bus sends
91         <em>all</em> the audio/MIDI to the bus. In the mixer strip, select (at the
92         bottom) the OUTPUT button (often, by default, "Master"), and in the list,
93         choose the input of a bus. Note that only the bus able to receive this output
94         will show up, e.g. a mono bus won't be able to be connected to the output of a
95         stereo track).
96 </p>
97 <p>
98         Obviously, doing so will (by default) disconnect the output from the Master's
99   input, which means all the audio/MIDI will be routed to the bus. For more
100   complex routing, the OUTPUT button allows to show the <kbd class="menu">Routing
101   Grid</kbd> that allows to plug the output of the track to multiple outputs at
102   once, be it busses, tracks, Master&hellip; The button will then reflect these
103   multiple connections by showing a <em>*number*</em>, number being the number of
104   connections made in the routing grid.
105 </p>
106
107 <h3>Connecting a track to a bus via Sends</h3>
108
109 <figure class="left">
110     <img src="/images/connecting_bus_send.png" alt="Connecting a bus through a send">
111     <figcaption>
112       Connecting a bus through a send
113     </figcaption>
114 </figure>
115
116 <p>
117         This allows not to interrupt the natural flow of the signal, i.e. the track will
118   still output to what its connected to (e.g. Master). The signal is "tapped" at
119   the point of insertion of the send, to be sent to the bus, by <kbd class="mouse">right</kbd>
120   clicking where in the signal flow the signal should be tapped, and selecting <kdb class="menu">
121   New Aux Send&hellip; &gt; name_of_the_bus</kbd>.
122 </p>
123 <p>
124   By <kbd class="mouse">left-clicking</kbd> the send meter, it is possible to
125   adjust the amount of signal sent to the bus. This is often the way tracks are
126   connected to an effect bus, like a Delay bus.
127 </p>
128
129 <p class="note">
130   Busses can be plugged to other busses, through outputs or sends. Both example
131   workflows discussed previously, i.e. busses for grouping tracks and busses for
132   effects, can both coexist, as e.g. a "grouping" drum bus can have a send to a
133   reverb bus, and be connected to a compressor bus.
134 </p>
135