mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-08 20:52:09 +01:00
Add help buttons for normal built-in effects
This commit is contained in:
@@ -107,6 +107,11 @@ wxString EffectCompressor::GetDescription()
|
||||
return XO("Compresses the dynamic range of audio");
|
||||
}
|
||||
|
||||
wxString EffectCompressor::ManualPage()
|
||||
{
|
||||
return wxT("Compressor");
|
||||
}
|
||||
|
||||
// EffectIdentInterface implementation
|
||||
|
||||
EffectType EffectCompressor::GetType()
|
||||
|
||||
Reference in New Issue
Block a user