X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Finserts.html;h=8be124b96e2acee4012c3704efc67bdd4645969c;hb=36be359696a4d18c38ac9ae7c4339067850099ce;hp=9a14c5a4dd4bb1e3626b2bf3dea7cf338a828158;hpb=7a4c28bd8605e90876ebee619de364ab7001e405;p=ardour-manual diff --git a/include/inserts.html b/include/inserts.html index 9a14c5a..8be124b 100644 --- a/include/inserts.html +++ b/include/inserts.html @@ -4,28 +4,32 @@ inside a channel strip. Unlike Auxes, they will interrupt the signal flow, feeding the signal from before the insert point to its Insert send(s), and connecting the remainder of the channel strip to the - Insert return(s), both of which are JACK ports which are - visible to other JACK applications.
- Inserts are the JACK equivalents of normalized switching jacks on an - analog console. + Insert return(s), both of which are either audio device or JACK ports. + While jack ports are visible to other JACK applications, ALSA 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.
+ Inserts work the same as the inserts on analog consoles except they are not + normalled like most jacks on an analog console.

- An insert allows you to either use a special external DSP JACK + An insert allows to either use a special external DSP JACK application that is not available as a plugin, or to splice an external - analog piece of gear into your channel strip, such as a vintage - compressor, tube equalizer, etc. In the latter case, you would first - connect your inserts to a pair of hardware ports, which are in turn - connected to the outboard gear. + 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.

- To disable (bypass) an insert, click on its LED in the processor box. + Disabling (bypassing) an insert is done by clicking on its LED in the processor box.

- When you create an insert, the signal will be interrupted until you make - the relevant connections to the insert ports! + When an insert is created, the signal will be interrupted until the relevant + connections to the insert ports are made!

- Inserts will incur an additional JACK period of latency, which can be + Inserts will incur an additional period of latency, which can be measured and compensated for during mixing, but not during tracking!

-