]> Shamusworld >> Repos - ardour-manual/blob - include/controlling-track-ordering.html
Correct busses spelling
[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 <kbd class="menu">Strips</kbd> 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 <dfn>adding new tracks</dfn>, the current selection determines their
64   placement. New tracks will be placed after the rightmost (in the mixer) or
65   bottom-most (in the editor) selected track. If no tracks are selected, new
66   tracks will be added at the end.
67 </p>
68
69 <p class="note">
70   Because new tracks are automatically selected, they can be quickly reordered
71   in the editor window via the keyboard shortcuts after adding them.
72 </p>
73
74 <h2>Track Ordering and Remote Control IDs</h2>
75
76 <p>
77   Every track and bus in Ardour is assigned a <dfn>remote control ID</dfn>.
78   When a <a href="@@control-surfaces">control surface</a> or any other
79   remote control is used to control Ardour, these IDs are used to identify
80   which track(s) or buss(es) are the intended target of incoming commands.
81 </p>
82
83 <p>
84   Remote IDs are assigned to tracks and busses in the order that they appear in
85   the mixer window from left to right, starting from #1; manual assignment of
86   remote IDs is not possible. The master bus and monitor section can be
87   accessed by name.
88 </p>
89