|
DaisySP
|
Distortion / Overdrive Module. More...
#include <overdrive.h>
Public Member Functions | |
| void | Init () |
| float | Process (float in) |
| void | SetDrive (float drive) |
Distortion / Overdrive Module.
| void daisysp::Overdrive::Init | ( | ) |
Initializes the module with 0 gain
| float daisysp::Overdrive::Process | ( | float | in | ) |
Get the next sample
| in | Input to be overdriven |
| void daisysp::Overdrive::SetDrive | ( | float | drive | ) |
Set the amount of drive
| drive | Works from 0-1 |