26 lines
871 B
HTML
26 lines
871 B
HTML
|
|
<p>
|
|
A typical control area or <dfn>track header</dfn> for an audio track is
|
|
shown below:
|
|
</p>
|
|
<img src="/images/typical-audio-track-controls.png" alt="audio track controls"
|
|
/>
|
|
<p>
|
|
An audio track has the same
|
|
<a href="/working-with-tracks/bus-controls/">controls as a bus</a>, with the
|
|
addition of two extras.
|
|
</p>
|
|
<dl>
|
|
<dt id="record" style="color:red;font-weight:bold;">[•]</dt>
|
|
<dd><dfn>Record</dfn> — The button with the pink circle arms the track
|
|
for recording. When armed, the entire button will turn pink, and change to
|
|
bright red as soon as the transport is rolling and the track is recording.</dd>
|
|
<dt id="playlist">p</dt>
|
|
<dd><dfn>Playlist</dfn> — Opens a playlist menu when clicked. The menu
|
|
offers various operations related to the track's <a
|
|
href="/working-with-playlists/">playlist</a>.
|
|
</dd>
|
|
</dl>
|
|
|
|
|