]> Shamusworld >> Repos - ardour-manual/blob - include/audio-track-controls.html
converting abused <dl>s into <table>s
[ardour-manual] / include / audio-track-controls.html
1
2 <p>
3   A typical control area or <dfn>track header</dfn> for an audio track is
4   shown below:
5 </p>
6
7 <img src="/images/typical-audio-track-controls.png" alt="audio track controls" />
8
9 <p>
10   An audio track has the same
11   <a href="@@bus-controls">controls as a bus</a>, with the
12   addition of two extras.
13 </p>
14
15 <table class="dl">
16   <tr><th id="record" style="color:red;font-weight:bold;">[&bull;]</th>
17   <td><dfn>Record</dfn>&mdash;The button with the pink circle arms the track
18   for recording. When armed, the entire button will turn pink, and change to
19   bright red as soon as the transport is rolling and the track is recording.</td></tr>
20   <tr><th id="playlist">p</th>
21   <td><dfn>Playlist</dfn>&mdash;Opens a playlist menu when clicked. The menu
22   offers various operations related to the track's <a
23   href="/working-with-playlists/">playlist</a>.
24   </td></tr>
25 </table>
26