Audacity
3.2.0
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