mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 09:01:12 +01:00
Save/restore effect state during batch processing
This commit is contained in:
@@ -39,14 +39,13 @@ class BatchCommands {
|
||||
bool IsMono();
|
||||
|
||||
// These commands do not depend on the command list.
|
||||
wxArrayString GetNames();
|
||||
static bool PromptForParamsFor(const wxString & command, wxWindow *parent );
|
||||
static wxString GetCurrentParamsFor(const wxString & command);
|
||||
static bool SetCurrentParametersFor(const wxString & command, const wxString & params);
|
||||
static wxString PromptForPresetFor( const wxString & command, const wxString & params, wxWindow *parent );
|
||||
static bool SetCurrentPresetFor(const wxString & command, const wxString & preset);
|
||||
static wxArrayString GetNames();
|
||||
static wxArrayString GetAllCommands();
|
||||
|
||||
static wxString GetCurrentParamsFor(const wxString & command);
|
||||
static wxString PromptForParamsFor(const wxString & command, const wxString & params, wxWindow *parent);
|
||||
static wxString PromptForPresetFor(const wxString & command, const wxString & params, wxWindow *parent);
|
||||
|
||||
// These commands do depend on the command list.
|
||||
void ResetChain();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user