splitting the VCAs and Bus, moving it to The Mixer, better text and images

This commit is contained in:
Ed Ward 2017-01-18 09:39:26 +01:00
parent 8e04fe8306
commit 83547eea28
15 changed files with 77 additions and 127 deletions

View File

@ -17,7 +17,7 @@ title: The Strips List
<p>
Dragging and dropping tracks inside the Strips List allows to reorganise the tracks in the session,
both in the Mixer and the Editor.
both in the Mixer and the Editor. Clicking a track scrolls the Mixer to show this track.
</p>
<p>

View File

@ -2,7 +2,7 @@
title: Audio/MIDI Busses Mixer Strips
---
<img class="left" src="/images/bus-mixer-strip.png" alt="A bus mixer strip">
<img class="right" src="/images/bus-mixer-strip.png" alt="A bus mixer strip">
<p>
An Ardour bus can be considered a virtual track, as in a track that doesn't have a playlist (so, no regions).
@ -15,16 +15,20 @@ title: Audio/MIDI Busses Mixer Strips
<h2>Audio Busses vs MIDI Busses</h3>
<p>
Ardour supports 2 types of busses : Audio and MIDI. A MIDI bus differs from an audio bus just by
Ardour supports 2 types of busses : Audio and MIDI. A MIDI bus differs from an audio bus just by:
<p>
<ul>
<li>its input (which is 1 midi input instead of <em>n</em> audio)</li>
<li>the fact that you can put an instrument on it at creation time, whereas you can't easily add an instrument to an audio bus.</li>
<li>its input (which is midi, as shown by the red signal lines in the processor box) instead of <em>n</em> audio</li>
<li>the fact that you can put an instrument on it at creation time, whereas you can't easily add an instrument to an audio bus</li>
<li>as for tracks, the MIDI bus doesn't have a trim knob or invert phase button(s).</li>
</ul>
<p>
MIDI busses provide a particularly efficient workflow for virtual drumkits where the arrangement uses different MIDI tracks.
Moreover, busses with both Audio and MIDI inputs are well suited for vocoders and similar plugins,
where a MIDI signal <em>and</em> an audio one are required.
where a MIDI signal controls an audio one.
</p>
<p class="note">
Adding any audio input to a MIDI bus transforms it into an audio bus.
</p>
<h2>Description</h2>

View File

@ -0,0 +1,63 @@
---
title: Control Masters Mixer Strips
---
<img class="right" src="/images/vca-numbered.png" alt="A Control Master mixer strip">
<p>
Although track/bus <a href="/working-with-tracks/track-and-bus-groups/">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
of the conventions used on different traditionnal consoles for combining multiple masters:
</p>
<ul>
<li>Nest VCAs (VCA 2 controls VCA 1 etc.)</li>
<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>
<p>
A Control Master strip is made of (from top to bottom in the screenshot) :
</p>
<ol>
<li>Number of the Control Master</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>
<li>Level meter: allows to adjust the level of the VCA</li>
<li><kbd class="menu">~vca~</kbd>: a VCA button to optionally connect to another VCA</li>
</ol>
<p>Right-clicking the name button shows a context menus comprised of :</p>
<dl>
<dt>Rename</dt><dd>Renames the VCA</dd>
<dt>Color...</dt><dd>Changes the color of the VCA button in the tracks connected to this one</dd>
<dt>Drop All Slaves</dt><dd>Deletes all connections to this VCA, i.e. no tracks are controlled by this VCA anymore</dd>
<dt>Remove</dt><dd>Deletes this VCA</dd>
</dl>
<h2>Connecting to a VCA strip</h2>
<img class="left" src="/images/connecting_to_vca.png" alt="Connecting to VCA">
<p>
Connecting a track/bus/VCA to a VCA is as simple as clicking the VCA button that appears on any mixer strip
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>
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.
</p>

View File

@ -15,3 +15,7 @@ title: The Master Bus Strip
<li>It is by definition always solo, so no <kbd class="menu">Solo</kbd>, <kbd class="menu">Iso</kbd> or <kbd class="menu">Lock</kbd> buttons. It is replaced by a button to show the Monitoring section if <a href="/preferences-and-session-properties/session-properties-dialog/monitoring/">the session has one</a></li>
<li>It cannot belong to a mix group, so the button is removed.</li>
</ul>
<p class="note">
The Master bus strip is <em>allways</em> fixed, at the right end of the mixer, regardless of the scrolling position.
</p>

View File

@ -1,121 +0,0 @@
---
layout: default
title: Busses and VCAs
---
<p>
In order to ease the process of mixing, Ardour offers two tools traditionally found on hardware mixing consoles : <dfn>Busses</dfn> and <dfn><abbr title="Voltage-Controlled Amplifier">VCA</abbr></dfn>s.
</p>
<h2>Busses</h2>
<p>
An Ardour bus can be considered a virtual track, as in a track that doesn't have a playlist (so, no regions).
</p>
<p>
Its use is to "group" some audio signals to be treated the same way. One simple use case is to group all the audio tracks containing the different drums of a drumkit. Routing all the drums tracks outputs to a bus allows, once the different levels amongst the drums have been set, to adjust the global level of the drumkit in the mix.
</p>
<p>
Bus usage goes way beyond this simple example though : busses, as tracks, can receive plugins for common audio treatment, and be routed themselves as needed. This makes for a very useful tool that is very commonly used both for musical purposes and computing ones : instead of using e.g. 10 discrete delay plugins on 10 different tracks, busses are often used as receivers of <a href="/signal-routing/aux-sends/">sends</a>, and only 1 delay plugin is used on this bus, reducing the processing power needed.
</p>
<p class="note">Note that the Master strip, which by default receives the output from all tracks, <em>is</em> a bus itself.</p>
<h3>Audio Busses vs MIDI Busses</h3>
<p>
Ardour supports 2 types of busses : Audio and MIDI. A MIDI bus differs from an audio bus just by its input (which is 1 midi input instead of <em>n</em> audio), the fact that you can put an instrument on it at creation time, whereas you can't easily add an instrument to an audio bus.
</p>
<p>
MIDI busses provide a particularly efficient workflow for virtual drumkits where the arrangement uses different MIDI tracks. Moreover, busses with both Audio and MIDI inputs are well suited for vocoders and similar plugins.
</p>
<p>
Depending on the user's workflow and the way busses are used, 2 possibilities exists :
</p>
<h3>Connecting a track to a bus via outputs</h3>
<img class="right" src="/images/connecting_bus_output.png" alt="Connecting a bus through a track's outputs">
<p>
Connecting the output(s) of a track to the input(s) of the bus sends <em>all</em> the audio/MIDI to the bus. In the mixer strip, select (at the bottom) the OUTPUT button (often, by default, "Master"), and in the list, choose the input of a bus. Note that only the bus able to receive this output will show up, e.g. a mono bus wont be able to be connected to the output of a stereo track).
</p>
<p>
Obviously, doing so will (by default) disconnect the output from the Master's input, which means all the audio/MIDI will be routed to the bus. For more complex routing, the OUTPUT button allows to show the <kbd class="menu">Routing Grid</kbd> that allows to plug the output of the track to multiple outputs at once, be it busses, tracks, Master... The button will then reflect these multiple connections by showing a <em>*number*</em>, number being the number of connections made in the routing grid.
</p>
<h3>Connecting a track to a bus via Sends</h3>
<img class="left" src="/images/connecting_bus_send.png" alt="Connecting a bus through a send">
<p>
This allows not to interrupt the natural flow of the signal, i.e. the track will still output to what its connected to (e.g. Master). The signal is "tapped" at the point of insertion of the send, to be sent to the bus. Right click where in the signal flow you want the send to happen, and select <kdb class="menu">New Aux Send... &gt; name_of_the_bus</kbd>.
</p>
<p>By <kbd class="mouse">left-clicking</kbd> the send meter, it is possible to adjust the amount of signal sent to the bus. This is often the way tracks are connected to an effect bus, like a Delay bus.
</p>
<p class="note">Busses can be plugged to other busses, through outputs or sends. Both example workflows discussed previously, i.e. busses for grouping tracks and busses for effects, can both coexist, as e.g. a "grouping" drum bus can have a send to a reverb bus, and be connected to a compressor bus.
</p>
<h2>VCAs</h2>
<p class="fixme">
Reword this section to Control MAster, separate from Busses, Detail the fact a track can have multiple VCA attached
</p>
<img class="left" src="/images/vcas.png" alt="VCAs strips">
<p>
Although track/bus <a href="/working-with-tracks/track-and-bus-groups/">groups</a> offer a certain kind of grouped-control over gain, solo, mute and more, traditional mixing consoles have long had group master channels ("VCAs") 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>
It allows to use either or both of the conventions for combining multiple masters:
</p>
<ul>
<li>Nest VCAs (VCA 2 controls VCA 1 etc.)</li>
<li>Chain VCAs (VCA 1 and VCA2 both control track or bus N)</li>
</ul>
<h3>Using a VCA strip</h3>
<p>
A VCA strip is made of (from top to bottom in the screenshot) :
</p>
<ul>
<li><dfn>1</dfn>: number of the VCA</li>
<li><dfn>X</dfn>: allows to hide the VCA strip. Left clicking this button toggles the exclusive visibility of the tracks connected to this VCA</li>
<li><dfn>M</dfn>: mutes the VCA</li>
<li><dfn>S</dfn>: solos the VCA</li>
<li><dfn>A level meter</dfn>: allows to adjust the level of the VCA</li>
<li><dfn>~vca~</dfn>: a VCA button to optionally connect to another VCA</li>
</ul>
<p>Right-clicking the name button shows a context menus comprised of :</p>
<ul>
<li><kbd class="menu">Rename</kbd>: Renames the VCA</li>
<li><kbd class="menu">Color...</kbd>: Changes the color of the VCA button in the tracks connected to this one</li>
<li><kbd class="menu">Drop All Slaves</kbd>: Deletes all connections to this VCA, i.e. no tracks are controlled by this VCA anymore</li>
<li><kbd class="menu">Remove</kbd>: Deletes this VCA</li>
</ul>
<h3>Connecting to a VCA strip</h3>
<img class="left" src="/images/connecting_to_vca.png" alt="Connecting to VCA">
<p>
Connecting a track/bus/VCA to a VCA is as simple as clicking the VCA button on any mixer strip and choosing the VCA to connect to.
</p>
<p class="note">The VCA button only shows up in mixer strips when at least 1 VCA exists, i.e., you have to first create a VCA before connecting it.
</p>

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB