Single Chorus engine. Used in Chorus.
More...
#include <chorus.h>
Single Chorus engine. Used in Chorus.
- Author
- Ben Sergentanis
◆ Init()
void ChorusEngine::Init |
( |
float | sample_rate | ) |
|
Initialize the module
- Parameters
-
sample_rate | Audio engine sample rate. |
◆ Process()
float ChorusEngine::Process |
( |
float | in | ) |
|
Get the next sample
- Parameters
-
◆ SetDelay()
void ChorusEngine::SetDelay |
( |
float | delay | ) |
|
Set the internal delay rate.
- Parameters
-
delay | Tuned for 0-1. Maps to .1 to 50 ms. |
◆ SetDelayMs()
void ChorusEngine::SetDelayMs |
( |
float | ms | ) |
|
Set the delay time in ms.
- Parameters
-
ms | Delay time in ms, 0 to 50 ms. |
◆ SetFeedback()
void ChorusEngine::SetFeedback |
( |
float | feedback | ) |
|
Set the feedback amount.
- Parameters
-
◆ SetLfoDepth()
void ChorusEngine::SetLfoDepth |
( |
float | depth | ) |
|
How much to modulate the delay by.
- Parameters
-
◆ SetLfoFreq()
void ChorusEngine::SetLfoFreq |
( |
float | freq | ) |
|
Set lfo frequency.
- Parameters
-
The documentation for this class was generated from the following files:
- Source/Effects/chorus.h
- Source/Effects/chorus.cpp