1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-15 09:01:12 +01:00

Timer Recording Enhancements to allow Automatic Save and Export after

recording.  Also allows for additional options to be carried out after a
successful timer recording such as Exit, Retsrat and Shutdown.
This commit is contained in:
tip2tail
2016-02-25 13:47:48 +00:00
parent 484f23dcc7
commit aa5ffe99a7
9 changed files with 1005 additions and 93 deletions

View File

@@ -275,6 +275,12 @@ class AUDACITY_DLL_API AudacityProject final : public wxFrame,
*/
wxDialog *GetMissingAliasFileDialog();
// Timer Record Auto Save/Export Routines
bool SaveFromTimerRecording(wxFileName fnFile);
bool ExportFromTimerRecording(wxFileName fnFile, int iFormat, int iSubFormat, int iFilterIndex);
int GetOpenProjectCount();
bool IsProjectSaved();
#include "Menus.h"
CommandManager *GetCommandManager() { return &mCommandManager; }