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
libraries
lib-builtin-effects
ContrastBase.h
Go to the documentation of this file.
1
/**********************************************************************
2
3
Audacity: A Digital Audio Editor
4
5
ContrastBase.h
6
7
**********************************************************************/
8
#pragma once
9
10
class
AudacityProject
;
11
12
class
BUILTIN_EFFECTS_API
ContrastBase
13
{
14
public
:
15
double
mT0
;
16
double
mT1
;
17
double
mProjectRate
;
18
double
mStartTimeF
;
19
double
mEndTimeF
;
20
double
mStartTimeB
;
21
double
mEndTimeB
;
22
23
protected
:
24
float
foregrounddB
;
25
float
backgrounddB
;
26
bool
mForegroundIsDefined
;
27
bool
mBackgroundIsDefined
;
28
double
mT0orig
;
29
double
mT1orig
;
30
31
bool
mDoBackground
;
32
bool
GetDB(
float
& dB);
33
void
SetStartAndEndTime();
34
35
double
length
;
36
37
private
:
38
virtual
AudacityProject
&
GetProject
() = 0;
39
};
AudacityProject
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Definition:
Project.h:90
ContrastBase
Definition:
ContrastBase.h:13
ContrastBase::backgrounddB
float backgrounddB
Definition:
ContrastBase.h:25
ContrastBase::mStartTimeF
double mStartTimeF
Definition:
ContrastBase.h:18
ContrastBase::mT1orig
double mT1orig
Definition:
ContrastBase.h:29
ContrastBase::mT0
double mT0
Definition:
ContrastBase.h:15
ContrastBase::GetProject
virtual AudacityProject & GetProject()=0
ContrastBase::mForegroundIsDefined
bool mForegroundIsDefined
Definition:
ContrastBase.h:26
ContrastBase::mProjectRate
double mProjectRate
Definition:
ContrastBase.h:17
ContrastBase::length
double length
Definition:
ContrastBase.h:35
ContrastBase::mT1
double mT1
Definition:
ContrastBase.h:16
ContrastBase::mEndTimeF
double mEndTimeF
Definition:
ContrastBase.h:19
ContrastBase::mBackgroundIsDefined
bool mBackgroundIsDefined
Definition:
ContrastBase.h:27
ContrastBase::mEndTimeB
double mEndTimeB
Definition:
ContrastBase.h:21
ContrastBase::foregrounddB
float foregrounddB
Definition:
ContrastBase.h:24
ContrastBase::mT0orig
double mT0orig
Definition:
ContrastBase.h:28
ContrastBase::mStartTimeB
double mStartTimeB
Definition:
ContrastBase.h:20
ContrastBase::mDoBackground
bool mDoBackground
Definition:
ContrastBase.h:31
Generated by
1.9.3