Name ladspa fastLookaheadLimiter
Created At 2020-05-17 2:50pm
Submitted By Menno0
Description

a wrapper of ladspa plugin 1913 called Fast Lookahead limiter, created by Steve Harris. Licensed under GPL.
plugin has stereo inputs, stereo output.

The dssi opcodes are wrapping the ladspa plugin so it can be used as an effect in Blue.
The PATH for the ladspa plugins on my Linux systemm is /usr/lib/ladspa. Be sure to set the right PATH if you run OSX or Windows.

DESCRIPTION:

This is a limiter with an attack time of 5ms. It adds just over 5ms of lantecy to the input signal,
but it guatantees that there will be no signals over the limit, and tries to get the minimum ammount of distortion.
Input gain (dB)

CONTROLLERS:

ON/OFF - bypass
File Selector - set path for fast_lookahead_limiter_1913.so
Input gain - adjust input gain
Limit - limits the signal, in dB
Release Time - The longer the release time, the less low frequency distortions

---

version 1.01, May 2020
- added comments on controllers

version 1.0, June 2019
- initial version by Menno Knevel