Skip to content

ctrecordings/POPSoundShaper

Repository files navigation

POP Sound Shaper

POP Sound Shaper

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.

How To Build


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

Important


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

About

A free clipper/compressor plugin with the purpose of giving tracks more pop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages