diff --git a/include/bundled-plugins-filters.html b/include/bundled-plugins-filters.html new file mode 100644 index 00000000..6aa4408b --- /dev/null +++ b/include/bundled-plugins-filters.html @@ -0,0 +1,194 @@ +
+ The job of this filter is to make an audio recording perceivably louder by + reducing the dynamic range, that is, the difference between the loudest and + the quietest parts. ACE compressor lowers the volume of loud sounds above a + user-defined threshold measured in dB, then the gain of all the sound gets + increased to make up for lost loudness. +
+ + + +Available settings are:
+ +The plugin also provides an opt-out inline display that shows input signal, +threshold, and resulting gain reduction:
+ + + ++ Contrary to compressors, expanders increase the dynamic range either + by making quite sounds quieter (downward expanders) or by making loud + sounds louder (upward expanders). ACE Expander is a downward + expander. It reduces the level of a signal below a user-defined threshold + by user-defined ratio, then optionally increases the overall gain to make + up for lost loudness. +
+ + + +Available settings are:
+ ++ ACE Expander also comes with an inline widget for mixer channels + that displays the input signal level, the threshold, and the amount of + reduced signal. +
+ + + ++ Delay effects repeat original signal after a user-defined interval. + In ACE Delay, the interval is calculated from the tempo and the + divisor — a musical time unit like a 1/4th note or a dotted 1/16th note. + When using a delay in music production, it's usually best to sync to + project's tempo, especially if there are tempo ramps in a song. +
+ + + +Available settings are:
+ +A reverb effect emulates sound waves reflecting off the walls in a closed +space which could be a a small room or a cathedral. The effect is usually +applied to a "dry" audio recording, that is, one typically made in a +very small room with acoustic absorption treatment so that there are little-to-no +reflections. That way, a reverb effect makes the most sense as it gives you a +clean slate and more freedom to shape your sound.
+ +The ACE Reverb effect is a very simple one, based on early research to +artificial reverberation by Manfred Schroeder and Ben Logan (see +here for technical details). There are just two controls:
+ ++ High-pass and low-pass filters reduce the signal below and above a certain + frequency respectively. The ACE High/Low Pass filter combines the + two filters in one. +
+ + + +Each of the two bandpass filters has three controls:
+ ++ The plugin also comes with an inline display visualizing the effect that + the filters have. +
+ + diff --git a/master-doc.txt b/master-doc.txt index 0cb91cca..e27e0d56 100644 --- a/master-doc.txt +++ b/master-doc.txt @@ -1939,6 +1939,19 @@ link: track-automation part: subchapter --- +--- +title: Bundled Plugins +part: part +--- + +--- +title: Filters and Effects +include: bundled-plugins-filters.html +link: bundled-plugins-filters +uri: plugins-filters +part: chapter +--- + --- title: Video part: part diff --git a/source/images/a-compressor-inline.png b/source/images/a-compressor-inline.png new file mode 100644 index 00000000..2c3c20ef Binary files /dev/null and b/source/images/a-compressor-inline.png differ diff --git a/source/images/a-compressor.png b/source/images/a-compressor.png new file mode 100644 index 00000000..d39373e8 Binary files /dev/null and b/source/images/a-compressor.png differ diff --git a/source/images/a-delay.png b/source/images/a-delay.png new file mode 100644 index 00000000..d2889aae Binary files /dev/null and b/source/images/a-delay.png differ diff --git a/source/images/a-expander-inline.png b/source/images/a-expander-inline.png new file mode 100644 index 00000000..b220bdca Binary files /dev/null and b/source/images/a-expander-inline.png differ diff --git a/source/images/a-expander.png b/source/images/a-expander.png new file mode 100644 index 00000000..f70b8958 Binary files /dev/null and b/source/images/a-expander.png differ diff --git a/source/images/a-lpf-hpf-inline.png b/source/images/a-lpf-hpf-inline.png new file mode 100644 index 00000000..67d6594c Binary files /dev/null and b/source/images/a-lpf-hpf-inline.png differ diff --git a/source/images/a-lpf-hpf.png b/source/images/a-lpf-hpf.png new file mode 100644 index 00000000..d77c3756 Binary files /dev/null and b/source/images/a-lpf-hpf.png differ