mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-09 14:43:57 +01:00
Goodbye to magic number in Contrast.cpp
Also added several TODO and FIXME comments for ongoing fixes.
This commit is contained in:
@@ -80,11 +80,13 @@ private:
|
||||
|
||||
float foregrounddB;
|
||||
float backgrounddB;
|
||||
bool mForegroundIsDefined;
|
||||
bool mBackgroundIsDefined;
|
||||
double mT0orig;
|
||||
double mT1orig;
|
||||
|
||||
bool mDoBackground;
|
||||
float GetDB();
|
||||
bool GetDB(float & dB);
|
||||
double GetStartTime();
|
||||
void SetStartTime(double);
|
||||
double GetEndTime();
|
||||
|
||||
Reference in New Issue
Block a user