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:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user