]> Shamusworld >> Repos - ardour-manual/blobdiff - include/control-masters-mixer-strips.html
Correct busses spelling
[ardour-manual] / include / control-masters-mixer-strips.html
index 4b22bfae4dcc7ace35cf132cfbc909e39c289ac9..b30c12d2fd5b4a3e131c096a4c51328bb0294125 100644 (file)
@@ -1,15 +1,20 @@
 
-<img class="right" src="/images/vca-numbered.png" alt="A Control Master mixer strip">
+<figure>
+  <img class="right" src="/images/vca-numbered.png" alt="A VCA mixer strip">
+  <figcaption>
+    A VCA mixer strip
+  </figcaption>
+</figure>
 
 <p>
-   Although track/bus <a href="/working-with-tracks/track-and-bus-groups/">groups</a> offer a certain
+   Although track/bus <a href="@@the-track-and-bus-group-list">groups</a> offer a certain
    kind of grouped-control over gain, solo, mute and more, traditional mixing consoles have long had
    group master channels ("<abbr title="Voltage-Controlled Amplifier">VCA</abbr>s") which allows to combine
    both a single fader to control the group level while also allowing you to easily adjust the relative
    levels inside the group. For large projects, this can make mixing much easier to control.
 </p>
 <p>
-  Ardour implements those VCAs as <dfn>Control Masters</dfn>, in a way that allows to use either or both
+  Ardour implements those <dfn>VCAs</dfn> in a way that allows to use either or both
   of the conventions used on different traditionnal consoles for combining multiple masters:
 </p>
 <ul>
   <li>Chain VCAs (VCA 1 and VCA 2 both control track or bus <em>N</em>)</li>
 </ul>
 
-<h2>Description of the Control Masters</h2>
+<h2>Description of the VCAs</h2>
 
 <p>
-A Control Master strip is made of (from top to bottom in the screenshot):
+A VCA strip is made of (from top to bottom in the screenshot):
 </p>
 
 <ol>
-  <li>Number of the Control Master</li>
+  <li>Number of the VCA</li>
   <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>
   <li>Name button</li>
   <li><kbd class="menu">M</kbd>: mutes the VCA, <kbd class="menu">S</kbd>: solos the VCA</li>
@@ -49,13 +54,13 @@ A Control Master strip is made of (from top to bottom in the screenshot):
   under the main fader and choosing the VCA to connect to.
 </p>
 
-<p class="note">The VCA button only shows up in mixer strips when at least one Control Master exists, i.e., a
-  Control Master must be created <em>before</em> connecting tracks to it.</p>
+<p class="note">The VCA button only shows up in mixer strips when at least one VCA exists, i.e., a
+  VCA must be created <em>before</em> connecting tracks to it.</p>
 
 <p>
-  Clicking the VCA button shows all the Control Masters in the session, and any or all of this vca can be checked
-  to link them to the track, making this track controlled by multiple Control Masters. The track will then show
-  multiple VCA buttons. Disconnecting a Control MAste from a track is done by unchecking this Control Master in
-  the list that pops up, or clicking <kbd class="menu">Unassign All</kbd> to disconnect from all Control Masters at once.
+  Clicking the VCA button shows all the VCAs in the session, and any or all of this VCA can be checked
+  to link them to the track, making this track controlled by multiple VCAs. The track will then show
+  multiple buttons. Disconnecting a VCA from a track is done by unchecking this VCA in
+  the list that pops up, or clicking <kbd class="menu">Unassign All</kbd> to disconnect from all VCAs at once.
 </p>