This is a saturation VST plug-in made with Juce, usable in any DAW.
Here is a picture of the plug-in used in Ableton Live
The sample
Waveshaping function in red, with the
The definition of this function is done in DSP_functions.cpp.
The plug-in has two knobs:
- "Input gain", multiplies the input signal by a constant before applying the waveshaping function.
- "Dry/Wet", allows to blend the output signal of the plug-in (wet signal) with the untouched input signal (dry signal).
- Install the Juce Projucer
- Set up a default project for an audio plug-in
- Replace the source code from the default project with the source code from this repository
- Build the code to produce a VST3 plug-in