Skip to content

Class daisysp::Autowah

ClassList > daisysp > Autowah

More...

  • #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

inline daisysp::Autowah::Autowah () 

function Init

void daisysp::Autowah::Init (
    float sample_rate
) 

Initializes the Autowah module.

Parameters:

  • sample_rate - The sample rate of the audio engine being run.

function Process

float daisysp::Autowah::Process (
    float in
) 

Initializes the Autowah module.

Parameters:

  • in - input signal to be wah'd

function SetDryWet

inline void daisysp::Autowah::SetDryWet (
    float drywet
) 

sets mix amount

Parameters:

  • drywet : set effect dry/wet, 0...100.0

function SetLevel

inline void daisysp::Autowah::SetLevel (
    float level
) 

sets wah level

Parameters:

  • level : set wah level, 0...1.0

function SetWah

inline void daisysp::Autowah::SetWah (
    float wah
) 

sets wah

Parameters:

  • wah : set wah amount, , 0...1.0

function ~Autowah

inline daisysp::Autowah::~Autowah () 


The documentation for this class was generated from the following file external-docs/DaisySP/Source/Effects/autowah.h