]> Shamusworld >> Repos - ardour-manual/blob - _manual/04_ardours-interface/03_introducing-the-editor-window/01_editor-lists/02_tracks--busses-list.html
tweak control playback text
[ardour-manual] / _manual / 04_ardours-interface / 03_introducing-the-editor-window / 01_editor-lists / 02_tracks--busses-list.html
1 ---
2 layout: default
3 title: Tracks & Busses List
4 ---                        
5
6
7   
8   <p>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:</p>
9 <dl>
10 <dt id="visible">V</dt>
11 <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>
12 <dt id="active">A</dt>
13 <dd>whether the track or bus is active; unactive tracks will not play, and will not consume any CPU.</dd>
14 <dt id="input">I</dt>
15 <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>
16 <dt id="record">R</dt>
17 <dd>whether the track is record-enabled.</dd>
18 <dt id="record-safe">RS</dt>
19 <dd>whether the track is record safe; a record safe track cannot be armed for recording, to protect against a mistake.</dd>
20 <dt id="mute">M</dt>
21 <dd>whether the track is muted.</dd>
22 <dt id="solo">S</dt>
23 <dd>track solo state.</dd>
24 <dt id="solo-isolated">SI</dt>
25 <dd>track solo-isolated state.</dd>
26 <dt id="solo-safe">SS</dt>
27 <dd>solo safe state. </dd>
28 </dl>
29
30 <p class="note">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.</p>
31 <p>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.</p>
32