Phaser Effect.
More...
#include <phaser.h>
Phaser Effect.
- Author
- Ben Sergentanis
- Date
- Jan 2021
◆ Init()
void Phaser::Init |
( |
float | sample_rate | ) |
|
Initialize the module
- Parameters
-
sample_rate | Audio engine sample rate |
◆ Process()
float Phaser::Process |
( |
float | in | ) |
|
Get the next floating point sample.
- Parameters
-
◆ SetFeedback()
void Phaser::SetFeedback |
( |
float | feedback | ) |
|
Set all channels feedback.
- Parameters
-
◆ SetFreq()
void Phaser::SetFreq |
( |
float | ap_freq | ) |
|
Set all channel allpass freq in Hz.
- Parameters
-
◆ SetLfoDepth()
void Phaser::SetLfoDepth |
( |
float | depth | ) |
|
Set all lfo depths
- Parameters
-
◆ SetLfoFreq()
void Phaser::SetLfoFreq |
( |
float | lfo_freq | ) |
|
Set all lfo frequencies.
- Parameters
-
◆ SetPoles()
void Phaser::SetPoles |
( |
int | poles | ) |
|
Number of allpass stages.
- Parameters
-
The documentation for this class was generated from the following files:
- Source/Effects/phaser.h
- Source/Effects/phaser.cpp