mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 17:11:12 +02:00
Doesn't support chains
This commit is contained in:
@@ -47,6 +47,11 @@ class EffectSilence : public Generator {
|
||||
return wxString(_("Generating Silence"));
|
||||
}
|
||||
|
||||
// Return true if the effect supports processing via batch chains.
|
||||
virtual bool SupportsChains() {
|
||||
return false;
|
||||
}
|
||||
|
||||
// Useful only after PromptUser values have been set.
|
||||
virtual wxString GetEffectDescription() {
|
||||
return wxString::Format(_("Applied effect: Generate Silence, %.6lf seconds"), mDuration);
|
||||
|
Reference in New Issue
Block a user