ASPiK SDK
|
The WDFConstKBPF6 object implements a 6th order constant K BPF NOTE: designed with Elsie www.TonneSoftware.comm. More...
#include <fxobjects.h>
Public Member Functions | |
virtual bool | reset (double _sampleRate) |
virtual bool | canProcessAudioFrame () |
virtual double | processAudioSample (double xn) |
void | createWDF () |
Public Member Functions inherited from IAudioSignalProcessor | |
virtual bool | reset (double _sampleRate)=0 |
virtual double | processAudioSample (double xn)=0 |
virtual bool | canProcessAudioFrame ()=0 |
virtual void | setSampleRate (double _sampleRate) |
virtual void | enableAuxInput (bool enableAuxInput) |
virtual double | processAuxInputAudioSample (double xn) |
virtual bool | processAudioFrame (const float *inputFrame, float *outputFrame, uint32_t inputChannels, uint32_t outputChannels) |
Protected Attributes | |
WdfSeriesAdaptor | seriesAdaptor_L1C1 |
adaptor for L1 and C1 | |
WdfParallelAdaptor | parallelAdaptor_L2C2 |
adaptor for L2 and C2 | |
WdfSeriesAdaptor | seriesAdaptor_L3C3 |
adaptor for L3 and C3 | |
WdfParallelAdaptor | parallelAdaptor_L4C4 |
adaptor for L4 and C4 | |
WdfSeriesAdaptor | seriesAdaptor_L5C5 |
adaptor for L5 and C5 | |
WdfParallelTerminatedAdaptor | parallelTerminatedAdaptor_L6C6 |
adaptor for L6 and C6 | |
The WDFConstKBPF6 object implements a 6th order constant K BPF NOTE: designed with Elsie www.TonneSoftware.comm.
Audio I/O:
Control I/F:
|
inlinevirtual |
return false: this object only processes samples
Implements IAudioSignalProcessor.
|
inline |
create the WDF structure
|
inlinevirtual |
process input x(n) through the WDF ladder filter to produce return value y(n)
xn | input |
Implements IAudioSignalProcessor.
|
inlinevirtual |
reset members to initialized state
Implements IAudioSignalProcessor.