]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/05_ardours-interface/20_control-masters.html
b8b0384901e786abee27c7cefd81f991e770471b
[ardour-manual-diverged] / _manual / 05_ardours-interface / 20_control-masters.html
1 ---
2 title: Control Masters Mixer Strips
3 ---
4
5 <img class="right" src="/images/vca-numbered.png" alt="A Control Master mixer strip">
6
7 <p>
8    Although track/bus <a href="/working-with-tracks/track-and-bus-groups/">groups</a> offer a certain
9    kind of grouped-control over gain, solo, mute and more, traditional mixing consoles have long had
10    group master channels ("<abbr title="Voltage-Controlled Amplifier">VCA</abbr>s") which allows to combine
11    both a single fader to control the group level while also allowing you to easily adjust the relative
12    levels inside the group. For large projects, this can make mixing much easier to control.
13 </p>
14 <p>
15   Ardour implements those VCAs as <dfn>Control Masters</dfn>, in a way that allows to use either or both
16   of the conventions used on different traditionnal consoles for combining multiple masters:
17 </p>
18 <ul>
19   <li>Nest VCAs (VCA 2 controls VCA 1 etc.)</li>
20   <li>Chain VCAs (VCA 1 and VCA 2 both control track or bus <em>N</em>)</li>
21 </ul>
22
23 <h2>Description of the Control Masters</h2>
24
25 <p>
26 A Control Master strip is made of (from top to bottom in the screenshot) :
27 </p>
28
29 <ol>
30   <li>Number of the Control Master</li>
31   <li><kbd class="menu">X</kbd> button: Allows to hide the VCA strip. Left clicking this button toggles the exclusive visibility of the tracks connected to this VCA</li>
32   <li>Name button</li>
33   <li><kbd class="menu">M</kbd>: mutes the VCA, <kbd class="menu">S</kbd>: solos the VCA</li>
34   <li>Level meter: allows to adjust the level of the VCA</li>
35   <li><kbd class="menu">~vca~</kbd>: a VCA button to optionally connect to another VCA</li>
36 </ol>
37
38 <p>Right-clicking the name button shows a context menus comprised of :</p>
39 <dl>
40   <dt>Rename</dt><dd>Renames the VCA</dd>
41   <dt>Color...</dt><dd>Changes the color of the VCA button in the tracks connected to this one</dd>
42   <dt>Drop All Slaves</dt><dd>Deletes all connections to this VCA, i.e. no tracks are controlled by this VCA anymore</dd>
43   <dt>Remove</dt><dd>Deletes this VCA</dd>
44 </dl>
45
46 <h2>Connecting to a VCA strip</h2>
47
48 <img class="left" src="/images/connecting_to_vca.png" alt="Connecting to VCA">
49
50 <p>
51         Connecting a track/bus/VCA to a VCA is as simple as clicking the VCA button that appears on any mixer strip
52   under the main fader and choosing the VCA to connect to.
53 </p>
54
55 <p class="note">The VCA button only shows up in mixer strips when at least one Control Master exists, i.e., a
56   Control Master must be created <em>before</em> connecting tracks to it.</p>
57
58 <p>
59   Clicking the VCA button shows all the Control Masters in the session, and any or all of this vca can be checked
60   to link them to the track, making this track controlled by multiple Control Masters. The track will then show
61   multiple VCA buttons. Disconnecting a Control MAste from a track is done by unchecking this Control Master in
62   the list that pops up, or clicking <kbd class="menu">Unassign All</kbd> to disconnect from all Control Masters at once.
63 </p>