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
DtmfGen.h
Go to the documentation of this file.
1
/**********************************************************************
2
3
Audacity: A Digital Audio Editor
4
5
DtmfGen.h
6
7
Salvo Ventura
8
Dec 2006
9
10
An effect that generates DTMF tones
11
12
**********************************************************************/
13
14
#ifndef __AUDACITY_EFFECT_DTMF__
15
#define __AUDACITY_EFFECT_DTMF__
16
17
#include "
DtmfBase.h
"
18
#include "
StatelessPerTrackEffect.h
"
19
20
class
wxSlider;
21
class
wxStaticText;
22
class
wxTextCtrl;
23
class
NumericTextCtrl
;
24
class
ShuttleGui
;
25
26
class
EffectDtmf
final :
public
DtmfBase
,
public
StatelessEffectUIServices
27
{
28
public
:
29
std::unique_ptr<EffectEditor>
MakeEditor
(
30
ShuttleGui
&
S
,
EffectInstance
& instance,
EffectSettingsAccess
& access,
31
const
EffectOutputs
* pOutputs)
const override
;
32
33
struct
Editor
;
34
};
35
36
#endif
DtmfBase.h
StatelessPerTrackEffect.h
S
#define S(N)
Definition:
ToChars.cpp:64
DtmfBase
Definition:
DtmfBase.h:30
EffectDtmf
An effect that generates DTMF tones.
Definition:
DtmfGen.h:27
EffectDtmf::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:
DtmfGen.cpp:159
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
NumericTextCtrl
Definition:
NumericTextCtrl.h:36
ShuttleGui
Derived from ShuttleGuiBase, an Audacity specific class for shuttling data to and from GUI.
Definition:
ShuttleGui.h:640
StatelessEffectUIServices
Definition:
StatelessPerTrackEffect.h:18
EffectDtmf::Editor
Definition:
DtmfGen.cpp:35
Generated by
1.9.3