]> Shamusworld >> Repos - ardour-manual-diverged/blob - include/the-tracks-and-busses-list.html
Move content from _manual/ to include/.
[ardour-manual-diverged] / include / the-tracks-and-busses-list.html
1
2
3
4 <p>
5
6   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:
7
8 </p>
9
10
11
12 <dl>
13
14   <dt id="visible">V</dt>
15
16   <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>
17
18   <dt id="active">A</dt>
19
20   <dd>whether the track or bus is active; unactive tracks will not play, and will not consume any CPU.</dd>
21
22   <dt id="input">I</dt>
23
24   <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>
25
26   <dt id="record">R</dt>
27
28   <dd>whether the track is record-enabled.</dd>
29
30   <dt id="record-safe">RS</dt>
31
32   <dd>whether the track is record safe; a record safe track cannot be armed for recording, to protect against a mistake.</dd>
33
34   <dt id="mute">M</dt>
35
36   <dd>whether the track is muted.</dd>
37
38   <dt id="solo">S</dt>
39
40   <dd>track solo state.</dd>
41
42   <dt id="solo-isolated">SI</dt>
43
44   <dd>track solo-isolated state.</dd>
45
46   <dt id="solo-safe">SS</dt>
47
48   <dd>solo safe state. </dd>
49
50 </dl>
51
52
53
54 <p class="note">
55
56   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.
57
58 </p>
59
60
61
62 <p>
63
64   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.
65
66 </p>
67