SynthLab SDK
|
Structure to hold the seven coeffieicents used in the AudioFilter object from Designing Audio Effects Plugins in C++ 2nd Ed. by Will Pirkle. More...
#include <synthbase.h>
Public Attributes | |
double | coeff [7] = { 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 } |
Structure to hold the seven coeffieicents used in the AudioFilter object from Designing Audio Effects Plugins in C++ 2nd Ed. by Will Pirkle.