]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/11_working-with-tracks/07_bus-controls.html
Remove binaries from package (should be automagically built now).
[ardour-manual-diverged] / _manual / 11_working-with-tracks / 07_bus-controls.html
1 ---
2 layout: default
3 title: Bus Controls
4 ---                        
5
6 <p>A typical control area or <dfn>bus header<dfn> is shown below:</p>
7 <img src="/images/typical-bus-controls.png" alt="bus controls" />
8
9 <p>
10   At the top-left of the controls is the name of the bus, which can be
11   edited by double-clicking on it. The new name must be unique within the 
12   session. Underneath the name is a copy of the bus' main level fader. 
13   The control buttons to the right-hand side are:
14 </p>
15 <dl>
16   <dt id="mute">M</dt>
17   <dd><dfn>Mute</dfn> &mdash; click to mute the bus. Right-click to display 
18   a menu which dictates what particular parts of the bus should be muted.</dd>
19   <dt id="solo">S</dt>
20   <dd><dfn>Solo</dfn> &mdash; solo the bus. The behaviour of the solo system 
21   is described in detail in the section <a
22   href="/mixing/muting-and-soloing/">Muting and Soloing</a>.</dd>
23   <dt id="automation">A</dt>
24   <dd><dfn>Automation</dfn> &mdash; opens the automation menu for the 
25   bus. For details see <a href="/automation/">Automation</a>.</dd>
26   <dt id="group">G</dt>
27   <dd><dfn>Group</dfn> &mdash; lets you assign the bus to an existing or a
28   new group. For details see <a href="/working-with-tracks/track-and-bus-groups/">Track and bus groups</a>. </dd>
29 </dl>
30