Audacity 3.2.0
Public Attributes | Static Public Attributes | List of all members
EffectWahwahSettings Struct Reference

#include <Wahwah.h>

Public Attributes

double mFreq { freqDefault }
 
double mPhase { phaseDefault }
 
int mDepth { depthDefault }
 
double mRes { resDefault }
 
int mFreqOfs { freqOfsDefault }
 
double mOutGain { outGainDefault }
 

Static Public Attributes

static constexpr double freqDefault = 1.5
 
static constexpr double phaseDefault = 0.0
 
static constexpr int depthDefault = 70
 
static constexpr double resDefault = 2.5
 
static constexpr int freqOfsDefault = 30
 
static constexpr double outGainDefault = -6.0
 

Detailed Description

Definition at line 39 of file Wahwah.h.

Member Data Documentation

◆ depthDefault

constexpr int EffectWahwahSettings::depthDefault = 70
staticconstexpr

Definition at line 55 of file Wahwah.h.

◆ freqDefault

constexpr double EffectWahwahSettings::freqDefault = 1.5
staticconstexpr

Definition at line 53 of file Wahwah.h.

◆ freqOfsDefault

constexpr int EffectWahwahSettings::freqOfsDefault = 30
staticconstexpr

Definition at line 57 of file Wahwah.h.

◆ mDepth

int EffectWahwahSettings::mDepth { depthDefault }

Definition at line 63 of file Wahwah.h.

◆ mFreq

double EffectWahwahSettings::mFreq { freqDefault }

Definition at line 61 of file Wahwah.h.

◆ mFreqOfs

int EffectWahwahSettings::mFreqOfs { freqOfsDefault }

Definition at line 65 of file Wahwah.h.

◆ mOutGain

double EffectWahwahSettings::mOutGain { outGainDefault }

Definition at line 66 of file Wahwah.h.

◆ mPhase

double EffectWahwahSettings::mPhase { phaseDefault }

Definition at line 62 of file Wahwah.h.

◆ mRes

double EffectWahwahSettings::mRes { resDefault }

Definition at line 64 of file Wahwah.h.

◆ outGainDefault

constexpr double EffectWahwahSettings::outGainDefault = -6.0
staticconstexpr

Definition at line 58 of file Wahwah.h.

◆ phaseDefault

constexpr double EffectWahwahSettings::phaseDefault = 0.0
staticconstexpr

Definition at line 54 of file Wahwah.h.

◆ resDefault

constexpr double EffectWahwahSettings::resDefault = 2.5
staticconstexpr

Definition at line 56 of file Wahwah.h.


The documentation for this struct was generated from the following file: