mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 08:38:39 +02:00
Add help button for Classic Filter
This commit is contained in:
parent
4a08ea62c0
commit
e99b54e525
@ -189,6 +189,12 @@ wxString EffectScienFilter::GetDescription()
|
|||||||
return XO("Performs IIR filtering that emulates analog filters");
|
return XO("Performs IIR filtering that emulates analog filters");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
wxString EffectScienFilter::ManualPage()
|
||||||
|
{
|
||||||
|
return wxT("Classic_Filters");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// EffectIdentInterface implementation
|
// EffectIdentInterface implementation
|
||||||
|
|
||||||
EffectType EffectScienFilter::GetType()
|
EffectType EffectScienFilter::GetType()
|
||||||
|
@ -45,6 +45,7 @@ public:
|
|||||||
|
|
||||||
wxString GetSymbol() override;
|
wxString GetSymbol() override;
|
||||||
wxString GetDescription() override;
|
wxString GetDescription() override;
|
||||||
|
wxString ManualPage() override;
|
||||||
|
|
||||||
// EffectIdentInterface implementation
|
// EffectIdentInterface implementation
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user