]> Shamusworld >> Repos - ardour-manual/blob - include/controlling-track-ordering.html
Small 1-liner corrections
[ardour-manual] / include / controlling-track-ordering.html
1
2 <p>
3   Ardour does not impose any particular ordering of tracks and busses in
4   either the editor or mixer windows. The default arrangements are as follows:
5 </p>
6
7 <p>
8   In the <dfn>Editor</dfn> window, the Master bus will always be on top unless
9   hidden. Tracks and busses will appear in their initial order, from top to
10   bottom. The monitor section (if used) is never visible in the editor window.
11 </p>
12
13 <p>
14   In the <dfn>Mixer</dfn> window, the tracks and busses will be displayed in
15   their initial order, from left to right. The Master bus is always on the far
16   right and occupies its own pane, so that it is always visible no matter how
17   many other mixer strips are present. If a Monitor section is used, it shows
18   up at the right edge of the mixer window; it can also be torn off into a
19   separate window.
20 </p>
21
22 <h2>Reordering Tracks</h2>
23
24 <p>
25   The <dfn>track ordering</dfn> of the Editor and Mixer is
26   <dfn>synchronized</dfn>: if you reorder in one window, the ordering in the
27   other window will follow.
28 </p>
29
30 <h3>Reordering in the Editor Window</h3>
31
32 <p>
33   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>).
34 </p>
35
36 <p>
37   Alternatively, the <a href="@@the-tracks-and-busses-list"><kbd
38   class="menu">Tracks &amp; Busses</kbd> panel of the Editor Lists</a> can be
39   used, if visible. Here, tracks and busses can be freely dragged-and-dropped
40   into any desired order.
41 </p>
42
43 <h3>Reordering in the Mixer Window</h3>
44
45 <p>
46   Within the <a href="@@strips-list">Strips List</a> pane at the top left of the Mixer
47   window, tracks and busses can be freely dragged-and-dropped into any desired
48   order.
49 </p>
50
51 <h3>"Collecting" Group Members</h3>
52
53 <p>
54   Tracks and Busses that are members of a group can be reordered so that they
55   display contiguously within the Editor and Mixer windows. <kbd
56   class=mouse>Right</kbd>-click on the group tab and choose <kbd
57   class="menu">Collect</kbd>.
58 </p>
59
60 <h2>Ordering of New Tracks</h2>
61
62 <p>
63   When <a href="@@adding-tracks-busses-and-vcas">adding new tracks</a>, the
64   <kbd class="menu">Insert:</kbd> field allows to determine their placement.
65   New tracks will be placed <em>Last</em> by default, so after the rightmost
66   (in the mixer) or bottom-most (in the editor) selected track. If no tracks are
67   selected, new tracks will be added at the end, regardless of the choice.
68 </p>
69
70 <p class="note">
71   Because new tracks are automatically selected, they can be quickly reordered
72   in the editor window via the keyboard shortcuts after adding them.
73 </p>
74
75 <h2>Track Ordering and Remote Control IDs</h2>
76
77 <p>
78   Every track and bus in Ardour is assigned a <dfn>remote control ID</dfn>.
79   When a <a href="@@control-surfaces">control surface</a> or any other
80   remote control is used to control Ardour, these IDs are used to identify
81   which track(s) or buss(es) are the intended target of incoming commands.
82 </p>
83
84 <p>
85   Remote IDs are assigned to tracks and busses in the order that they appear in
86   the mixer window from left to right, starting from #1; manual assignment of
87   remote IDs is not possible. The master bus and monitor section can be
88   accessed by name.
89 </p>