]> Shamusworld >> Repos - ardour-manual/blob - include/inserts.html
More passive form/update menu locations & optimized image sizes
[ardour-manual] / include / inserts.html
1
2 <p>
3   <dfn>Inserts</dfn> are signal tap points that can be placed anywhere
4   inside a channel strip. Unlike Auxes, they will interrupt the signal flow,
5   feeding the signal from before the insert point to its <dfn>Insert
6   send(s)</dfn>, and connecting the remainder of the channel strip to the
7   <dfn>Insert return(s)</dfn>, both of which are JACK ports which are
8   visible to other JACK applications.<br>
9   Inserts are the JACK equivalents of normalized switching jacks on an
10   analog console.
11 </p>
12 <p>
13   An insert allows to either use a special external DSP JACK
14   application that is not available as a plugin, or to splice an external
15   analog piece of gear into a channel strip, such as a vintage
16   compressor, tube equalizer, etc. In the latter case, the inserts would first
17   be connected to a pair of hardware ports, which are in turn connected to the
18   outboard gear.
19 </p>
20 <p>
21   Disabling (bypassing) an insert is done by clicking on its LED in the processor box.
22 </p>
23 <p class="note">
24   When an insert is created, the signal will be interrupted until the relevant
25   connections to the insert ports are made!
26 </p>
27 <p class="note">
28   Inserts will incur an additional JACK period of latency, which can be
29   measured and compensated for during mixing, but not during tracking!
30 </p>