ASPiK SDK
Loading...
Searching...
No Matches
BiquadParameters Struct Reference

Custom parameter structure for the Biquad object. Default version defines the biquad structure used in the calculation. More...

#include <fxobjects.h>

Public Member Functions

BiquadParametersoperator= (const BiquadParameters &params)
 

Public Attributes

biquadAlgorithm biquadCalcType = biquadAlgorithm::kDirect
 biquad structure to use
 

Detailed Description

Custom parameter structure for the Biquad object. Default version defines the biquad structure used in the calculation.

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

Member Function Documentation

◆ operator=()

BiquadParameters & BiquadParameters::operator= ( const BiquadParameters params)
inline

all FXObjects parameter objects require overloaded= operator so remember to add new entries if you add new variables.


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