A vst audio plugin for performing complex digital clipping.
To build, install rust/cargo and run cargo build
in the project root.
If on macOS, a build_vst
script is provided which will build the vst and output it in your ~
folder. To use this, move it to your Library/Audio/VST/
folder. Run this script in from the project root folder, otherwise it will not work properly.
The portion of the positive part of the waveform which will be clipped
The portion of the negative part of the waveform which will be clipped
The amount of foldback which occurs... the waveform will be clipped based on the threshold values, and a scaled amount that was clipped will be subtracted back.
Use this to trim the audio if it is clipping your channel output