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

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

LRFilterBankParametersoperator= (const LRFilterBankParameters &params)
 

Public Attributes

double splitFrequency = 1000.0
 LF/HF split frequency.
 

Detailed Description

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.

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=()

LRFilterBankParameters & LRFilterBankParameters::operator= ( const LRFilterBankParameters 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: