x42 / dpl.lv2

Digital Peak Limiter LV2 Plugin
https://x42-plugins.com/x42/x42-limiter
GNU General Public License v3.0
18 stars 5 forks source link
limiter lv2 plugin

dpl.lv2 - Digital Peak Limiter

dpl.lv2 is a look-ahead digital peak limiter intended but not limited to the final step of mastering or mixing.

It is available as LV2 plugin and standalone JACK-application.

Usage

The Plugin has three controls which can be operated by mouse-drag and the scroll-wheel. Holding the Ctrl key allows for fine-grained control when dragging or using the mouse-wheel on a knob.

Furthermore the UI offers

The rotary knobs from left to right allow to set

Install

Compiling dpl.lv2 requires the LV2 SDK, jack-headers, gnu-make, a c++-compiler, libpango, libcairo and openGL (sometimes called: glu, glx, mesa).

  git clone https://github.com/x42/dpl.lv2.git
  cd dpl.lv2
  make submodules
  make
  sudo make install PREFIX=/usr

Note to packagers: the Makefile honors PREFIX and DESTDIR variables as well as CXXFLAGS, LDFLAGS and OPTIMIZATIONS (additions to CXXFLAGS), also see the first 10 lines of the Makefile. You really want to package the superset of x42-plugins.

Screenshots

screenshot

Credits

dpl.lv2 is based on zita-jacktools-1.0.0 by Fons Adriaensen.