X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Finserts.html;h=8be124b96e2acee4012c3704efc67bdd4645969c;hb=21e5a751c89946c7b5dec5914ef6807090bff554;hp=76622a832e07b856e7aa6aeb7793bc4eb8231891;hpb=f1ad4a580ddad8a94b1a72bfca3db70ae0e1f72d;p=ardour-manual diff --git a/include/inserts.html b/include/inserts.html index 76622a8..8be124b 100644 --- a/include/inserts.html +++ b/include/inserts.html @@ -4,10 +4,15 @@ 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 to either use a special external DSP JACK @@ -25,6 +30,6 @@ 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!