<Object>
This object converts Biquad parameters to Biquad coefficients.
<TargetValues>
A BiquadCoefficientsObject must have five TargetValues (order is fixed):
- FIR0
- FIR1
- FIR2
- IIR1
- IIR2
<StateVariables>
A BiquadCoefficientsObject must have four fixed StateVariables and an optional StateVariable (order does not matter). Assignment of StateVariables is done by buddy type:
| StateVariable | Buddy type | |
| Filter type | FilterType | Mandatory |
| Frequency | Frequency | Mandatory |
| Quality | Q | Mandatory |
| Gain | Gain | Mandatory |
| Active | Active | Optional |