]> Shamusworld >> Repos - ardour-manual/blob - include/inserts.html
8be124b96e2acee4012c3704efc67bdd4645969c
[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 either audio device or JACK ports.
8   While jack ports are visible to other JACK applications, ALSA ports are only
9   useful for patching in audio equipment external to the computer. If inserting
10   a software processor is required, a plugin would be the first choice. If a plugin
11   is not available then the jackd audio backend would have to be used. This is
12   not very common any more but there are some older jack clients that require
13   using jack.<br>
14   Inserts work the same as the inserts on analog consoles except they are not
15   normalled like most jacks on an analog console.
16 </p>
17 <p>
18   An insert allows to either use a special external DSP JACK
19   application that is not available as a plugin, or to splice an external
20   analog piece of gear into a channel strip, such as a vintage
21   compressor, tube equalizer, etc. In the latter case, the inserts would first
22   be connected to a pair of hardware ports, which are in turn connected to the
23   outboard gear.
24 </p>
25 <p>
26   Disabling (bypassing) an insert is done by clicking on its LED in the processor box.
27 </p>
28 <p class="note">
29   When an insert is created, the signal will be interrupted until the relevant
30   connections to the insert ports are made!
31 </p>
32 <p class="note">
33   Inserts will incur an additional period of latency, which can be
34   measured and compensated for during mixing, but not during tracking!
35 </p>