Class daisysp::Autowah¶
#include <autowah.h>
Public Functions¶
| Type | Name |
|---|---|
| Autowah () |
|
| void | Init (float sample_rate) |
| float | Process (float in) |
| void | SetDryWet (float drywet) |
| void | SetLevel (float level) |
| void | SetWah (float wah) |
| ~Autowah () |
Detailed Description¶
Autowah module
Original author(s) :
Ported from soundpipe by Ben Sergentanis, May 2020
Public Functions Documentation¶
function Autowah¶
function Init¶
Initializes the Autowah module.
Parameters:
sample_rate- The sample rate of the audio engine being run.
function Process¶
Initializes the Autowah module.
Parameters:
in- input signal to be wah'd
function SetDryWet¶
sets mix amount
Parameters:
drywet: set effect dry/wet, 0...100.0
function SetLevel¶
sets wah level
Parameters:
level: set wah level, 0...1.0
function SetWah¶
sets wah
Parameters:
wah: set wah amount, , 0...1.0
function ~Autowah¶
The documentation for this class was generated from the following file external-docs/DaisySP/Source/Effects/autowah.h