|
ASPiK SDK
|
Custom parameter structure for the TwoBandShelvingFilter object. Used for reverb algorithms in book. More...
#include <fxobjects.h>
Public Member Functions | |
| TwoBandShelvingFilterParameters & | operator= (const TwoBandShelvingFilterParameters ¶ms) |
Public Attributes | |
| double | lowShelf_fc = 0.0 |
| fc for low shelf | |
| double | lowShelfBoostCut_dB = 0.0 |
| low shelf gain | |
| double | highShelf_fc = 0.0 |
| fc for high shelf | |
| double | highShelfBoostCut_dB = 0.0 |
| high shelf gain | |
Custom parameter structure for the TwoBandShelvingFilter object. Used for reverb algorithms in book.
|
inline |
all FXObjects parameter objects require overloaded= operator so remember to add new entries if you add new variables.