]> Shamusworld >> Repos - ardour-manual/blob - include/groups-list.html
remove references to linux specific backends in MIDI overview
[ardour-manual] / include / groups-list.html
1
2 <p>
3   The <dfn>Groups 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 <table class="dl">
18   <tr><th>Create New Group From&hellip;</th><td>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></td></tr>
24   <tr><th>Create New Group with Master From&hellip;</th><td>Acts exactly as the previous choice, but also creates a Control Master tied to these tracks.</td></tr>
25   <tr><th>Assign Selection to Control Master&hellip;</th><td>Allows to link all the selected tracks to a chosen Control Master, whether or not they belong to a group.</td></tr>
26   <tr><th>Assign Record Enabled to Control Master&hellip;</th><td>Allows to link all the record armed tracks to a chosen Control Master.</td></tr>
27   <tr><th>Assign Soloed to Control Master&hellip;</th><td>Allows to link all the soloed tracks to a chosen Control Master.</td></tr>
28   <tr><th>Enable All Groups</th><td>Enable all the groups, i.e. their selected properties are synchronized.</td></tr>
29   <tr><th>Disable All Groups</th><td>Disable all the groups, i.e. changing a property in a track won't affect the others.</td></tr>
30
31 </table>
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 <table class="dl">
38   <tr><th>Create New Group with Master From&hellip;</th><td>Acts exactly as the previous choice, but also creates a Control Master tied to these tracks.</td></tr>
39   <tr><th>Edit Group&hellip;</th><td>Shows the <kbd class="menu">Track/bus Group</kbd> <a href="@@the-track-and-bus-group-list">window</a>.</td></tr>
40   <tr><th>Collect Group</th><td>Rearranges the tracks/busses order to visually group together the tracks belonging to the same group.</td></tr>
41   <tr><th>Remove Group</th><td>Deletes the group (but not the tracks/busses belonging to this group).</td></tr>
42   <tr><th>Assign Group to Control Master&hellip;</th><td>Allows to link all the tracks in the group to a chosen VCA.</td></tr>
43   <tr><th>Add/Remove Subgroup Bus</th><td>Creates/removes a new bus connected to the Master, and send the output of all the tracks in the group to this new bus.</td></tr>
44   <tr><th>Add New Aux Bus (pre/post-fader)</th><td>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.</td></tr>
45 </table>
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