]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/14_signal-routing/04_inserts.html
Initial cleanup of content, new images & content added.
[ardour-manual-diverged] / _manual / 14_signal-routing / 04_inserts.html
1 ---
2 layout: default
3 title: Inserts
4 ---                        
5
6 <p>
7   <dfn>Inserts</dfn> are signal tap points that can be placed anywhere
8   inside a channel strip. Unlike Auxes, they will interrupt the signal flow,
9   feeding the signal from before the insert point to its <dfn>Insert
10   send(s)</dfn>, and connecting the remainder of the channel strip to the
11   <dfn>Insert return(s)</dfn>, both of which are JACK ports which are
12   visible to other JACK applications.
13 </p>
14 <p>
15   Inserts are the JACK equivalents of normalized switching jacks on an 
16   analog console.
17 </p>
18 <p>
19   An insert allows you to either use a special external DSP JACK 
20   application that is not available as a plugin, or to splice an external
21   analog piece of gear into your channel strip, such as a vintage
22   compressor, tube equalizer, etc. In the latter case, you would first
23   connect your inserts to a pair of hardware ports, which are in turn
24   connected to the outboard gear.
25 </p>
26 <p>
27   To disable (bypass) an insert, click on its LED in the processor box.
28 </p>
29 <p class="note">
30   When you create an insert, the signal will be interrupted until you make
31   the relevant connections to the insert ports!
32 </p>
33 <p class="note">
34   Inserts will incur an additional JACK period of latency, which can be
35   measured and compensated for during mixing, but not during tracking! 
36 </p>