mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 09:01:12 +01:00
Allow chains to use current/factory presets/settings
Also gives builtin effects a mean to determine if batch processing is active, IsBatchProcessing() returns true if so.
This commit is contained in:
@@ -43,6 +43,8 @@ class BatchCommands {
|
||||
static bool PromptForParamsFor( wxString command, wxWindow *parent );
|
||||
static wxString GetCurrentParamsFor( wxString command );
|
||||
static bool SetCurrentParametersFor(const wxString & command, const wxString & params);
|
||||
static wxString PromptForPresetFor( wxString command, wxWindow *parent );
|
||||
static bool SetCurrentPresetFor(const wxString & command, const wxString & preset);
|
||||
static wxArrayString GetAllCommands();
|
||||
|
||||
// These commands do depend on the command list.
|
||||
|
||||
Reference in New Issue
Block a user