SynthLab SDK
SynthLab::BQCoeffs Struct Reference

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 }
 

Detailed Description

Structure to hold the seven coeffieicents used in the AudioFilter object from Designing Audio Effects Plugins in C++ 2nd Ed. by Will Pirkle.

Author
Will Pirkle http://www.willpirkle.com
Remarks
This object is included in Designing Audio Effects Plugins in C++ 2nd Ed. by Will Pirkle
Version
Revision : 1.0
Date
Date : 2018 / 09 / 7

The documentation for this struct was generated from the following file: