]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/15_signal-routing/01_aux-sends.html
Sync to master.
[ardour-manual-diverged] / _manual / 15_signal-routing / 01_aux-sends.html
1 ---
2 layout: default
3 title: Aux Sends
4 ---                        
5
6 <p>
7   <dfn>Auxilliary sends</dfn> are <a
8   href="/working-with-plugins/processor-box/">processors</a> in a bus or
9   track channel strip. They tap the signal at a specific point in the signal
10   flow (pre-fader, post-fader, before or after EQs and other plugins, etc.)
11   and send a copy of that signal somewhere else, without affecting the
12   normal signal flow downwards to the channel fader.
13 </p>
14 <p>
15   Usually, aux sends from several tracks are collectively sent to a
16   dedicated <dfn>Aux bus</dfn> in Ardour, to create a monitor mix for a 
17   musician, or to feed an effect unit. The output of such a bus might
18   be routed to separate hardware outputs (in the case of headphone or monitor 
19   wedge mixes), or returned to the main mix (in the case of an effect).<br
20   />
21   Since sends are JACK ports, it is also possible to send the tapped signal
22   somewhere else directly, which is not usually possible on hardware mixers
23   (see <a href="/signal-routing/external-sends/">External Sends</a>).
24 </p>
25   
26 <p>
27   It may be useful to 
28   <a href="/signal-routing/comparing-aux-sends-and-subgroups/">compare and contrast</a> 
29   the use of aux sends with <a href="/signal-routing/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 track group (and adding tracks to it), 
62   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