Stereoify VST Plugin by Robert Flack

For COSC 4P98 assignment #2, I chose to implement a VST filter plugin in C++. Using the VST SDK, I have created a collection of audio effects with variable amounts controlled by an auto-generated VST GUI. The plugin I've created has the following effects:

Description of effects

Using the plugin

To use this plugin, simply place the DLL file in your Ableton plugins folder. In Ableton, drag the stereoify plugin which will now appear in your plugins list to the channel to filter. The GUI is an auto-generated 2D control where you select which variables the X and Y axes of the control adjust. Each effect is described above, have fun!

Download

Download the VST plugin (binary).

Download the VST plugin with source.

Download a sample MP3 - Original version and Filtered version which demonstrates the various effects in action.

Back to 4P98 VST Plugins