ASPiK SDK
Loading...
Searching...
No Matches
TwoBandShelvingFilterParameters Struct Reference

Custom parameter structure for the TwoBandShelvingFilter object. Used for reverb algorithms in book. More...

#include <fxobjects.h>

Public Member Functions

TwoBandShelvingFilterParametersoperator= (const TwoBandShelvingFilterParameters &params)
 

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
 

Detailed Description

Custom parameter structure for the TwoBandShelvingFilter object. Used for reverb algorithms in book.

Author
Will Pirkle http://www.willpirkle.com
Remarks
This object is included in Designing Audio Effects Plugins in C++ 2nd Ed. by Will Pirkle
Version
Revision : 1.0
Date
Date : 2018 / 09 / 7

Member Function Documentation

◆ operator=()

TwoBandShelvingFilterParameters & TwoBandShelvingFilterParameters::operator= ( const TwoBandShelvingFilterParameters params)
inline

all FXObjects parameter objects require overloaded= operator so remember to add new entries if you add new variables.


The documentation for this struct was generated from the following file: