2013-01-29 19:26:36 -05:00
|
|
|
|
2014-02-17 16:08:46 -05:00
|
|
|
<p>
|
|
|
|
<dfn>Inserts</dfn> are signal tap points that can be placed anywhere
|
|
|
|
inside a channel strip. Unlike Auxes, they will interrupt the signal flow,
|
|
|
|
feeding the signal from before the insert point to its <dfn>Insert
|
|
|
|
send(s)</dfn>, and connecting the remainder of the channel strip to the
|
2019-08-04 02:36:55 -04:00
|
|
|
<dfn>Insert return(s)</dfn>, both of which are either audio device or JACK ports.
|
|
|
|
While jack ports are visible to other JACK applications, ALAS ports are only
|
|
|
|
useful for patching in audio equipment external to the computer. If inserting
|
|
|
|
a software processor is required, a plugin would be the first choice. If a plugin
|
|
|
|
is not available then the jackd audio backend would have to be used. This is
|
|
|
|
not very common any more but there are some older jack clients that require
|
|
|
|
using jack.<br>
|
|
|
|
Inserts work the same as the inserts on analog consoles except they are not
|
|
|
|
normalled like most jacks on an analog console.
|
2014-02-17 16:08:46 -05:00
|
|
|
</p>
|
|
|
|
<p>
|
2018-03-27 12:24:53 -04:00
|
|
|
An insert allows to either use a special external DSP JACK
|
2014-02-17 16:08:46 -05:00
|
|
|
application that is not available as a plugin, or to splice an external
|
2018-03-27 12:24:53 -04:00
|
|
|
analog piece of gear into a channel strip, such as a vintage
|
|
|
|
compressor, tube equalizer, etc. In the latter case, the inserts would first
|
|
|
|
be connected to a pair of hardware ports, which are in turn connected to the
|
|
|
|
outboard gear.
|
2014-02-17 16:08:46 -05:00
|
|
|
</p>
|
2014-02-17 16:16:58 -05:00
|
|
|
<p>
|
2018-03-27 12:24:53 -04:00
|
|
|
Disabling (bypassing) an insert is done by clicking on its LED in the processor box.
|
2014-02-17 16:16:58 -05:00
|
|
|
</p>
|
|
|
|
<p class="note">
|
2018-03-27 12:24:53 -04:00
|
|
|
When an insert is created, the signal will be interrupted until the relevant
|
|
|
|
connections to the insert ports are made!
|
2014-02-17 16:16:58 -05:00
|
|
|
</p>
|
2014-02-17 16:08:46 -05:00
|
|
|
<p class="note">
|
2019-08-04 02:36:55 -04:00
|
|
|
Inserts will incur an additional period of latency, which can be
|
2017-02-25 00:30:29 -05:00
|
|
|
measured and compensated for during mixing, but not during tracking!
|
|
|
|
</p>
|