]> Shamusworld >> Repos - ardour-manual/blob - include/aux-sends.html
Edit aux-sends
[ardour-manual] / include / aux-sends.html
1
2 <p>
3   <dfn>Auxilliary sends</dfn> are simple <a
4   href="/working-with-plugins/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 auxilliary 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 are not JACK ports, use <a href="@@external-sends">
21   External Sends</a> to send audio to Jack ports. External Sends can
22   send the tapped signal somewhere else directly, which is not usually
23   possible on hardware mixers.
24 </p>
25
26 <p>
27   It may be useful to
28   <a href="@@comparing-aux-sends-and-subgroups">compare and contrast</a>
29   the use of aux sends with <a href="@@subgrouping">subgrouping</a>.
30 </p>
31
32 <h2>Adding a new aux bus</h2>
33 <p>
34   Choose <kbd class="menu">Session &gt; Add New Track or Bus</kbd>. In the
35   <kbd class="menu">New Track &amp; Bus</kbd> dialog, select "Busses" in the Track/Bus
36   selector at the upper right.
37 </p>
38
39 <h2>Adding a send to an aux bus</h2>
40 <p>
41   Context-click on the processor box for the track you want to send to the bus, and
42   choose <kbd class="menu">New Aux Send</kbd>. From the submenu, choose the bus you
43   want to send to. A send will be added (and will be visible in the processor box).
44   Note that the submenu may be empty if you have not created a bus yet.
45 </p>
46
47 <h3>Pre-fader and Post-fader Aux Sends</h3>
48 <p>
49   Depending on whether you context-click above or below the fader in the processor box,
50   the new aux send can be placed before or after the fader in the channel strip.
51   <dfn>Post-fader</dfn> aux sends are typically used when using an aux for shared signal
52   processing (FX), so that the amount of effect is always proportional to
53   the main mix fader. <dfn>Pre-fader</dfn> sends ensure that the level sent to the bus
54   is controlled <em>only</em> by the send, not the main fader&mdash;this is typical
55   when constructing headphone and monitor wedge mixes.
56 </p>
57
58 <h2>Adding a new aux bus and sending a Track Group to it</h2>
59 <p>
60   You can add aux sends to all members of a group and connect them to a new aux bus
61   with a single click. After creating the <a href="@@track-and-bus-groups">track group</a>
62   (and adding tracks to it), context-click on the group tab and choose either
63   <kbd class="menu">Add New Aux Bus (pre-fader)</kbd> or
64   <kbd class="menu">Add New Aux Bus (post-fader)</kbd>. A new aux bus will be created,
65   and a new aux send added to every member of the track group that connects to
66   this aux bus.
67 </p>
68
69 <h2>Altering Send Levels</h2>
70 <p>
71   You can alter the amount of the signal received by a send that it delivers to the bus
72   it connects to. There are three approaches to this:
73 </p>
74 <h3>Use the Send Fader</h3>
75 <p>
76   Every send processor has a small horizontal fader that can be adjusted in the usual way. It is
77   not very big and so this can be a little unsatisfactory if you want very fine control
78   over the send level.
79 </p>
80 <h3>Mapping the Main Fader</h3>
81 <p>
82   Double-clicking on the send in the processor box will allow you to use the
83   big fader of the mixer strip to control the send. The visual appearance of
84   the mixer strip will change to reflect this. Double-click the send again to
85   revert back to normal function for the strip.
86 </p>
87 <h3>Map Aux Sends To Main Faders</h3>
88 <p>
89   Pressing the button marked <kbd class="menu">Aux Sends</kbd> on a aux bus will
90   alter the channel strip for every track or bus that feeds the aux bus. Many
91   aspects of the strip will become insensitive and/or change their visual
92   appearance. More importantly, the main fader of the affected channel strips
93   will now control the send level and <strong>not</strong> the track gain.
94   This gives a larger, more configurable control to alter the level. Click the
95   <kbd class="menu">Aux Sends</kbd> button of the aux bus again to revert the
96   channel strips to their normal use.
97 </p>
98 <h2>Disabling Sends</h2>
99 <p>
100   Clicking on the small "LED" in the send display in the processor box of the
101   channel strip will enable/disable the send. When disabled, only silence will
102   be delivered to the aux bus by this track. When enabled, the signal arriving
103   at the send will be delivered to the aux bus.
104 </p>
105 <h2>Send Panning</h2>
106 <p>
107   Send panners can be configured to either be independent of the main
108   panner, or to follow it. The latter could be useful for Reverb effects, or
109   for in-ear monitor mixes delivered in stereo.
110 </p>
111