mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 09:01:12 +01:00
Introduce further enhancement of the Timer Recording process:
* Disk space warning if the recording potentially will not fit in disk space available. * ProgressDialog enhancements that allow the Stop/Cancel button to be confirmed and the elapsed time to be hidden. * Messages enhanced to clearly show the actions being taken.
This commit is contained in:
@@ -283,6 +283,9 @@ class AUDACITY_DLL_API AudacityProject final : public wxFrame,
|
||||
|
||||
bool ProjectHasTracks();
|
||||
|
||||
// Routine to estimate how many minutes of recording time are left on disk
|
||||
int GetEstimatedRecordingMinsLeftOnDisk();
|
||||
|
||||
#include "Menus.h"
|
||||
|
||||
CommandManager *GetCommandManager() { return &mCommandManager; }
|
||||
|
||||
Reference in New Issue
Block a user