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