mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
Add help buttons for normal built-in effects
This commit is contained in:
@@ -101,6 +101,11 @@ wxString EffectTimeScale::GetDescription()
|
||||
return XO("Allows continuous changes to the tempo and/or pitch");
|
||||
}
|
||||
|
||||
wxString EffectTimeScale::ManualPage()
|
||||
{
|
||||
return wxT("Sliding_Time_Scale_-_Pitch_Shift");
|
||||
}
|
||||
|
||||
// EffectIdentInterface implementation
|
||||
|
||||
EffectType EffectTimeScale::GetType()
|
||||
|
Reference in New Issue
Block a user