Collection of audio effects plugins implemented from the explanations in the book “Audio Effects: Theory, Implementation and Application” by Joshua D. Reiss and Andrew P. McPherson.
These plugins implement a generic user interface with linear and logarithmic sliders, toggles, and combo-boxes, by means of a custom class of audio parameters that encapsulates a lot of the complexity to add, setup, and use automatable plugin parameters in both the audio processor and the generic editor (GUI).
Two projects can be used as a starting point for new audio effects. Template Time Domain (Figure 1) can be used when most of the processing is in the time domain, and Template Frequency Domain (Figure 2) when most of the processing is in the frequency domain (it just converts the input block to the frequency domain, and back to the time domain using the overlap-add method).


For more information, please visit: https://github.com/juandagilc/Audio-Effects.