Class daisysp::Overdrive¶
ClassList > daisysp > Overdrive
Distortion / Overdrive Module.More...
#include <overdrive.h>
Public Functions¶
| Type | Name |
|---|---|
| void | Init () |
| Overdrive () |
|
| float | Process (float in) |
| void | SetDrive (float drive) |
| ~Overdrive () |
Detailed Description¶
Author:
Ported by Ben Sergentanis
Date:
Jan 2021 Ported from pichenettes/eurorack/plaits/dsp/fx/overdrive.h to an independent module. Original code written by Emilie Gillet in 2014.
Public Functions Documentation¶
function Init¶
Initializes the module with 0 gain
function Overdrive¶
function Process¶
Get the next sample
Parameters:
inInput to be overdriven
function SetDrive¶
Set the amount of drive
Parameters:
driveWorks from 0-1
function ~Overdrive¶
The documentation for this class was generated from the following file external-docs/DaisySP/Source/Effects/overdrive.h