DaisySP
Loading...
Searching...
No Matches
Public Member Functions | List of all members
daisysp::Autowah Class Reference

#include <autowah.h>

Public Member Functions

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

Member Function Documentation

◆ 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: