manual/include/audio-track-controls.html

26 lines
871 B
HTML
Raw Normal View History

2013-01-29 19:26:36 -05:00
2014-02-05 12:32:01 -05:00
<p>
A typical control area or <dfn>track header</dfn> for an audio track is
shown below:
</p>
2017-01-03 08:05:11 -05:00
<img src="/images/typical-audio-track-controls.png" alt="audio track controls"
2014-02-05 12:32:01 -05:00
/>
<p>
An audio track has the same
2017-01-03 12:03:08 -05:00
<a href="/working-with-tracks/bus-controls/">controls as a bus</a>, with the
2014-02-05 12:32:01 -05:00
addition of two extras.
</p>
2013-07-03 17:06:43 -04:00
<dl>
2014-02-17 16:16:58 -05:00
<dt id="record" style="color:red;font-weight:bold;">[&bull;]</dt>
2014-02-05 12:32:01 -05:00
<dd><dfn>Record</dfn> &mdash; 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>
2014-02-17 16:16:58 -05:00
<dd><dfn>Playlist</dfn> &mdash; Opens a playlist menu when clicked. The menu
2014-02-05 12:32:01 -05:00
offers various operations related to the track's <a
href="/working-with-playlists/">playlist</a>.
</dd>
2013-07-03 17:06:43 -04:00
</dl>
2013-01-29 19:26:36 -05:00