1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150
|
<page
xmlns="http://projectmallard.org/1.0/"
xmlns:its="http://www.w3.org/2005/11/its"
type="guide"
id="multibandcompressor">
<info>
<link type="guide" xref="index#plugins"/>
</info>
<title>Multiband Compressor</title>
<p>
This kind of compressor splits the signal in four different frequency ranges.
These ranges are compressed separately and mixed together afterwards again.
</p>
<p>
PulseEffects uses the multiband compressor developed by Calf Studio.
</p>
<terms>
<item>
<title>
<em style="strong" its:withinText="nested">Attack</em>
</title>
<p>
Amount of milliseconds the signal has to rise above the threshold before gain
reduction starts.
</p>
</item>
<item>
<title>
<em style="strong" its:withinText="nested">Release</em>
</title>
<p>
Amount of milliseconds the signal has to fall below the threshold before the
reduction is decreased again.
</p>
</item>
<item>
<title>
<em style="strong" its:withinText="nested">Threshold</em>
</title>
<p>
If a signal rises above this level it will affect the gain reduction.
</p>
</item>
<item>
<title>
<em style="strong" its:withinText="nested">Ratio</em>
</title>
<p>
Set the ratio by which the signal will be reduced.
</p>
</item>
<item>
<title>
<em style="strong" its:withinText="nested">Knee</em>
</title>
<p>
Controls how smooth is the entrance in the gain reduction phase.
</p>
</item>
<item>
<title>
<em style="strong" its:withinText="nested">Makeup</em>
</title>
<p>
It amplifies your signal after processing.
</p>
</item>
<item>
<title>
<em style="strong" its:withinText="nested">Bypass</em>
</title>
<p>
Don't process anything, just bypass the signal of this strip.
</p>
</item>
<item>
<title>
<em style="strong" its:withinText="nested">Detection</em>
</title>
<p>
Choose if the multibandcompressor should take the signal peak for detection or
the RMS value (it is smoother).
</p>
</item>
<item>
<title>
<em style="strong" its:withinText="nested">Solo</em>
</title>
<p>
Mute all strips not set to solo.
</p>
</item>
<item>
<title>
<em style="strong" its:withinText="nested">Mode</em>
</title>
<p>
The crossover mode. You can choose between the fourth order Linkwitz-Riley(LR4)
and the eighth order Linkwitz-Riley(LR8).
</p>
</item>
<item>
<title>
<em style="strong" its:withinText="nested">Split 1/2</em>
</title>
<p>
Frequency that separates the sub band and the low band.
</p>
</item>
<item>
<title>
<em style="strong" its:withinText="nested">Split 2/3</em>
</title>
<p>
Frequency that separates the low band and the mid band.
</p>
</item>
<item>
<title>
<em style="strong" its:withinText="nested">Split 3/4</em>
</title>
<p>
Frequency that separates the mid band and the high band.
</p>
</item>
</terms>
<section>
<title>References</title>
<list>
<item>
<p>
<link
href="https://calf-studio-gear.org/doc/Multiband Compressor.html"
its:translate="no">
https://calf-studio-gear.org/doc/Multiband Compressor.html
</link>
</p>
</item>
<item>
<p>
<link
href="https://en.wikipedia.org/wiki/Dynamic_range_compression"
its:translate="no">
https://en.wikipedia.org/wiki/Dynamic_range_compression
</link>
</p>
</item>
</list>
</section>
</page>
|