]> Shamusworld >> Repos - ardour-manual/blobdiff - _manual/04_ardours-interface/03_introducing-the-editor-window/01_editor-lists/05_tracks--busses-list.html
next batch of XHTML validation fixes. somebody really hates markup languages here...
[ardour-manual] / _manual / 04_ardours-interface / 03_introducing-the-editor-window / 01_editor-lists / 05_tracks--busses-list.html
index ddd761d215b5524b9f94d58780b0c4973fc6bbf6..1a33e8b9a0aacccdde80afd12d8f2bc2aeb9db35 100644 (file)
@@ -1,27 +1,27 @@
 ---
 layout: default
-title: Tracks & Busses List
+title: Tracks & Busses List
 ---                        
 
 
   
   <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 can all be clicked to alter the track/bus state, and they represent the following:</p>
 <dl>
-<dt>V</dt>
+<dt id="visible">V</dt>
 <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>
-<dt>A</dt>
+<dt id="active">A</dt>
 <dd>whether the track or bus is active; unactive tracks will not play, and will not consume any CPU.</dd>
-<dt>I</dt>
+<dt id="input">I</dt>
 <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>
-<dt>R</dt>
+<dt id="record">R</dt>
 <dd>whether the track is record-enabled.</dd>
-<dt>M</dt>
+<dt id="mute">M</dt>
 <dd>whether the track is muted.</dd>
-<dt>S</dt>
+<dt id="solo">S</dt>
 <dd>track solo state.</dd>
-<dt>SI</dt>
+<dt id="solo-isolated">SI</dt>
 <dd>track solo-isolated state.</dd>
-<dt>SS</dt>
+<dt id="solo-safe">SS</dt>
 <dd>solo safe state. </dd>
 </dl>
 <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>