1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-02 14:17:07 +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:
Leland Lucius
2015-04-26 16:41:05 -05:00
parent 56e8f577bc
commit 4f4acffad1
16 changed files with 620 additions and 174 deletions

View File

@@ -40,7 +40,7 @@ public:
// using Effect::TrackProgress;
virtual bool PromptUser(wxWindow *parent = NULL, bool isBatch = false);
virtual bool PromptUser(wxWindow *parent);
virtual bool Init();
virtual bool CheckWhetherSkipEffect();