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

#include <Phaser.h>

Public Attributes

int mStages { stagesDefault }
 
int mDryWet { dryWetDefault }
 
double mFreq { freqDefault }
 
double mPhase { phaseDefault }
 
int mDepth { depthDefault }
 
int mFeedback { feedbackDefault }
 
double mOutGain { outGainDefault }
 

Static Public Attributes

static constexpr int stagesDefault = 2
 
static constexpr int dryWetDefault = 128
 
static constexpr double freqDefault = 0.4
 
static constexpr double phaseDefault = 0.0
 
static constexpr int depthDefault = 100
 
static constexpr int feedbackDefault = 0
 
static constexpr double outGainDefault = -6.0
 

Detailed Description

Definition at line 42 of file Phaser.h.

Member Data Documentation

◆ depthDefault

constexpr int EffectPhaserSettings::depthDefault = 100
staticconstexpr

Definition at line 60 of file Phaser.h.

◆ dryWetDefault

constexpr int EffectPhaserSettings::dryWetDefault = 128
staticconstexpr

Definition at line 57 of file Phaser.h.

◆ feedbackDefault

constexpr int EffectPhaserSettings::feedbackDefault = 0
staticconstexpr

Definition at line 61 of file Phaser.h.

◆ freqDefault

constexpr double EffectPhaserSettings::freqDefault = 0.4
staticconstexpr

Definition at line 58 of file Phaser.h.

◆ mDepth

int EffectPhaserSettings::mDepth { depthDefault }

Definition at line 68 of file Phaser.h.

◆ mDryWet

int EffectPhaserSettings::mDryWet { dryWetDefault }

Definition at line 65 of file Phaser.h.

◆ mFeedback

int EffectPhaserSettings::mFeedback { feedbackDefault }

Definition at line 69 of file Phaser.h.

◆ mFreq

double EffectPhaserSettings::mFreq { freqDefault }

Definition at line 66 of file Phaser.h.

◆ mOutGain

double EffectPhaserSettings::mOutGain { outGainDefault }

Definition at line 70 of file Phaser.h.

◆ mPhase

double EffectPhaserSettings::mPhase { phaseDefault }

Definition at line 67 of file Phaser.h.

◆ mStages

int EffectPhaserSettings::mStages { stagesDefault }

Definition at line 64 of file Phaser.h.

◆ outGainDefault

constexpr double EffectPhaserSettings::outGainDefault = -6.0
staticconstexpr

Definition at line 62 of file Phaser.h.

◆ phaseDefault

constexpr double EffectPhaserSettings::phaseDefault = 0.0
staticconstexpr

Definition at line 59 of file Phaser.h.

◆ stagesDefault

constexpr int EffectPhaserSettings::stagesDefault = 2
staticconstexpr

Definition at line 56 of file Phaser.h.


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