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