|
ASPiK SDK
|
Custom parameter structure for the AudioFilter object. More...
#include <fxobjects.h>
Public Member Functions | |
| AudioFilterParameters & | operator= (const AudioFilterParameters ¶ms) |
Public Attributes | |
| filterAlgorithm | algorithm = filterAlgorithm::kLPF1 |
| filter algorithm | |
| double | fc = 100.0 |
| filter cutoff or center frequency (Hz) | |
| double | Q = 0.707 |
| filter Q | |
| double | boostCut_dB = 0.0 |
| filter gain; note not used in all types | |
Custom parameter structure for the AudioFilter object.
|
inline |
all FXObjects parameter objects require overloaded= operator so remember to add new entries if you add new variables.