mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-18 17:10:55 +02:00
Doesn't support chains
This commit is contained in:
parent
aa49817563
commit
aaaac65176
@ -47,6 +47,11 @@ class EffectSilence : public Generator {
|
|||||||
return wxString(_("Generating Silence"));
|
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.
|
// Useful only after PromptUser values have been set.
|
||||||
virtual wxString GetEffectDescription() {
|
virtual wxString GetEffectDescription() {
|
||||||
return wxString::Format(_("Applied effect: Generate Silence, %.6lf seconds"), mDuration);
|
return wxString::Format(_("Applied effect: Generate Silence, %.6lf seconds"), mDuration);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user