A simple re-usable DSP Library built in C++
Contains Delay Line, Compressor, Biquad, Granular Synthesis Line, Level Estimator, Noise, Recorder, Sin Oscillator, Soft Clipper and other misc utilities
Add the 'DSPLibraryInclude.h' to include all the files. Be sure to have the directories in your include settings.
Each of the objects can be used indepedently. Create the object, set it up and simple use. Most of the processing is done in the process function and are self-explanatory.