mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-23 23:03:55 +02:00
Add help buttons for normal built-in effects
This commit is contained in:
@@ -115,6 +115,12 @@ wxString EffectChangeSpeed::GetDescription()
|
||||
return XO("Change the speed of a track, also changing its pitch");
|
||||
}
|
||||
|
||||
wxString EffectChangeSpeed::ManualPage()
|
||||
{
|
||||
return wxT("Change_Speed");
|
||||
}
|
||||
|
||||
|
||||
// EffectIdentInterface implementation
|
||||
|
||||
EffectType EffectChangeSpeed::GetType()
|
||||
|
Reference in New Issue
Block a user