ASPiK SDK
|
Custom parameter structure for the Biquad object. Default version defines the biquad structure used in the calculation. More...
#include <fxobjects.h>
Public Member Functions | |
BiquadParameters & | operator= (const BiquadParameters ¶ms) |
Public Attributes | |
biquadAlgorithm | biquadCalcType = biquadAlgorithm::kDirect |
biquad structure to use | |
Custom parameter structure for the Biquad object. Default version defines the biquad structure used in the calculation.
|
inline |
all FXObjects parameter objects require overloaded= operator so remember to add new entries if you add new variables.