1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-23 14:41:27 +01:00

Some steps of ResetProjectToEmpty into a new function

This commit is contained in:
Paul Licameli
2019-05-02 06:24:29 -04:00
parent 582b0ee40c
commit 0bd9bb3b90
2 changed files with 11 additions and 3 deletions

View File

@@ -352,6 +352,7 @@ public:
static int GetOpenProjectCount();
bool IsProjectSaved();
void ResetProjectToEmpty();
void ResetProjectFileIO();
// Routine to estimate how many minutes of recording time are left on disk
int GetEstimatedRecordingMinsLeftOnDisk(long lCaptureChannels = 0);