1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-01 15:43:44 +02:00

Enabled most built-in effects by default.

Now that Manage... is at the top, there is less reason to shorten the menu.  Forum team were strongly in favour of more rather than fewer effects being enabled by default.
This commit is contained in:
James Crook 2015-06-06 19:16:25 +01:00
parent c56fb03fd1
commit a13be332ff

View File

@ -129,17 +129,17 @@
EFFECT( WAHWAH, EffectWahwah() ) \
EFFECT( FINDCLIPPING, EffectFindClipping() ) \
NOISEREDUCTION_EFFECT \
SOUNDTOUCH_EFFECTS
SOUNDTOUCH_EFFECTS \
EFFECT( AUTODUCK, EffectAutoDuck() ) \
EFFECT( LEVELLER, EffectLeveller() ) \
EFFECT( PAULSTRETCH, EffectPaulstretch() ) \
SBSMS_EFFECTS
//
// Define the list of effects that do not get autoregistered
//
#define EXCLUDE_LIST \
EFFECT( AUTODUCK, EffectAutoDuck() ) \
EFFECT( LEVELLER, EffectLeveller() ) \
EFFECT( PAULSTRETCH, EffectPaulstretch() ) \
CLASSICFILTER_EFFECT \
SBSMS_EFFECTS
CLASSICFILTER_EFFECT
//
// Define the EFFECT() macro to generate enum names