From 44222d2aab9b463c4adfd95e0e2c3766745266ec Mon Sep 17 00:00:00 2001 From: Shamus Hammons Date: Wed, 15 Feb 2017 22:31:42 -0600 Subject: [PATCH] Cleanup of Track/Bus signal flow section. --- include/trackbus-signal-flow.html | 184 ++++++++++++------ .../using-windows-vst-plugins-on-linux.html | 2 +- 2 files changed, 129 insertions(+), 57 deletions(-) diff --git a/include/trackbus-signal-flow.html b/include/trackbus-signal-flow.html index 89cc342..d5ecd7c 100644 --- a/include/trackbus-signal-flow.html +++ b/include/trackbus-signal-flow.html @@ -1,114 +1,186 @@

Overview

+

-In each individual Track or Bus the signal flow is top to bottom. Consider the following diagram: + In each individual Track or Bus the signal flow is top to bottom. Consider + the following diagram:

-

track signal routing

+
+track signal routing +
Typical signal routing in a channel strip.
+

-Trim, Fader and Panner are provided by Ardour. The Processor-Box can hold 3rd Party Plugins or host-provided redirects (insert, aux-send,..). + Trim, Fader and Panner are provided by Ardour. The Processor Box can hold 3rd + Party Plugins or host-provided redirects (insert, aux-send, etc.).

-An important aspect is that the signal flow is multi-channel and not fixed throughout the track. For example, a Track can have a mono input, a mono to stereo plugin (e.g. reverb) flowing into a surround panner with 6 outputs. The design of Ardour is that width of the signal flow is defined by the passage through plugins in the processor box, followed by panning. -The number of inputs to the panner is defined by the number outputs of the last plugin in the chain. The number of panner outputs is equal to the track's outputs ports, which can be added and remove dynamically. This schema called Flexible I/O. It's very powerful and a distinct feature of Ardour. + An important aspect is that the signal flow is multi-channel and not fixed + throughout the track. For example, a Track can have a mono input, a mono to + stereo plugin (e.g. reverb) flowing into a surround panner with 6 outputs. + The design of Ardour is that width of the signal flow is defined by the + passage through plugins in the processor box, followed by panning. The number + of inputs to the panner is defined by the number outputs of the last plugin + in the chain. The number of panner outputs is equal to the track's outputs + ports, which can be added and removed dynamically. This schema is called + Flexible I/O. It is very powerful and a distinctive feature of + Ardour.

-The golden rule of processor signal flow:
The number of outputs of one link of the process chain defines the number inputs of the next, until the panner. + The golden rule of processor signal flow: The number of outputs of one link + of the process chain defines the number inputs of the next, until the panner.

-Due to this rule there is one very common case that is hard to achieve: Keep a mono track mono. With Flexible I/O, if a stereo plugin is added on a mono track, the signal flow after that plugin becomes stereo. + Due to this rule there is one very common case that is hard to achieve: + keeping a mono track mono. With Flexible I/O, if a stereo plugin is + added on a mono track, the signal flow after that plugin becomes stereo.

Strict I/O

-

Strict I/O enforces a simple rule: Plugins have the same number of inputs as they have outputs. By induction the track will have as many output-ports as there are input ports.

-
    -
  1. Adding a Plugin will not modify the signal-flow. The number of plugin outputs is forced to the number of inputs present at the point of insertion. - If a plugin-pin is missing, it is ignored. If Plugin-pin is unconnected, it is fed with silence. Unconnected plugin outputs are ignored).
  2. -
  3. Strict I/O enforces the number of output ports. The number of inputs to the panner (outputs of last plugin) defines the number of track outputs (after panner). - Required ports are automatically added, excess ports are removed. The user cannot manually add/remove output ports.
  4. -

-Strict I/O is set when creating the track and can later be en/disabled dynamically in the context menu of every mixer strip. + Strict I/O enforces a simple rule: Plugins have the same number of inputs as + they have outputs. By induction the track will have as many output ports as + there are input ports. +

+ +

+ Adding a Plugin will not modify the signal flow. The number of plugin outputs + is forced to the number of inputs present at the point of insertion. If a + plugin pin is missing, it is ignored. If a plugin pin is not connected, it is + fed with silence. Non-connected plugin outputs are ignored. +

+ +

+ Strict I/O enforces the number of output ports. The number of inputs to the + panner (outputs of last plugin) defines the number of track outputs (after + panner). Required ports are automatically added, excess ports are removed. + The user cannot manually add or remove output ports.

-

strict i/o routing

+

+ Strict I/O is set when creating the track and can later be enabled or + disabled dynamically in the context menu of every mixer strip. +

+ +
+strict I/O routing +
Flexible vs. Strict I/O.
+
+ +

+ There are two exceptions to the above rule: +

-

There are two exceptions to the above rule 1.

Customizing the Signal Flow: The Pin Connection window

-The signal flow though the mixer can be customized at every processor node via "Pin Configuration" in the context menu of every processor. -User customization override all automatic (flexible/strict i/o mode) inferred output port settings

+ The signal flow though the mixer can be customized at every processor node + via Pin Configuration in the context menu of every + processor. User customization overrides all automatic (Flexible and Strict + I/O mode) inferred output port settings. +

+

The Pin Connection window is made of three vertical sections:

+ +

- By default, the I/O config is set to Automatic, i.e. the Manual Config led light is turned off. - In this mode, the diagram will display the standard input/outputs for this plugin, i.e. the number of ports (input/outputs) is - equal to the number of pins on the plugin, and a 1:1 connection is automatically created. + By default, the I/O config is set to Automatic, i.e. the Manual Config led light is turned off. In this mode, the + diagram will display the standard input/outputs for this plugin, i.e. the + number of ports (inputs & outputs) is equal to the number of pins on the + plugin, and a one-to-one connection is automatically created.

+

- Adding new instances of the plugin allows to apply this plugin to more inputs or outputs. E.g., a mono effect can be applied - to each channel of a n-channels track by adding as many instances of the plugins as there are input channels (i.e. ports). This - happens automatically when adding e.g. a mono effect to a stereo track: + Adding new instances of the plugin allows to apply this plugin to more inputs + or outputs. E.g., a mono effect can be applied to each channel of a + n-channels track by adding as many instances of the plugins as there + are input channels (i.e. ports). This happens automatically when adding, + e.g., a mono effect to a stereo track:

+ -

+

- Output channels can also, in Manual Config mode, be added or removed, be them audio or MIDI. + Output channels can also, in Manual Config mode, be added or removed, whether + they are audio or MIDI.

- Notice that using the Pin Connection overrides the I/O config setting (Flexible vs Strict). A processor can, - even in Strict I/O mode, have a different number of outputs than inputs. Non-customized plugins downstream - will follow suit depending on the selected route mode. e.g. adding an additional output to a plugin on a - track set to strict-i/o will trickle down the process chain until the output and result in the addition of - an output port. This is useful for example in case of a mono to stereo reverb. + Using the Pin Connection overrides the I/O config setting (Flexible vs. + Strict). A processor can, even in Strict I/O mode, have a different + number of outputs than inputs. Non-customized plugins downstream will follow + suit depending on the selected route mode. e.g. adding an additional output + to a plugin on a track set to Strict I/O will trickle down the process chain + to the output and result in the addition of an output port. This is useful + for example in case of a mono to stereo reverb.

- The diagram allows to plug together the I/O ports with the plugin pins and other I/O ports, provided they are compatible (MIDI vs audio), just by - dragging/dropping the end connectors on one another. - A dotted connector's line is a "thru" line, that is directly connecting an output to an input without connecting to a pin on - the plugin, hence without any audio modification. Those "thru" connections are latency compensated with regards to those being affected by the plugin, - in order to avoid phasing issues. One example is separate Left/Right channel Equalization using two mono plugins on a stereo track: + The window allows connection of the I/O ports to the plugin pins and other + I/O ports, provided they are compatible (MIDI vs. audio), just by dragging + & dropping the end connectors on top of one another. A dotted connector's + line is a "thru" line that directly connects an input to an output + without connecting to a pin on the plugin—hence without any audio + modification. These "thru" connections are latency compensated, with respect + to those being affected by the plugin, in order to avoid phasing issues.

+ +

+ An example of using "thru" connections, shown below, is separate left/right + channel equalization using two mono plugins on a stereo track: +

+ +
Separate left/right Eq +
An example of using two mono plugins on a stereo track.
+

- The only way to add inputs to a processor is via Sidechaining from another signal. - This is done by "tapping" the signal from another track/bus at any point. + The only way to add inputs to a processor is via + Sidechaining from another signal. + This is done by "tapping" the signal from another track or bus at any point.

+

- Adding a sidechain signal in Ardour is as simple as enabling the Sidechain button, - and choosing an Audio or MIDI sidechain in the - Add Sidechain Input lower right hand section. - A new dropdown menu appears, that displays a list of the tracks/bus available to be sidechained, or - for a more complex setup (e.g. sidechaining from hardware directly), the Routing Grid - (also accessible with a Right-click on the dropdown menu). + Adding a sidechain signal in Ardour is as simple as enabling the Side Chain button in the Pin Configuration window, and + choosing an Audio or MIDI + sidechain in the Add Sidechain Input lower right hand + section. A new dropdown menu appears, which displays a list of the + tracks/busses available to be sidechained, or, for a more complex setup (e.g. + sidechaining from hardware directly), the + Routing Grid (also accessible with a + Right-click on the dropdown menu).

+

- The sidechain ports can then be connected, as other inputs, to a pin of the plugin, or an output port for a "thru". + The sidechain ports can then be connected, as other inputs, to a pin of the + plugin, or an output port as a "thru".

diff --git a/include/using-windows-vst-plugins-on-linux.html b/include/using-windows-vst-plugins-on-linux.html index 25ae2f4..d4a2dcc 100644 --- a/include/using-windows-vst-plugins-on-linux.html +++ b/include/using-windows-vst-plugins-on-linux.html @@ -32,7 +32,7 @@ Step back and think about what "using Windows VSTs" really means: taking bits of software written with only one idea in mind—running on the Windows platform—and then trying to use them on an entirely - different platform. It is a bit of a miracle (largely thanks to the + different platform. It is a bit of a miracle (thanks largely to the incredible work done by the Wine project) that it works at all. But is this the basis of a stable, reliable DAW for a non-Windows platform? Getting Ardour on Linux to pretend that its really a Windows -- 2.37.2