]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/05_ardours-interface/17_the-groups-list.html
Collapse diagrams/ into images/.
[ardour-manual-diverged] / _manual / 05_ardours-interface / 17_the-groups-list.html
1 ---
2 title: Groups list
3 ---
4
5 <p>
6   The <dfn>Goups List</dfn> allows to quickly manage the <a href="/working-with-tracks/track-and-bus-groups/">groups</a>
7   of the session, and make use of them.
8 </p>
9
10 <p>
11   Each group has a <kbd class="option">Show</kbd> checkbox to quickly toggle their visibility. Clicking an already
12   selected group allows to rename it.
13 </p>
14
15 <p>
16   The context menu, reached by <kbd class="mouse">right</kbd> clicking a group,
17   allows for multiple mixing actions:
18 </p>
19
20 <dl>
21   <dt>Create New Group From...</dt><dd>Creates a new group based on some track properties. The choice is :
22     <ul>
23       <li><kbd class="menu">Selection...</kbd> to create a group of all selected tracks</li>
24       <li><kbd class="menu">Record Enabled...</kbd> to create a group of all the tracks that are record enabled</li>
25       <li><kbd class="menu">Soloed...</kbd> to create a group of all the soloed tracks</li>
26     </ul></dd>
27   <dt>Create New Group with Master From...</dt><dd>Acts exactly as the previous choice, but also creates a Control Master tied to these tracks.</dd>
28   <dt>Assign Selection to Control Master...</dt><dd>Allows to link all the selected tracks to a chosen Control Master, whether or not they belong to a group.</dd>
29   <dt>Assign Record Enabled to Control Master...</dt><dd>Allows to link all the record armed tracks to a chosen Control Master.</dd>
30   <dt>Assign Soloed to Control Master...</dt><dd>Allows to link all the soloed tracks to a chosen Control Master.</dd>
31   <dt>Enable All Groups</dt><dd>Enable all the groups, i.e. their selected properties are synchronized.</dd>
32   <dt>Disable All Groups</dt><dd>Disable all the groups, i.e. changing a property in a track won't affect the others.</dd>
33
34 </dl>
35
36 <p>
37   When a group is selected, <kbd class="mouse">right</kbd> clicking it adds the following menu entries :
38 </p>
39
40 <dl>
41   <dt>Create New Group with Master From...</dt><dd>Acts exactly as the previous choice, but also creates a Control Master tied to these tracks.</dd>
42   <dt>Edit Group...</dt><dd>Shows the <kbd class="menu">Track/bus Group</kbd> <a href="/working-with-tracks/track-and-bus-groups/">window</a>.</dd>
43   <dt>Collect Group</dt><dd>Rearranges the tracks/busses order to visualy group together the tracks belonging to the same group.</dd>
44   <dt>Remove Group</dt><dd>Deletes the group (but not the tracks/busses belongidng to this group).</dd>
45   <dt>Assign Group to Control Master...</dt><dd>Allows to link all the tracks in the group to a chosen VCA.</dd>
46   <dt>Add/Remove Subgroup Bus</dt><dd>Creates/removes a new bus connected to the Master, and send the output of all the tracks in the group to this new bus.</dd>
47   <dt>Add New Aux Bus (pre/post-fader)</dt><dd>Creates a new bus connected to the Master, and create <a href="/signal-routing/aux-sends/">Aux Sends</a> (pre or post-fader) in all the tracks in the group to this new bus.</dd>
48 </dl>
49
50 <p>
51   The <kbd class="menu">&plus;</kbd> button under the list allows the creation of an (empty) group,
52   while the <kbd class="menu">&minus;</kbd> button deletes the selected group (but not the tracks in
53   this group).
54 </p>