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