Implementation of the plug-in MDA Overdrive , which is a soft-overdive from the open source MDA Suite. The software is coded in the Juce framework using C++.
The plug-in has the following parameters:
- Drive: amount of distortion, 0 – 100%
- Muffle: gentle low-pass filter, 0 – 100%
- Output: level trim, –70 dB to +20 dB
The user interface has been realised using the juce module foleys_gui_magic.
- Audio Programming: https://audiodev.blog/mda-overdrive/
- GUI: https://github.com/ffAudio/foleys_gui_magic/