mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-09 22:53:55 +01:00
Add help buttons for normal built-in effects
This commit is contained in:
@@ -119,6 +119,11 @@ wxString EffectTruncSilence::GetDescription()
|
||||
return XO("Automatically reduces the length of passages where the volume is below a specified level");
|
||||
}
|
||||
|
||||
wxString EffectTruncSilence::ManualPage()
|
||||
{
|
||||
return wxT("Truncate_Silence");
|
||||
}
|
||||
|
||||
// EffectIdentInterface implementation
|
||||
|
||||
EffectType EffectTruncSilence::GetType()
|
||||
|
||||
Reference in New Issue
Block a user