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