]> Shamusworld >> Repos - ardour-manual/blob - include/reordering-tracks.html
134f283c435f2d3359f26bc58680a712ba1ccc38
[ardour-manual] / include / reordering-tracks.html
1
2 <p>
3   The <dfn>track ordering</dfn> of the Editor and Mixer is <dfn>synchronized</dfn>: if you
4   reorder in one window, the ordering in the other window will follow.
5 </p>
6
7 <h2>Reordering in the Editor Window</h2>
8 <p>
9   Select the tracks you want to move. Then use<br>
10   <kbd class="menu">Track &gt; Move Selected Tracks Up</kbd>
11   (shortcut: <kbd class="mod1">&uarr;</kbd>) or<br>
12   <kbd class="menu">Track &gt; Move Selected Tracks Down</kbd>
13   (shortcut: <kbd class="mod1">&darr;</kbd>).
14 </p>
15 <p>
16   Alternatively, you can use the <a href="/ardours-interface/editor-lists/tracks-and-busses-list/"><kbd class="menu">Tracks &amp; Busses</kbd>
17   panel of the Editor Lists</a>, if visible.  
18   Here, you can freely drag-and-drop tracks and busses into any order you prefer.
19 </p>
20
21 <h2>Reordering in the Mixer Window</h2>
22 <p>
23   Within the <kbd class="menu">Strips</kbd> pane at the top left of the
24   Mixer window, you can freely drag-and-drop tracks and busses into any
25   desired order.
26 </p>
27
28 <h2>"Collecting" Group Members</h2>
29 <p>
30   Tracks and Busses that are members of a group can be reordered so that they
31   display contiguously within the Editor and Mixer windows. Context-click on
32   the group tab and choose <kbd class="menu">Collect</kbd>.
33 </p>
34
35 <h2>Ordering of New Tracks</h2>
36 <p>
37   When <dfn>adding new tracks</dfn>, the current selection determines their
38   placement. New tracks will be placed after the rightmost (in the mixer) or
39   bottom-most (in the editor) selected track. If no tracks are selected, new
40   tracks will be added at the end.
41 </p>
42 <p class="note">
43   Because new tracks are automatically selected, you can quickly reorder them
44   in the editor window via the keyboard shortcuts after adding them (see above).
45 </p>
46