1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-12 15:45:54 +01:00

Disabled EXPERIMENTAL_EFFECT_MANAGEMENT

I also changed it so that if it is enabled ALL built in effects are enabled.
This commit is contained in:
James Crook
2015-05-21 14:27:36 +01:00
parent 0dbaa76a7b
commit 12993a3547
7 changed files with 13 additions and 6 deletions

View File

@@ -44,7 +44,7 @@ public:
// EffectIdentInterface implementation
virtual EffectType GetType();
virtual bool EnableFromGetGo(){ return false;};
//virtual bool EnableFromGetGo(){ return false;};
// EffectClientInterface implementation

View File

@@ -34,7 +34,7 @@ public:
// EffectIdentInterface implementation
virtual EffectType GetType();
virtual bool EnableFromGetGo(){ return false;};
//virtual bool EnableFromGetGo(){ return false;};
// EffectClientInterface implementation

View File

@@ -33,7 +33,7 @@ public:
// EffectIdentInterface implementation
virtual EffectType GetType();
virtual bool EnableFromGetGo(){ return false;};
//virtual bool EnableFromGetGo(){ return false;};
// EffectClientInterface implementation

View File

@@ -28,7 +28,7 @@ public:
void setParameters(double rateStart, double rateEnd, double pitchStart, double pitchEnd,
SlideType rateSlideType, SlideType pitchSlideType,
bool bLinkRatePitch, bool bRateReferenceInput, bool bPitchReferenceInput);
virtual bool EnableFromGetGo(){ return false;};
//virtual bool EnableFromGetGo(){ return false;};
private:

View File

@@ -47,7 +47,7 @@ public:
// EffectIdentInterface implementation
virtual EffectType GetType();
virtual bool EnableFromGetGo(){ return false;};
//virtual bool EnableFromGetGo(){ return false;};
// EffectClientInterface implementation