daisysp::Autowah¶
#include <autowah.h>
Public Functions¶
Name | |
---|---|
Autowah() | |
~Autowah() | |
void | Init(float sample_rate) |
float | Process(float in) |
void | SetWah(float wah) |
void | SetDryWet(float drywet) |
void | SetLevel(float level) |
Detailed Description¶
Autowah module
Original author(s) :
Ported from soundpipe by Ben Sergentanis, May 2020
Public Functions Documentation¶
function Autowah¶
function ~Autowah¶
function Init¶
Parameters:
- sample_rate - The sample rate of the audio engine being run.
Initializes the Autowah module.
function Process¶
Parameters:
- in - input signal to be wah'd
Initializes the Autowah module.
function SetWah¶
Parameters:
- wah : set wah amount, , 0...1.0
sets wah
function SetDryWet¶
Parameters:
- drywet : set effect dry/wet, 0...100.0
sets mix amount
function SetLevel¶
Parameters:
- level : set wah level, 0...1.0
sets wah level
---¶
Updated on 2024-01-03 at 19:38:46 +0000