mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 14:13:57 +01:00
StereoToMono now EffectTypeHidden
This way it does not appear in the list of effects available to choose.
This commit is contained in:
@@ -46,7 +46,7 @@ wxString EffectStereoToMono::GetDescription()
|
||||
EffectType EffectStereoToMono::GetType()
|
||||
{
|
||||
// Really EffectTypeProcess, but this prevents it from showing in the Effect Menu
|
||||
return EffectTypeNone;
|
||||
return EffectTypeHidden;
|
||||
}
|
||||
|
||||
bool EffectStereoToMono::IsInteractive()
|
||||
|
||||
Reference in New Issue
Block a user