]> Shamusworld >> Repos - ardour-manual/blobdiff - include/controlling-track-ordering.html
Session Properties update for 7.0
[ardour-manual] / include / controlling-track-ordering.html
index 6a943cbc0e7501c97cdb90287e5a1e32a3ff4b2d..3adfffdd1e30ce3c579367226dcb1bcb5b25c35b 100644 (file)
@@ -4,33 +4,38 @@
   either the editor or mixer windows. The default arrangements are as follows:
 </p>
 
-<p>
+<ul>
+  <li>
   In the <dfn>Editor</dfn> window, the Master bus will always be on top unless
   hidden. Tracks and busses will appear in their initial order, from top to
   bottom. The monitor section (if used) is never visible in the editor window.
-</p>
+  </li>
 
-<p>
+  <li>
   In the <dfn>Mixer</dfn> window, the tracks and busses will be displayed in
   their initial order, from left to right. The Master bus is always on the far
   right and occupies its own pane, so that it is always visible no matter how
   many other mixer strips are present. If a Monitor section is used, it shows
   up at the right edge of the mixer window; it can also be torn off into a
   separate window.
-</p>
+  </li>
+</ul>
 
 <h2>Reordering Tracks</h2>
 
 <p>
   The <dfn>track ordering</dfn> of the Editor and Mixer is
-  <dfn>synchronized</dfn>: if you reorder in one window, the ordering in the
-  other window will follow.
+  <dfn>synchronized</dfn>: if a track is reordered in one window, the ordering
+  in the other window will follow.
 </p>
 
 <h3>Reordering in the Editor Window</h3>
 
 <p>
-  Select the tracks to be moved, then use <kbd class="menu">Track &gt; Move Selected Tracks Up</kbd> (shortcut: <kbd class="mod1">&uarr;</kbd>) or <kbd class="menu">Track &gt; Move Selected Tracks Down</kbd> (shortcut: <kbd class="mod1">&darr;</kbd>).
+  Reordering is done by selecting the tracks to be moved, then using
+  <kbd class="menu">Track &gt; Move Selected Tracks Up</kbd> (shortcut:
+  <kbd class="mod1">&uarr;</kbd>) or <kbd class="menu">Track &gt; Move Selected
+  Tracks Down</kbd> (shortcut: <kbd class="mod1">&darr;</kbd>).
 </p>
 
 <p>
@@ -43,7 +48,7 @@
 <h3>Reordering in the Mixer Window</h3>
 
 <p>
-  Within the <kbd class="menu">Strips</kbd> pane at the top left of the Mixer
+  Within the <a href="@@strips-list">Strips List</a> pane at the top left of the Mixer
   window, tracks and busses can be freely dragged-and-dropped into any desired
   order.
 </p>
 
 <p>
   Tracks and Busses that are members of a group can be reordered so that they
-  display contiguously within the Editor and Mixer windows. <kbd
-  class=mouse>Right</kbd>-click on the group tab and choose <kbd
+  display contiguously within the Editor and Mixer windows, by <kbd
+  class=mouse>Right</kbd>-clicking on the group tab and choosing <kbd
   class="menu">Collect</kbd>.
 </p>
 
 <h2>Ordering of New Tracks</h2>
 
 <p>
-  When <dfn>adding new tracks</dfn>, the current selection determines their
-  placement. New tracks will be placed after the rightmost (in the mixer) or
-  bottom-most (in the editor) selected track. If no tracks are selected, new
-  tracks will be added at the end.
+  When <a href="@@adding-tracks-busses-and-vcas">adding new tracks</a>, the
+  <kbd class="menu">Insert:</kbd> field allows to determine their placement.
+  New tracks will be placed <em>Last</em> by default, so after the rightmost
+  (in the mixer) or bottom-most (in the editor) selected track. If no tracks are
+  selected, new tracks will be added at the end, regardless of the choice.
 </p>
 
 <p class="note">