]> Shamusworld >> Repos - ardour-manual/blob - _manual/10_working-with-tracks/05_controlling-track-ordering.html
Copy edits to track and bus pages
[ardour-manual] / _manual / 10_working-with-tracks / 05_controlling-track-ordering.html
1 ---
2 layout: default
3 title: Controlling Track Ordering
4 ---                        
5
6
7   
8   <p>Ardour does not impose any particular ordering of tracks and busses in either the editor or mixer windows. The default arrangement is as follows:</p>
9
10 <h2>Editor Default Arrangement</h2>
11 <ul>
12 <li>Master bus on top</li>
13 <li>Tracks in the order they are added below, including busses</li>
14 <li>Even if you use a Monitor section, it is never visible in the editor window.
15 </li>
16 </ul>
17
18 <h2>Mixer Default Arrangement</h2>
19 <ul>
20 <li>Tracks in the order they are added, from left to right
21 </li>
22 <li>Master bus on the right, in its own pane so that it is always visible no matter how other mixer strips are scrolled.
23 </li>
24 <li>If a Monitor section is used, that is at the right edge of the mixer window (it can be torn off, too)
25 </li>
26 </ul>
27
28 <h2>Synchronizing Editor and Mixer Window Ordering</h2>
29 <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>
30
31 <h2>Reordering Specific Tracks... </h2>
32 <h3>... in the Editor Window, via the Keyboard</h3>
33 <p>Select the tracks you want to move. Then use <code>Track &gt; Move Selected Tracks Up</code> (<kbd class="mod1">↑</kbd>) or <code>Track &gt; Move Selected Tracks Down</code> (<kbd class="mod1">↓</kbd>) to move the selected track(s) up or down in the editor window.</p>
34
35 <h3>... in the Editor Window, via Drag-n-Drop</h3>
36 <p>Make the <a href="/ardours-interface/introducing-the-editor-window/editor-lists/">Editor Lists</a> visible. Select the <code>Tracks &amp; Busses</code> tab. In the Tracks &amp; Busses side panel, you can freely drag-and-drop tracks and busses into any order you prefer.</p>
37
38 <h3>... in the Mixer Window, via Drag-n-Drop</h3>
39 <p>Within the "Strips" pane (Mixer window, top left), you can freely drag-and-drop tracks and busses into any order you prefer.</p>
40
41 <h2>"Collecting" Group Members</h2>
42 <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>
43   
44
45 {% children %}