2nd Ed FX Book Projects

IIR Filters

Designing Audio Effects Plugins in C++ 2nd Ed.

  • Chapter 11 Audio Filter Designs: IIR Filters

 

Block Diagram:

Description:

  • implements all IIR filters in the 2nd edition FX book

 

Notes:

  • this plugin implements 29 different algorithms from the book
  • plus the Regalia-Mitra algorithms you add for homework