eliot-des / StaticClipper

A simple VST3 Distortion plugin effect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StaticClipper

Description

A simple plugin in VST3 format for a distortion effect, based on different whaveshaping functions. This plugin was coded using the JUCE Framework. An oversampling option with different factors has also been implemented to reduce aliasing.

Future Improvements

In the future, the plugin will provide ADAA method to more effectively reduce aliasing, with a low computational cost.

An option to add some coloration to the sound before the waveshaping stage will also be provided, trying to simulate the sound of some active amplification and filtering stage of famous distortion pedals.

Image of the plugin

image

Notes

The GUI section of the plugin, for which the code is written in the "PluginEditor.cpp" file is not "well written".

About

A simple VST3 Distortion plugin effect

License:MIT License


Languages

Language:C++ 54.5%Language:Python 29.9%Language:C 9.1%Language:Objective-C++ 6.6%