]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/11_working-with-tracks/09_track-and-bus-groups.html
Collapse diagrams/ into images/.
[ardour-manual-diverged] / _manual / 11_working-with-tracks / 09_track-and-bus-groups.html
1 ---
2 layout: default
3 title: Track and Bus Groups
4 ---
5
6 <p>
7   Tracks and busses can be put into <dfn>groups</dfn>. Members of a group
8   can share various settings &mdash; useful for managing tracks that are closely
9   related to each other. Examples might include tracks that contain
10   multiple-microphone recordings of a single source (an acoustic guitar,
11   perhaps, or a drum-kit).
12 </p>
13 <p>
14   You can group tracks and busses in various ways. In the editor window,
15   a track's controls might look like these:
16 </p>
17 <img class="left" src="/images/track-in-group.png" alt="track headers for a group" />
18 <p>
19   The green tab to the left of the track header indicates that this track
20   is in a group called <samp>Fred</samp>. You can drag these tabs to add
21   adjacent tracks to a group.
22 </p>
23
24 <h2>Create New Groups</h2>
25 <p>
26   There are several ways to <dfn>create groups</dfn> for tracks and bussess:
27 </p>
28 <ul>
29   <li>Context-click on the group tab and use one of the <kbd
30   class="menu">Create...</kbd> options there. You can create a group with
31   no members, or one that starts with the currently selected tracks, or
32   record-enabled tracks, or soloed tracks.</li>
33   <li>Alternatively, click the ‘g’ button on a track header to open the
34   Group menu. The menu lists the available groups. Selecting one of these
35   groups will add the track or bus to that group. The menu also lets you
36   create a new group.</li>
37   <li>Finally, the <a href="/ardours-interface/the-groups-list/">Groups list</a>
38   has a <kbd class="menu">plus (+)</kbd> button at the
39   bottom of the list. Click on the plus sign to create a new group.</li>
40 </ul>
41
42 <h2>Remove Groups</h2>
43 <p>
44   Context-click on a <dfn>group tab</dfn> and select <kbd class="menu">Remove
45   Group</kbd> from the menu. Removing a group does <em>not</em> remove
46   the members of a group.
47 </p>
48 <p>
49   You can also remove groups by selecting them in the <a href="/ardours-interface/the-groups-list/">Groups list</a>
50   and then pressing the <kbd class="menu">minus (-)</kbd> button at the bottom of the list.
51 </p>
52
53 <h2>Add/Remove Tracks and Busses From a Group</h2>
54 <p>
55   Click the <kbd class="menu">g</kbd> button to display a menu with a list
56   of the available groups. Select one of these groups to add the track or bus
57   to that group. Select <kbd class="menu">No Group</kbd> to remove it.
58 </p>
59 <p>
60   Alternatively, you can also drag a group tab to add or remove tracks from
61   the group.
62 </p>
63
64 <h2>Activate/Deactivate Groups via the Group Tab</h2>
65 <p>
66   Clicking on a group tab toggles the group between being active and inactive.
67   An inactive group has no effect when editing its members. An active group
68   will share its configured properties across its members. Tabs for disabled
69   groups are coloured grey.</p>
70
71 <h2>Modify Group Properties</h2>
72 <p>
73   To edit the properties of a group, context-click on its tab and choose
74   <kbd class="menu">Edit Group…</kbd>. This opens the track/bus group dialog,
75   which is also used when creating new groups:
76 </p>
77
78 <img class="right" src="/images/route-group-dialogue.png" alt="the track/bus group dialog" />
79
80 <h3>Group Color</h3>
81 <p>
82   Click on the color selector button to change a group's colour. This affects
83   the colour of the group's tab in the editor and mixer windows. The color does
84   <em>not</em> affect the color of the group members unless you also enable the
85   shared <kbd class="menu">Color</kbd> property.
86 </p>
87
88 <h3>Shared Properties</h3>
89 <p>
90   <kbd class="option">Gain</kbd> means that the track faders will be synced to
91   always have the same value; <kbd class="option">Relative</kbd> means that the
92   gain changes are applied relative to each member's current value. If, for
93   example, there are two tracks in a group with relative gain sharing, and their
94   faders are set to -3&nbsp;dB and -1&nbsp;dB, a change of the first track to a
95   gain of -6&nbsp;dB will result in the second track having a gain of
96   -4&nbsp;dB (the <em>difference</em> of the gains remains the same).
97 </p>
98 <p>
99   <a href="/working-with-tracks/bus-controls/#mute"><kbd class="option">Muting</kbd></a>,
100   <a href="/working-with-tracks/bus-controls/#solo"><kbd class="option">Soloing</kbd></a>,
101   <a href="/working-with-tracks/audio-track-controls/#record"><kbd class="option">record enable</kbd></a>,
102   <a href="/ardours-interface/editor-lists/tracks-and-busses-list/"><kbd class="option">active state</kbd></a>,
103   <a href="/working-with-tracks/controlling-track-appearance/track-coloring/"><kbd class="option">colour</kbd></a> and
104   <a href="/recording/monitoring/"><kbd class="option">monitoring</kbd></a>
105   are all straightforward. They simply mean that all member tracks or busses will
106   share the same settings in these respects.
107 </p>
108 <p>
109   <kbd class="option">Selection</kbd> means that if a region is selected or
110   deselected on one member track, <a
111   href="/working-with-regions/corresponding-regions-selection/">corresponding
112   regions</a> on other member tracks
113   will be similarly selected. Since region editing operations are applied to all
114   currently selected regions, this is the way to make edits apply across all tracks
115   in the group.
116 </p>
117
118 <h3>Group Tab Context Menu</h3>
119 <p>Context-clicking on the group tab offers a further menu of group-related actions. </p>
120 <dl class="wide-table">
121 <dt>Create a New Group</dt>
122 <dd>create a new group</dd>
123 <dt>Create New Group from...</dt>
124 <dd> create a new group and automatically add ...
125 <dl class="narrower-table">
126 <dt>Selected</dt>
127 <dd>all currently selected tracks and busses</dd>
128 <dt>Rec-enabled</dt>
129 <dd>all currently record-enabled tracks</dd>
130 <dt>Soloed</dt>
131 <dd>all currently soloed tracks and busses</dd>
132 </dl>
133 </dd>
134 <dt>Collect Group</dt>
135 <dd>moves all the member tracks so that they are together in the editor window</dd>
136 <dt>Remove Group</dt>
137 <dd>removes the group (and only the group, not its members).</dd>
138 <dt>Add New Subgroup Bus</dt>
139 <dd> creates a bus (giving it the name of the group) and connects the output of each member to the new bus.
140 </dd>
141 <dt>Add New Aux Bus</dt>
142 <dd>adds a bus and gives each member a send to that bus. There are two options for this, specifying whether the sends should be placed pre- or post-fader.</dd>
143 <dt>Fit to Window</dt>
144 <dd> will zoom the member tracks so that they fill the editor window.</dd>
145 <dt>Enable All Groups</dt>
146 <dd>makes all group active, including any hidden groups.</dd>
147 <dt>Disable All Groups</dt>
148 <dd>makes all groups inactive, including any hidden groups.</dd>
149 </dl>