An Ardour bus can be considered a virtual track, as in a track that doesn't have a playlist (so, no regions).
Its use is to "group" some audio signals to be treated the same way. One simple use case is to group all the audio tracks containing the different drums of a drumkit. Routing all the drums tracks outputs to a bus allows, once the different levels amongst the drums have been set, to adjust the global level of the drumkit in the mix.
</p>
<p>
Bus usage goes way beyond this simple example though : busses, as tracks, can receive plugins for common audio treatment, and be routed themselves as needed. This makes for a very useful tool that is very commonly used both for musical purposes and computing ones : instead of using e.g. 10 discrete delay plugins on 10 different tracks, busses are often used as receivers of <ahref="/signal-routing/aux-sends/">sends</a>, and only 1 delay plugin is used on this bus, reducing the processing power needed.
<li>as the busses dont have a playlist (and cannot host any media), they can't be recorded on. The recording controls are not present</li>
<li>an <kbdclass="menu">Aux</kbd> button replaces these controls.</li>
</ul>
<p>
Clicking the <kbdclass="menu">Aux</kbd> button makes every track that sends a signal to this bus through <ahref="/signal-routing/aux-sends/">Aux sends</a> blink in turquoise.
Right clicking this button brings up a menu:
</p>
<dl>
<dt>Assign all tracks (prefader)</dt><dd>Creates an Aux Send in every track, to this bus. The send is placed just before the fader</dd>
<dt>Assign all tracks and busses (prefader)</dt><dd>Creates an Aux Send in every track and every bus, to this bus. The send is placed just before the fader</dd>
<dt>Assign all tracks (postfader)</dt><dd>Same as above, but the send is placed just after the fader</dd>
<dt>Assign all tracks and busses (postfader)</dt><dd>Same as above, with tracks and busses</dd>
<dt>Assign selected tracks (prefader)</dt><dd>Same as for all tracks, but only applies to the selected tracks</dd>
<dt>Assign selected tracks and busses (prefader)</dt><dd>Same as for all tracks and busses, but only applies to the selected tracks and busses</dd>
<dt>Assign selected tracks (postfader)</dt><dd>Same as above, but the send is placed just after the fader</dd>
<dt>Assign selected tracks and busses (postfader)</dt><dd>Same as above, with tracks and busses</dd>
<dt>Set sends gain to -inf</dt><dd>For all the sends to this bus, put the send fader to −∞ so no signal is sent</dd>
<dt>Set sends gain to 0dB</dt><dd>For all the sends to this bus, put the send fader at the default position, 0dB (100% of th signal is sent)</dd>
</dl>
<h2>Connecting a track to a bus</h2>
<p>
Depending on the user's workflow and the way busses are used, 2 possibilities exists :
</p>
<h3>Connecting a track to a bus via its outputs</h3>
<imgclass="left"src="/images/connecting_bus_output.png"alt="Connecting a bus through a track's outputs">
<p>
Connecting the output(s) of a track to the input(s) of the bus sends <em>all</em> the audio/MIDI to the bus. In the mixer strip, select (at the bottom) the OUTPUT button (often, by default, "Master"), and in the list, choose the input of a bus. Note that only the bus able to receive this output will show up, e.g. a mono bus wont be able to be connected to the output of a stereo track).
</p>
<p>
Obviously, doing so will (by default) disconnect the output from the Master's input, which means all the audio/MIDI will be routed to the bus. For more complex routing, the OUTPUT button allows to show the <kbdclass="menu">Routing Grid</kbd> that allows to plug the output of the track to multiple outputs at once, be it busses, tracks, Master... The button will then reflect these multiple connections by showing a <em>*number*</em>, number being the number of connections made in the routing grid.
</p>
<h3>Connecting a track to a bus via Sends</h3>
<imgclass="left"src="/images/connecting_bus_send.png"alt="Connecting a bus through a send">
<p>
This allows not to interrupt the natural flow of the signal, i.e. the track will still output to what its connected to (e.g. Master). The signal is "tapped" at the point of insertion of the send, to be sent to the bus. Right click where in the signal flow you want the send to happen, and select <kdbclass="menu">New Aux Send... > name_of_the_bus</kbd>.
</p>
<p>
By <kbdclass="mouse">left-clicking</kbd> the send meter, it is possible to adjust the amount of signal sent to the bus. This is often the way tracks are connected to an effect bus, like a Delay bus.
</p>
<pclass="note">
Busses can be plugged to other busses, through outputs or sends. Both example workflows discussed previously, i.e. busses for grouping tracks and busses for effects, can both coexist, as e.g. a "grouping" drum bus can have a send to a reverb bus, and be connected to a compressor bus.