POD Struct containing the results from a tick on an instance of an SVF
.
More...
#include <marvin_SVF.h>
Public Attributes | |
SampleType | highpass |
SampleType | bandpass |
SampleType | lowpass |
SampleType | normalisedBandpass |
SampleType | bandShelf |
SampleType | lowShelf |
SampleType | highShelf |
SampleType | notch |
SampleType | allpass |
POD Struct containing the results from a tick on an instance of an SVF
.
highpass, bandpass and lowpass are fairly self explanatory, except the bandpass does not have unity gain. A unity gain and zero phase version can be accessed from normalisedBandpass
. The low and high shelves are naive implementations with a slight boost or cut just above the cutoff.
SampleType marvin::dsp::filters::SVFResult< SampleType >::allpass |
SampleType marvin::dsp::filters::SVFResult< SampleType >::bandpass |
SampleType marvin::dsp::filters::SVFResult< SampleType >::bandShelf |
SampleType marvin::dsp::filters::SVFResult< SampleType >::highpass |
SampleType marvin::dsp::filters::SVFResult< SampleType >::highShelf |
SampleType marvin::dsp::filters::SVFResult< SampleType >::lowpass |
SampleType marvin::dsp::filters::SVFResult< SampleType >::lowShelf |
SampleType marvin::dsp::filters::SVFResult< SampleType >::normalisedBandpass |
SampleType marvin::dsp::filters::SVFResult< SampleType >::notch |