Simple parametric VST equalizer implementation to show how to develop VST plugins with and without provided GUI.
Algorithm for parametric EQ is developed and well explained in great paper written by Jonas Ekeroot based on Bristow-Johnston formulae.
To compile and run provided plugins following is needed:
- Compiler - c++ compiler. Provided example can be compiled with GNU Compiler Collection (GCC) available in MinGW package.
- VST SDK 2.4 - VST Software Development Kit v2.4 provided by Steinberg (registration needed)