]> Shamusworld >> Repos - ardour-manual/blob - include/subgrouping.html
First shot at docs for bundled plugins
[ardour-manual] / include / subgrouping.html
1
2 <p>
3   <dfn>Subgrouping</dfn> (sometimes known as "Grouping" or "Audio Grouping")
4   is a way to collect related signals together to apply some common
5   treatment, before sending them on to the main mix. One standard
6   application is to group several tracks belonging to the same instrument or
7   section (such as a drum kit or horn section), to be able to adjust their
8   volume with a single fader, after their inner balance has been set using
9   the track faders.
10 </p>
11
12 <p class="note">Ardour also provides <a href="@@control-masters-mixer-strips">VCAs</a>
13   that is a very flexible way to adjust the volume of a group of tracks/busses when
14   no additionnal processing is needed.
15 </p>
16
17 <p>
18   Create a subgroup from an existing Track/Bus group is done by <kbd
19   class="mouse">right</kbd>-clicking on the relevant <a
20   href="@@the-track-and-bus-group-list">group tab</a>, and choosing <kbd
21   class="menu">Add new subgroup bus</kbd>. A new bus will be created and every
22   member of the track group will have its outputs disconnected from other
23   destinations and then connected to the new bus inputs. The bus outputs will
24   feed the master bus unless manual connections have been selected in the
25   session preferences. The bus will be named after the track group name.
26 </p>
27 <p>
28   Alternatively, a group can be created manually, by first adding a new bus,
29   then, for each track to be fed in the subgroup bus, disconnecting its outputs
30   from the master and connecting it to the inputs of the subgroup bus instead.
31   This can be done in the global audio patchbay or on a track by track basis via the
32   output button of each track's channel strip.
33 </p>
34 <p>
35   Remove a subgroup (bus) is done by <kbd class="mouse">right </kbd>-clicking on
36   the track group tab, and selecting <kbd class="menu">Remove subgroup
37   bus</kbd>. Simply deleting the bus itself will <strong>not</strong> restore
38   signal routing to the way it was before the addition of the subgroup
39   bus&mdash;tracks that had been subgrouped will be left with their main outputs
40   disconnected.
41 </p>