The PhaseShifter object implements a six-stage phaser.
More...
#include <fxobjects.h>
The PhaseShifter object implements a six-stage phaser.
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()
virtual bool PhaseShifter::canProcessAudioFrame |
( |
| ) |
|
|
inlinevirtual |
◆ getParameters()
get parameters: note use of custom structure for passing param data
- Returns
- PhaseShifterParameters custom data structure
◆ processAudioSample()
virtual double PhaseShifter::processAudioSample |
( |
double |
xn | ) |
|
|
inlinevirtual |
◆ reset()
virtual bool PhaseShifter::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: