]> Shamusworld >> Repos - ardour-manual-diverged/blobdiff - _manual/05_ardours-interface/14_editor-lists/02_tracks-and-busses-list.html
Minimal commit for Paul.
[ardour-manual-diverged] / _manual / 05_ardours-interface / 14_editor-lists / 02_tracks-and-busses-list.html
diff --git a/_manual/05_ardours-interface/14_editor-lists/02_tracks-and-busses-list.html b/_manual/05_ardours-interface/14_editor-lists/02_tracks-and-busses-list.html
deleted file mode 100644 (file)
index c99bd93..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
----
-title: The Tracks and 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 represent the following:
-
-</p>
-
-
-
-<dl>
-
-  <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 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 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 id="record">R</dt>
-
-  <dd>whether the track is record-enabled.</dd>
-
-  <dt id="record-safe">RS</dt>
-
-  <dd>whether the track is record safe; a record safe track cannot be armed for recording, to protect against a mistake.</dd>
-
-  <dt id="mute">M</dt>
-
-  <dd>whether the track is muted.</dd>
-
-  <dt id="solo">S</dt>
-
-  <dd>track solo state.</dd>
-
-  <dt id="solo-isolated">SI</dt>
-
-  <dd>track solo-isolated state.</dd>
-
-  <dt id="solo-safe">SS</dt>
-
-  <dd>solo safe state. </dd>
-
-</dl>
-
-
-
-<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>
-
-
-
-<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>