A free clipper/compressor plugin with the purpose of giving tracks more pop. Compiles to VST/VST3/LV2/AU on Windows/MacOS/Linux.
This plugin is written entirely in D and relies on the Dplug and Ddsp dub packages.
You will need to install one of the D compilers on your system. ldc2 is recommended for speed, however DMD has faster compile times.
Format | Command |
---|---|
VST | dub -c VST -b release-nobounds |
VST3 | dub -c VST3 -b release-nobounds |
LV2 | See Dplug getting started |
AU | See Dplug getting started |
To build VST and VST3 plugins you will need to obtain the steinberg VST SDK. You will need to add an environement variable with paths to each SDK.
For example on linux & MacOS export VST2_SDK=/my/path/to/VST2_SDK