dfec6899ef
This includes fixing em-dashes, badly spaced colons, various misspellings, removal of spurious {% %} constructs, conversion of <br /> to <br> (still too many <br>s kicking around), and initial light cleanup of a few sections that caught my eye.
27 lines
1.2 KiB
HTML
27 lines
1.2 KiB
HTML
|
|
<p>A typical control area or <dfn>bus header<dfn> is shown below:</p>
|
|
<img src="/images/typical-bus-controls.png" alt="bus controls" />
|
|
|
|
<p>
|
|
At the top-left of the controls is the name of the bus, which can be
|
|
edited by double-clicking on it. The new name must be unique within the
|
|
session. Underneath the name is a copy of the bus' main level fader.
|
|
The control buttons to the right-hand side are:
|
|
</p>
|
|
<dl>
|
|
<dt id="mute">M</dt>
|
|
<dd><dfn>Mute</dfn>—click to mute the bus. Right-click to display
|
|
a menu which dictates what particular parts of the bus should be muted.</dd>
|
|
<dt id="solo">S</dt>
|
|
<dd><dfn>Solo</dfn>—solo the bus. The behaviour of the solo system
|
|
is described in detail in the section <a
|
|
href="/mixing/muting-and-soloing/">Muting and Soloing</a>.</dd>
|
|
<dt id="automation">A</dt>
|
|
<dd><dfn>Automation</dfn>—opens the automation menu for the
|
|
bus. For details see <a href="/automation/">Automation</a>.</dd>
|
|
<dt id="group">G</dt>
|
|
<dd><dfn>Group</dfn>—lets you assign the bus to an existing or a
|
|
new group. For details see <a href="/working-with-tracks/track-and-bus-groups/">Track and bus groups</a>. </dd>
|
|
</dl>
|
|
|