]> Shamusworld >> Repos - ardour-manual/blob - include/audio-track-controls.html
6b999691aa6fa6460ee0bb6183d34e40331fe141
[ardour-manual] / include / audio-track-controls.html
1
2 <figure>
3     <img src="/images/typical-audio-track-controls.png" alt="audio track controls">
4     <figcaption>
5       An audio track header section
6     </figcaption>
7 </figure>
8
9 <p>
10   At the top-left of the controls is the name of the track, which can be
11   edited by double-clicking on it. The new name must be unique within the
12   session.
13 </p>
14 <p>
15   Underneath the name is the track's main level fader. Changing it will affect
16   the whole track :
17 </p>
18 <ul>
19   <li><kbd class="mouse">dragging</kbd> will change the fader's value as
20     per the mouse's position</li>
21   <li><kbd class="mod1 mouse">clicking</kbd> will set the fader to &minus;&infin;
22     </li>
23   <li><kbd class="mod3 mouse">clicking</kbd> will reset the fader to its original
24     0dB position.</li>
25 </ul>
26
27 <p>
28   On the right-hand side of the headers are level meters for the outputs of the track
29   (1 level per output).
30 </p>
31
32 <p>
33   The control buttons are:
34 </p>
35 <table class="dl">
36   <tr><th id="audiotrack-record"><kbd style="color:red;">&#9679;</kbd> (Record)</th>
37       <td>The button with the pink circle arms the track
38       for recording. When armed, the entire button will turn pink, and change to
39       bright red as soon as the transport is rolling and the track is recording.
40       <kbd class="mouse">Right</kbd> clicking will allow to en/disable Rec-safe,
41       protecting the track against accidental recording.</td></tr>
42   <tr><th id="audiotrack-mute"><kbd>M</kbd> (Mute)</th>
43       <td>Mutes the track. <kbd class="mouse">Right</kbd> clicking displays
44       a menu which dictates what particular parts of the track should be muted.</td></tr>
45   <tr><th id="audiotrack-solo"><kbd>S</kbd> (Solo)</th>
46       <td>Soloes the track. The behaviour of the solo system
47       is described in detail in the section <a href="@@muting-and-soloing">Muting and Soloing</a>.
48       <kbd class="mouse">Right</kbd> clicking will allow to en/disable Solo isolate
49       and Solo safe.</td></tr>
50   <tr><th id="audiotrack-playlist"><kbd>P</kbd> (Playlist)</th>
51       <td>Opens a playlist menu when clicked. The menu
52       offers various operations related to the track's <a href="@@playlists">playlist</a>.</td></tr>
53   <tr><th id="audiotrack-automation"><kbd>A</kbd> (Automation)</th>
54       <td>Opens the automation menu for the
55       track. For details see <a href="@@automation">Automation</a>.</td></tr>
56   <tr><th id="audiotrack-group"><kbd>G</kbd> (Group)</th>
57       <td>Allows to assign the track to an existing or a
58       new group. For details see <a href="@@track-and-bus-groups">Track and bus groups</a>.</td></tr>
59 </table>
60