mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-10 06:36:24 +01:00
AUP3: Several fixes
These mainly address the bugs that Steve reported and a couple more I found along the way. Corrected ProjectFileIO::GetMinMaxRMS() - It was still using the original method of keep all block data in memory. I missed it when I redid everything. Fixes his Amplify crash. Temporary filenames should no longer be shown to the user. Resaves will no longer present a Save As dialog. Cleaned up duplicate pathname handling in ProjectFileIO. Returned proper errors when loading a project
This commit is contained in:
@@ -79,7 +79,7 @@ public:
|
||||
double GetSumRms() const;
|
||||
|
||||
/// Gets extreme values for the specified region
|
||||
MinMaxRMS GetMinMaxRMS(size_t start, size_t len) const;
|
||||
MinMaxRMS GetMinMaxRMS(size_t start, size_t len);
|
||||
|
||||
/// Gets extreme values for the entire block
|
||||
MinMaxRMS GetMinMaxRMS() const;
|
||||
|
||||
Reference in New Issue
Block a user