daisysp::Overdrive¶
Distortion / Overdrive Module. More...
#include <overdrive.h>
Public Functions¶
Name | |
---|---|
Overdrive() | |
~Overdrive() | |
void | Init() |
float | Process(float in) |
void | SetDrive(float drive) |
Detailed Description¶
Distortion / Overdrive Module.
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 Overdrive¶
function ~Overdrive¶
function Init¶
Initializes the module with 0 gain
function Process¶
Parameters:
- in Input to be overdriven
Get the next sample
function SetDrive¶
Parameters:
- drive Works from 0-1
Set the amount of drive
---¶
Updated on 2024-01-03 at 19:38:46 +0000