Audacity
3.2.0
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
Enumerations
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
w
z
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
h
i
k
l
m
o
p
r
s
t
x
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
Related Functions
a
b
c
d
e
f
g
l
m
n
o
p
r
s
t
v
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
c
d
e
f
k
l
m
n
o
p
r
s
t
u
v
z
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
z
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
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