]> Shamusworld >> Repos - ardour-manual/commitdiff
There is now no split editor/mixer ordering. Attempt to explain ordering of new track...
authornick_m <mainsbridge@gmail.com>
Sun, 27 Oct 2013 13:38:17 +0000 (00:38 +1100)
committernick_m <mainsbridge@gmail.com>
Sun, 27 Oct 2013 13:38:17 +0000 (00:38 +1100)
_manual/10_working-with-tracks/02_adding-tracks-and-busses.html
_manual/10_working-with-tracks/05_controlling-track-ordering.html

index 47a76fb739a8847580d3ef493bc5e870b4671cac..45be8c4fad7ade0534b7fded91e52417a2e8141f 100644 (file)
@@ -15,7 +15,7 @@ title: Adding Tracks and Busses
 <li>Click the plus (+) button underneath the list of tracks in the mixer.
 </li>
 </ul>
-<p>Any of these actions will open the Add Track or Bus dialog,</p>
+<p>Any of these actions will open the Add Track or Bus dialog. Note that any new tracks from this dialog will appear after the last currently selected track (if any).</p>
 <p><img src="/ardour/manual/html/screenshots/add-track-or-bus.png" alt="the add-track dialog"></p>
 <p>From here, you can select firstly the number of tracks or busses to add, and the type; audio track, MIDI track or bus. There are also some options, which vary depending on the type of thing you are creating.</p>
 <p>These options are:</p>
index 9d83f4e4ea64436f6cc9944e3a222097d673520f..ef8bb02424f82b720cfcc022487e5ca13f1cef74 100644 (file)
@@ -10,14 +10,14 @@ title: Controlling Track Ordering
 <h2>Editor Default Arrangement</h2>
 <ul>
 <li>Master bus on top</li>
-<li>Tracks in the order they are added below, including busses</li>
+<li>Tracks and busses in their initial order, from top to bottom.</li>
 <li>Even if you use a Monitor section, it is never visible in the editor window.
 </li>
 </ul>
 
 <h2>Mixer Default Arrangement</h2>
 <ul>
-<li>Tracks in the order they are added, from left to right
+<li>Tracks in their initial order, from left to right
 </li>
 <li>Master bus on the right, in its own pane so that it is always visible no matter how other mixer strips are scrolled.
 </li>
@@ -25,8 +25,8 @@ title: Controlling Track Ordering
 </li>
 </ul>
 
-<h2>Synchronizing Editor and Mixer Window Ordering</h2>
-<p><em>By default</em> the ordering within the editor and mixer windows is synchronized: if you reorder in one window, the ordering in the other window will change. You can disable this via <code>Edit &gt; Preferences &gt; Editor &gt; Synchronize Editor and Mixer Track Order</code>. When disabled, the ordering one window is totally indepedent of the other.</p>
+<h2>Synchronized Editor and Mixer Window Ordering</h2>
+<p>The ordering within the editor and mixer windows is synchronized: if you reorder in one window, the ordering in the other window will change.</p>
 
 <h2>Reordering Specific Tracks... </h2>
 <h3>... in the Editor Window, via the Keyboard</h3>
@@ -40,6 +40,11 @@ title: Controlling Track Ordering
 
 <h2>"Collecting" Group Members</h2>
 <p>Tracks and Busses that are members of a group can be reordered so that they display contiguously within the Editor and Mixer windows. Context-click on the group tab and choose "Collect". </p>
-  
+
+<h3>... via Adding New Tracks</h3>
+<p>When adding new tracks, the current selection determines their initial order. If one or several tracks are selected, 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 last in the track order.</p>
+<h3>Note</h3>
+<blockquote><p>Because new tracks are automatically selected, you can quickly reorder them in the editor window via the keyboard (see above).</p></blockquote>
+
 
 {% children %}