Audacity 3.2.0
|
a struct that holds a start and end time. More...
Public Member Functions | |
AutoDuckRegion (double t0, double t1) | |
Public Attributes | |
double | t0 |
double | t1 |
a struct that holds a start and end time.
Definition at line 51 of file AutoDuckBase.cpp.
|
inline |
Definition at line 53 of file AutoDuckBase.cpp.
double AutoDuckRegion::t0 |
Definition at line 59 of file AutoDuckBase.cpp.
Referenced by AutoDuckRegion(), and AutoDuckBase::Process().
double AutoDuckRegion::t1 |
Definition at line 60 of file AutoDuckBase.cpp.
Referenced by AutoDuckRegion(), and AutoDuckBase::Process().