1
0
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:
Steve Daulton
2017-05-20 14:40:09 +01:00
parent fd3d41e82f
commit e7a9c37745
46 changed files with 142 additions and 0 deletions

View File

@@ -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()