Audacity
3.2.0
src
effects
Wahwah.h
Go to the documentation of this file.
1
/**********************************************************************
2
3
Audacity: A Digital Audio Editor
4
5
Wahwah
6
7
Dominic Mazzoni (with the help of wxDesigner)
8
Vaughan Johnson (Preview)
9
10
**********************************************************************/
11
12
#ifndef __AUDACITY_EFFECT_WAHWAH__
13
#define __AUDACITY_EFFECT_WAHWAH__
14
15
#include "
StatelessPerTrackEffect.h
"
16
#include "
WahWahBase.h
"
17
18
class
ShuttleGui
;
19
20
class
EffectWahwah
:
public
WahWahBase
,
public
StatelessEffectUIServices
21
{
22
public
:
23
std::unique_ptr<EffectEditor>
MakeEditor
(
24
ShuttleGui
&
S
,
EffectInstance
& instance,
EffectSettingsAccess
& access,
25
const
EffectOutputs
* pOutputs)
const override
;
26
27
private
:
28
struct
Editor
;
29
};
30
31
#endif
StatelessPerTrackEffect.h
S
#define S(N)
Definition:
ToChars.cpp:64
WahWahBase.h
EffectInstance
Performs effect computation.
Definition:
EffectInterface.h:451
EffectOutputs
Hold values to send to effect output meters.
Definition:
EffectInterface.h:130
EffectSettingsAccess
Definition:
EffectInterface.h:153
EffectWahwah
An Effect that adds a 'spectral glide'.
Definition:
Wahwah.h:21
EffectWahwah::MakeEditor
std::unique_ptr< EffectEditor > MakeEditor(ShuttleGui &S, EffectInstance &instance, EffectSettingsAccess &access, const EffectOutputs *pOutputs) const override
Called only from PopulateUI, to add controls to effect panel.
Definition:
Wahwah.cpp:112
ShuttleGui
Derived from ShuttleGuiBase, an Audacity specific class for shuttling data to and from GUI.
Definition:
ShuttleGui.h:640
StatelessEffectUIServices
Definition:
StatelessPerTrackEffect.h:18
WahWahBase
Definition:
WahWahBase.h:60
EffectWahwah::Editor
Definition:
Wahwah.cpp:38
Generated by
1.9.3