ASPiK SDK
|
Custom parameter structure for the LRFilterBank object which splits the input signal into multiple bands. The stock obejct splits into low and high frequency bands so this structure only requires one split point - add more split frequencies to support more bands. More...
#include <fxobjects.h>
Public Member Functions | |
LRFilterBankParameters & | operator= (const LRFilterBankParameters ¶ms) |
Public Attributes | |
double | splitFrequency = 1000.0 |
LF/HF split frequency. | |
Custom parameter structure for the LRFilterBank object which splits the input signal into multiple bands. The stock obejct splits into low and high frequency bands so this structure only requires one split point - add more split frequencies to support more bands.
|
inline |
all FXObjects parameter objects require overloaded= operator so remember to add new entries if you add new variables.