The WDFIdealRLCHPF object implements an ideal RLC HPF using the WDF library.
More...
#include <fxobjects.h>
|
virtual bool | reset (double _sampleRate) |
|
virtual bool | canProcessAudioFrame () |
|
virtual double | processAudioSample (double xn) |
|
void | createWDF () |
|
WDFParameters | getParameters () |
|
void | setParameters (const WDFParameters &_wdfParameters) |
|
virtual bool | reset (double _sampleRate) |
|
virtual bool | canProcessAudioFrame () |
|
virtual double | processAudioSample (double xn) |
|
void | createWDF () |
|
WDFParameters | getParameters () |
|
void | setParameters (const WDFParameters &_wdfParameters) |
|
virtual bool | reset (double _sampleRate) |
|
virtual bool | canProcessAudioFrame () |
|
virtual double | processAudioSample (double xn) |
|
void | createWDF () |
|
WDFParameters | getParameters () |
|
void | setParameters (const WDFParameters &_wdfParameters) |
|
virtual bool | reset (double _sampleRate) |
|
virtual bool | canProcessAudioFrame () |
|
virtual double | processAudioSample (double xn) |
|
void | createWDF () |
|
WDFParameters | getParameters () |
|
void | setParameters (const WDFParameters &_wdfParameters) |
|
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) |
|
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) |
|
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) |
|
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) |
|
The WDFIdealRLCHPF object implements an ideal RLC HPF using the WDF library.
Audio I/O:
- Processes mono input to mono output.
Control I/F:
- Author
- Will Pirkle http://www.willpirkle.com
- Version
- Revision : 1.0
- Date
- Date : 2018 / 09 / 7
◆ canProcessAudioFrame() [1/4]
virtual bool WDFIdealRLCHPF::canProcessAudioFrame |
( |
| ) |
|
|
inlinevirtual |
◆ canProcessAudioFrame() [2/4]
virtual bool WDFIdealRLCHPF::canProcessAudioFrame |
( |
| ) |
|
|
inlinevirtual |
◆ canProcessAudioFrame() [3/4]
virtual bool WDFIdealRLCHPF::canProcessAudioFrame |
( |
| ) |
|
|
inlinevirtual |
◆ canProcessAudioFrame() [4/4]
virtual bool WDFIdealRLCHPF::canProcessAudioFrame |
( |
| ) |
|
|
inlinevirtual |
◆ createWDF() [1/4]
void WDFIdealRLCHPF::createWDF |
( |
| ) |
|
|
inline |
create WDF structure; may be called more than once
◆ createWDF() [2/4]
void WDFIdealRLCHPF::createWDF |
( |
| ) |
|
|
inline |
create WDF structure; may be called more than once
◆ createWDF() [3/4]
void WDFIdealRLCHPF::createWDF |
( |
| ) |
|
|
inline |
create WDF structure; may be called more than once
◆ createWDF() [4/4]
void WDFIdealRLCHPF::createWDF |
( |
| ) |
|
|
inline |
create WDF structure; may be called more than once
◆ getParameters() [1/4]
get parameters: note use of custom structure for passing param data
- Returns
- WDFParameters custom data structure
◆ getParameters() [2/4]
get parameters: note use of custom structure for passing param data
- Returns
- WDFParameters custom data structure
◆ getParameters() [3/4]
get parameters: note use of custom structure for passing param data
- Returns
- WDFParameters custom data structure
◆ getParameters() [4/4]
get parameters: note use of custom structure for passing param data
- Returns
- WDFParameters custom data structure
◆ processAudioSample() [1/4]
virtual double WDFIdealRLCHPF::processAudioSample |
( |
double |
xn | ) |
|
|
inlinevirtual |
process input x(n) through the WDF Ideal RLC filter to produce return value y(n)
- Parameters
-
- Returns
- the processed sample
Implements IAudioSignalProcessor.
◆ processAudioSample() [2/4]
virtual double WDFIdealRLCHPF::processAudioSample |
( |
double |
xn | ) |
|
|
inlinevirtual |
process input x(n) through the WDF Ideal RLC filter to produce return value y(n)
- Parameters
-
- Returns
- the processed sample
Implements IAudioSignalProcessor.
◆ processAudioSample() [3/4]
virtual double WDFIdealRLCHPF::processAudioSample |
( |
double |
xn | ) |
|
|
inlinevirtual |
process input x(n) through the WDF Ideal RLC filter to produce return value y(n)
- Parameters
-
- Returns
- the processed sample
Implements IAudioSignalProcessor.
◆ processAudioSample() [4/4]
virtual double WDFIdealRLCHPF::processAudioSample |
( |
double |
xn | ) |
|
|
inlinevirtual |
process input x(n) through the WDF Ideal RLC filter to produce return value y(n)
- Parameters
-
- Returns
- the processed sample
Implements IAudioSignalProcessor.
◆ reset() [1/4]
virtual bool WDFIdealRLCHPF::reset |
( |
double |
_sampleRate | ) |
|
|
inlinevirtual |
◆ reset() [2/4]
virtual bool WDFIdealRLCHPF::reset |
( |
double |
_sampleRate | ) |
|
|
inlinevirtual |
◆ reset() [3/4]
virtual bool WDFIdealRLCHPF::reset |
( |
double |
_sampleRate | ) |
|
|
inlinevirtual |
◆ reset() [4/4]
virtual bool WDFIdealRLCHPF::reset |
( |
double |
_sampleRate | ) |
|
|
inlinevirtual |
◆ setParameters() [1/4]
void WDFIdealRLCHPF::setParameters |
( |
const WDFParameters & |
_wdfParameters | ) |
|
|
inline |
set parameters: note use of custom structure for passing param data
- Parameters
-
◆ setParameters() [2/4]
void WDFIdealRLCHPF::setParameters |
( |
const WDFParameters & |
_wdfParameters | ) |
|
|
inline |
set parameters: note use of custom structure for passing param data
- Parameters
-
◆ setParameters() [3/4]
void WDFIdealRLCHPF::setParameters |
( |
const WDFParameters & |
_wdfParameters | ) |
|
|
inline |
set parameters: note use of custom structure for passing param data
- Parameters
-
◆ setParameters() [4/4]
void WDFIdealRLCHPF::setParameters |
( |
const WDFParameters & |
_wdfParameters | ) |
|
|
inline |
set parameters: note use of custom structure for passing param data
- Parameters
-
The documentation for this class was generated from the following file:
- C:/RackAFX_v7/ASPIK_SDK/samples/demo_custom_views/With FFTW/DemoCustomViews/project_source/source/PluginObjects/fxobjects.h