The LRFilterBank object implements 2 Linkwitz-Riley Filters in a parallel filter bank to split the signal into two frequency bands. Note that one channel is inverted (see the FX book below for explanation). You can add more bands here as well.
More...
#include <fxobjects.h>
The LRFilterBank object implements 2 Linkwitz-Riley Filters in a parallel filter bank to split the signal into two frequency bands. Note that one channel is inverted (see the FX book below for explanation). You can add more bands here as well.
Audio I/O:
Control I/F:
- Author
- Will Pirkle http://www.willpirkle.com
- Version
- Revision : 1.0
- Date
- Date : 2018 / 09 / 7
◆ canProcessAudioFrame()
virtual bool LRFilterBank::canProcessAudioFrame |
( |
| ) |
|
|
inlinevirtual |
◆ getParameters()
get parameters: note use of custom structure for passing param data
- Returns
- LRFilterBankParameters custom data structure
◆ processAudioSample()
virtual double LRFilterBank::processAudioSample |
( |
double |
xn | ) |
|
|
inlinevirtual |
◆ processFilterBank()
◆ reset()
virtual bool LRFilterBank::reset |
( |
double |
_sampleRate | ) |
|
|
inlinevirtual |
◆ setParameters()
set parameters: note use of custom structure for passing param data
- Parameters
-
The documentation for this class was generated from the following file: