Skip to content

Commit

Permalink
Merge pull request #189 from trebmuh/documentation
Browse files Browse the repository at this point in the history
Documentation update of the Limiter page (ASC inside)
  • Loading branch information
boomshop authored Aug 11, 2018
2 parents 29c7978 + 297abac commit 962ad67
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 0 deletions.
16 changes: 16 additions & 0 deletions doc/manuals/Limiter.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,22 @@ <h2>Controls</h2>
<li><strong>ASC:</strong> When gain reduction is always needed ASC takes care of releasing to an average reduction level rather than reaching a reduction of 0 in the release time</li>
<li><strong>ASC Level:</strong> Select how much the release time is affected by ASC, 0 means nearly no changes in release time while 1 produces higher release times</li>
</ul>
<h3>ASC: Adaptive Slope Control</h3>
<div style="text-align:center"><a href="images/Calf - Limiter - ASC.jpg" title="Calf - Limiters - ASC" class="prettyPhoto"><img class="thumbnail" src="images/Calf - Limiters - ASC.jpg" style="width: 90%; max-width: 97px" /></a></div>
<p>
The release time is the time needed to return from possible gain reduction after a peak appeared back to no reduction.<br /><br />
Now let's look at the case when permanent gain reduction of e.g. 6dB appears. If a peak appears in this situation the release time would be calculated to reach zero. Since it isn't able to go back to no reduction (because on average it just goes back to the permanent 6dB) the time for the release would on average be shorter than set by the user. That's what ASC is developed for.<br /><br />
It keeps track of the average gain reduction (in fact it keeps track of the average signal strength, but for this explanation seeing it as reduction is easier for understanding) and takes this as the final state of the reduction while calculating the release slope.<br /><br />
The LED displays when the ASC slope is used instead of the normal one. This happens if the ASC slope is smaller than the normal one.<br /><br />
The value of the ASC Level knob sets the amount of the ASC slope before the comparison. The higher this value is set the more often the ASC slope is used instead of the normal one. This results in a temporary higher release time for this peak, if releasing back to no reduction.
</p>
<li><strong>Normal behavior:</strong> release time 5ms from -12 dB peak reduction to no reduction.</li>
<li><strong>ASC behavior:</strong> release time 5ms from -12 dB to -6 dB (average level)</li>
<div style="text-align:center"><a href="images/Calf - Limiter - ASC behaviours.jpg" title="Calf - Limiters - ASC behaviours" class="prettyPhoto"><img class="thumbnail" src="images/Calf - Limiters - ASC behaviours.jpg" style="width: 90%; max-width: 437px" /></a></div>
<p>
(The image doesn't care about logarithm)<br /><br />
This results in a much softer limiting with more smooth release processes whatever material is stuffed in there. A little less loudness but audibly less distortion. If only few peaks happen while the limiter isn't doing anything most of the time, enabling ASC doesn't affect the limiting process. It only hits in as soon as there is permanent gain reduction and evens it out, that's why it is enabled by default.
</p>
<div class="footer"><a href="index.html" title="Index">Index</a><a href="#" title="Top">Top</a></a></div>
</div>
</body>
Expand Down
4 changes: 4 additions & 0 deletions doc/manuals/Multiband Limiter.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ <h2>Controls</h2>
<li><strong>Weight:</strong> The "importance" of this strip in the resulting signal</li>
<li><strong>Solo:</strong> Hear single (or more) bands exclusively to set the crossover and the release times exactly</li>
</ul>
<h3>ASC: Adaptive Slope Control</h3>
<p>
Please refer to the <a href="Limiter.html" title="Calf Limiter">Limiter</a> page for more details.
</p>
<div class="footer"><a href="index.html" title="Index">Index</a><a href="#" title="Top">Top</a></a></div>
</div>
</body>
Expand Down
5 changes: 5 additions & 0 deletions doc/manuals/Sidechain Limiter.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ <h2>Tips</h2>
<h2>Controls</h2>
<p>
Please refer to the <a href="Multiband Limiter.html" title="Calf Multiband Limiter">Multiband Limiter</a> page for more details.
</p>
<h3>ASC: Adaptive Slope Control</h3>
<p>
Please refer to the <a href="Limiter.html" title="Calf Limiter">Limiter</a> page for more details.
</p>
<div class="footer"><a href="index.html" title="Index">Index</a><a href="#" title="Top">Top</a></a></div>
</div>
</body>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/manuals/images/Calf - Limiters - ASC.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 962ad67

Please sign in to comment.