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