]> Shamusworld >> Repos - ardour-manual/blob - include/the-tracks-and-busses-list.html
f9411bb8569bd46403ab2ec76811172e90928b18
[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 <table class="dl">
7   <tr><th id="visible">V</th>
8   <td>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.</td></tr>
9   <tr><th id="active">A</th>
10   <td>whether the track or bus is active; unactive tracks will not play, and will not consume any CPU.</td></tr>
11   <tr><th id="input">I</th>
12   <td>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.</td></tr>
13   <tr><th id="record">R</th>
14   <td>whether the track is record-enabled.</td></tr>
15   <tr><th id="record-safe">RS</th>
16   <td>whether the track is record safe; a record safe track cannot be armed for recording, to protect against a mistake.</td></tr>
17   <tr><th id="mute">M</th>
18   <td>whether the track is muted.</td></tr>
19   <tr><th id="solo">S</th>
20   <td>track solo state.</td></tr>
21   <tr><th id="solo-isolated">SI</th>
22   <td>track solo-isolated state.</td></tr>
23   <tr><th id="solo-safe">SS</th>
24   <td>solo safe state. </td></tr>
25 </table>
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