Skip to content

daisysp::Autowah

More...

#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

class daisysp::Autowah;

Autowah module

Original author(s) :

Ported from soundpipe by Ben Sergentanis, May 2020

Public Functions Documentation

function Autowah

inline Autowah()

function ~Autowah

inline ~Autowah()

function Init

void Init(
    float sample_rate
)

Parameters:

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

Initializes the Autowah module.


function Process

float Process(
    float in
)

Parameters:

  • in - input signal to be wah'd

Initializes the Autowah module.


function SetWah

inline void SetWah(
    float wah
)

Parameters:

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

sets wah


function SetDryWet

inline void SetDryWet(
    float drywet
)

Parameters:

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

sets mix amount


function SetLevel

inline void SetLevel(
    float level
)

Parameters:

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

sets wah level

---

Updated on 2024-01-03 at 19:38:46 +0000