From: Alexandre Prokoudine Date: Thu, 3 Nov 2022 23:42:34 +0000 (+0300) Subject: Update Insert docs for 7.1 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=ardour-manual;a=commitdiff_plain;h=97513fc224671fdaf17cd65357eeaa3cb4e90dd0 Update Insert docs for 7.1 --- diff --git a/include/inserts.html b/include/inserts.html index 8be124b..ed8d20a 100644 --- a/include/inserts.html +++ b/include/inserts.html @@ -5,12 +5,22 @@ 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 either audio device or JACK ports. +

+ +

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

+ +

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.
+ using jack. +

+

Inserts work the same as the inserts on analog consoles except they are not normalled like most jacks on an analog console.

@@ -20,16 +30,29 @@ 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. + outboard gear. This is done on the Send/Output and + Return/Input tabs of the Insert + dialog respectively.

+ +
+ Insert / Send +
+ Insert Dialog, the Send/Output tab +
+
+

- Disabling (bypassing) an insert is done by clicking on its LED in the processor box. -

-

- When an insert is created, the signal will be interrupted until the relevant - connections to the insert ports are made! + Apart from providing access to the connections matrix, the dialog allows adjusting + the output gain and toggling phase inversion for Send/Output, as well as measuring + and adjusting latency for the insert.

+

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

+ +

+ Disabling (bypassing) an insert is done by clicking on its LED in the processor box. +

diff --git a/source/images/port-insert-send.png b/source/images/port-insert-send.png new file mode 100644 index 0000000..02df741 Binary files /dev/null and b/source/images/port-insert-send.png differ