Bill50han / vst_equalizer

Simple 3-band VST equalizer with / without provided GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple VST parametric equalizer

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.

Tech

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)

About

Simple 3-band VST equalizer with / without provided GUI


Languages

Language:C++ 98.1%Language:C 1.9%