mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-09 22:53:55 +01:00
#ifdef EXPERIMENTAL_SCIENCE_FILTERS created to make it easy to switch on or off this effect. Made it easier to internationalize Science Filter by adding internationalisation hints and converting some _()'s on numbers to wxT()'s.
This commit is contained in:
@@ -264,7 +264,9 @@ void LoadEffects()
|
||||
em.RegisterEffect(new EffectRepeat());
|
||||
em.RegisterEffect(new EffectReverb());
|
||||
em.RegisterEffect(new EffectReverse());
|
||||
#ifdef EXPERIMENTAL_SCIENCE_FILTERS
|
||||
em.RegisterEffect(new EffectScienFilter());
|
||||
#endif
|
||||
em.RegisterEffect(new EffectStereoToMono(), HIDDEN_EFFECT);// NOT in normal effects list.
|
||||
em.RegisterEffect(new EffectTruncSilence(), SIMPLE_EFFECT);
|
||||
#ifdef USE_SBSMS
|
||||
|
||||
Reference in New Issue
Block a user