1
0
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:
Steve Daulton
2016-03-24 13:04:34 +00:00
parent 4b070725f1
commit ff6a82ae8c
2 changed files with 100 additions and 68 deletions

View File

@@ -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();