]> Shamusworld >> Repos - ardour-manual/blob - include/the-tracks-and-busses-list.html
Minor edit to 'Controlling Track with Automation'.
[ardour-manual] / include / the-tracks-and-busses-list.html
1
2 <p>
3   This lists the tracks and busses that are present in the session. The list order reflects the order in the editor, and you can drag-and-drop track or bus names in the editor list to re-order them in the editor. The columns in the list represent the following:
4 </p>
5
6 <dl>
7   <dt id="visible">V</dt>
8   <dd>whether the track or bus is visible; they can be hidden, in which case they will still play, but just not be visible in the editor; this can be useful for keeping the display uncluttered.</dd>
9   <dt id="active">A</dt>
10   <dd>whether the track or bus is active; unactive tracks will not play, and will not consume any CPU.</dd>
11   <dt id="input">I</dt>
12   <dd>for MIDI tracks, whether the MIDI input is enabled; this dictates whether MIDI data from the track's inputs ports will be passed through the track.</dd>
13   <dt id="record">R</dt>
14   <dd>whether the track is record-enabled.</dd>
15   <dt id="record-safe">RS</dt>
16   <dd>whether the track is record safe; a record safe track cannot be armed for recording, to protect against a mistake.</dd>
17   <dt id="mute">M</dt>
18   <dd>whether the track is muted.</dd>
19   <dt id="solo">S</dt>
20   <dd>track solo state.</dd>
21   <dt id="solo-isolated">SI</dt>
22   <dd>track solo-isolated state.</dd>
23   <dt id="solo-safe">SS</dt>
24   <dd>solo safe state. </dd>
25 </dl>
26
27 <p class="note">
28   Each icon in these columns can be clicked to toggle the track/bus state, which is a very fast way to set multiple tracks/busses state at once.
29 </p>
30
31 <p>
32   As with the region list, hovering the mouse pointer over a column heading shows a tool-tip which can be handy to remember what the columns are for.
33 </p>
34