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.
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. ten discrete delay plugins on ten different tracks, busses are often used as receivers of <ahref="@@aux-sends">sends</a>, and only one delay plugin is used on this bus, reducing the processing power needed.
Clicking the <kbdclass="menu">Aux</kbd> button makes every track that sends a signal to this bus through <ahref="@@aux-sends">Aux sends</a> blink in turquoise.
<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>
<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).
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.
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>.
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.