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