]> Shamusworld >> Repos - ardour-manual/blob - include/aux-sends.html
Fixes for the CD Markers subchapter, suggested by Headwar
[ardour-manual] / include / aux-sends.html
1
2 <p>
3   <dfn>Auxiliary sends</dfn> are simple <a
4   href="@@processor-box">processors</a> in a bus or
5   track channel strip. They tap the signal at a specific point in the signal
6   flow (pre-fader, post-fader, before or after EQs and other plugins, etc.)
7   and send a copy of that signal to a bus, without affecting the
8   normal signal flow downwards to the channel fader.
9 </p>
10 <p>
11   Aux sends from several tracks are collectively sent to a
12   <dfn>bus</dfn> in Ardour, to create a monitor mix for a
13   musician, or to feed an effect unit. A bus used in this way is considered
14   an auxiliary bus or <dfn>Aux bus</dfn> even though it is the same as
15   any other bus. The output of such a bus might
16   be routed to separate hardware outputs (in the case of headphone or monitor
17   wedge mixes), or returned to the main mix (in the case of an effect).
18 </p>
19 <p>
20   Aux sends do not show up outside of Ardour either on the audio device
21   or as JACK ports, <a href="@@external-sends">External Sends</a> should
22   be used to send audio to the audio device or Jack ports. External Sends can
23   send the tapped signal somewhere else directly, which is not usually
24   possible on hardware mixers.
25 </p>
26
27 <p>
28   It may be useful to
29   <a href="@@comparing-aux-sends-and-subgroups">compare and contrast</a>
30   the use of aux sends with <a href="@@subgrouping">subgrouping</a>.
31 </p>
32
33 <h2>Adding a new aux bus</h2>
34 <p>
35   New busses can be created using the <kbd class="menu">Session &gt; Add Track, Bus or VCA&hellip;</kbd>
36   menu, and selecting <kbd class="menu">Audio Busses</kbd> in the Template/Type
37   selector on the left of the <kbd class="menu">Add Track/Bus/VCA</kbd> dialog.
38 </p>
39
40 <h2>Adding a send to an aux bus</h2>
41 <p>
42   Context-clicking on the processor box for the track to send to the bus, and
43   choosing <kbd class="menu">New Aux Send &hellip;</kbd> shows a submenu, listing the busses.
44   Choosing one bus will add a send (which will be visible in the processor box).
45   Note that if the only existing bus is the Master Bus, the menu will be grayed out.
46 </p>
47
48 <h3>Pre-fader and Post-fader Aux Sends</h3>
49 <p>
50   Depending on whether the context-click happened above or below the fader in the
51 processor box, the new aux send can be placed before or after the fader in the
52 channel strip.
53 </p>
54 <ul>
55   <li><dfn>Post-fader</dfn> aux sends are typically used when using an aux for
56   shared signal processing (FX), so that the amount of effect is always
57   proportional to the main mix fader.</li>
58   <li><dfn>Pre-fader</dfn> sends ensure
59   that the level sent to the bus is controlled <em>only</em> by the send, not the
60   main fader&mdash;this is typical when constructing headphone and monitor wedge
61   mixes.</li>
62 </ul>
63
64 <p>
65     The color of the processor will reflect this pre/post position (red for
66     <span style="color:darkred;">Pre</span>, green for <span
67     style="color:darkgreen;">Post</span>). Dragging and dropping the send inside
68     the processor box before or after the Fader processor changes the type of
69     fader accordingly.
70 </p>
71
72
73 <h2>Adding a new aux bus and sending a Track Group to it</h2>
74 <p>
75   All members of a group can be sent to a new aux bus at once with a single click.
76   After creating the <a href="@@track-and-bus-groups">track group</a>
77   (and adding tracks to it), context-clicking on the group tab allows to choose either
78   <kbd class="menu">Add New Aux Bus (pre-fader)</kbd> or
79   <kbd class="menu">Add New Aux Bus (post-fader)</kbd>. A new aux bus will be created,
80   and a new aux send added to every member of the track group that connects to
81   this aux bus.
82 </p>
83
84 <h2>Altering Send Levels</h2>
85 <p>
86   The amount of the signal received by a send that it delivers to the bus it connects to
87   can be altered in two ways:
88 </p>
89 <h3>Using the Send Fader</h3>
90 <p>
91   Every send processor has a small horizontal fader that can be adjusted in the
92 usual way. It is not very big and so this can be a little unsatisfactory if
93 a very fine control over the send level is required.
94 </p>
95 <h3>Map Aux Sends To Main Faders</h3>
96 <p>
97   In Mixer mode, pressing the button marked <kbd class="menu">Show Sends</kbd> on a aux bus will
98   alter the channel strip for every track or bus that feeds the aux bus. Many
99   aspects of the strip will become insensitive and/or change their visual
100   appearance. More importantly, the main fader of the affected channel strips
101   will now control the send level and <strong>not</strong> the track gain.
102   This gives a larger, more configurable control to alter the level. Clicking the
103   <kbd class="menu">Show Sends</kbd> button of the aux bus again reverts the
104   channel strips to their normal use.
105 </p>
106
107 <h2>Disabling Sends</h2>
108 <p>
109   Clicking on the small LED in the send display in the processor box of the
110   channel strip will enable/disable the send. When disabled, only silence will
111   be delivered to the aux bus by this track. When enabled, the signal arriving
112   at the send will be delivered to the aux bus.
113 </p>
114
115 <h2>Send Panning</h2>
116 <p>
117   Send panners can be configured to either be independent of the main
118   panner, or to follow it. The latter could be useful for Reverb effects, or
119   for in-ear monitor mixes delivered in stereo.
120 </p>