VST3 audio effect plugin to turn your sample into a "spacey" sound featuring three different options:
Far Out
Lift Off
Other Worldly
Lift Off - Heavy use of distortion and chorus to create a distorted sound as if you had just lift off to mars.
This project was written in C++ using the Juce framework.
The project is entirely written in an object oriented C++ (other than the framework) which I coded in Visual Studios. The frontend user application was a combination of slider and button objects with text to create an appealing menu of options for the user. The source code for this part of the project is within the PluginEditor files.
The algorithms used to create the different effects were made by mathematical changes within the input audio that is stored in a 2-dimensional buffer array. These effects were made by tweaking previously created effect algorithms to create a specifically desired sound. The source code for this part of the project is within the PluginProcessor files, with the bulk of the work in the processBlock method.
Images of the final product and demonstration video will appear here