Struct dalia::BiquadParams¶
ClassList > dalia > BiquadParams
#include <EffectControl.h>
Public Types¶
| Type | Name |
|---|---|
| enum uint8_t | Type Defines the frequency response shape of a standard biquadratic filter. |
Public Attributes¶
| Type | Name |
|---|---|
| float | frequency = 20000.0f |
| float | resonance = 0.707f |
| enum dalia::BiquadParams::Type | type = Type::LowPass |
Public Functions¶
| Type | Name |
|---|---|
| void | Sanitize () |
Public Types Documentation¶
enum Type¶
Defines the frequency response shape of a standard biquadratic filter.
Public Attributes Documentation¶
variable frequency¶
variable resonance¶
variable type¶
Public Functions Documentation¶
function Sanitize¶
The documentation for this class was generated from the following file engine/include/dalia/audio/EffectControl.h