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