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