VST Plugins
Mainly for educational reasons regarding dsp techniques I started the development of VST plugins**.
My aim is to create simple but powerful plugins, doing exactly what the user would expect.
Nothing more.
Here is a list of currently available plugins:
- sedutecLimiter
- Simple Limiter Plugin
- Its only parameter is "Threshold [dB]", where the limiter starts processing the signal.
- Uses default gui of host application
- Implements VST SDK Version V2.4
- Release Date: Dec 2008
- sedutecStereoEnhancer
- Stereo Enhancer Plugin
- Its only parameter is "Width"
- width = 1: no stereo width change
- width < 1: decrease stereo width
- width = 0: mono
- width > 1: increase stereo width
- Based on the m/s transformation matrix
- Uses default gui of host application
- Implements VST SDK Version V2.4
- Release Date: Jan 2009
- sedutecCompressor
- General Purpose Stereo Compressor Plugin
- The plugin is controlled with the following 7 parameters:
- Threshold [dB]
- Ratio
- Attack [ms]
- Release [ms]
- Stereo Link (Off/On)
- Knee Characteristic (Hard/Soft)
- Makeup Gain [dB]
- Uses default gui of host application
- Implements VST SDK Version V2.4
- Release Date: Jan 2009
**VST is a trademark of Steinberg Media Technologies GmbH