aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/MacVST/PurestGain/source/PurestGain.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MacVST/PurestGain/source/PurestGain.h')
-rwxr-xr-xplugins/MacVST/PurestGain/source/PurestGain.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/plugins/MacVST/PurestGain/source/PurestGain.h b/plugins/MacVST/PurestGain/source/PurestGain.h
index 7869425..9e2baea 100755
--- a/plugins/MacVST/PurestGain/source/PurestGain.h
+++ b/plugins/MacVST/PurestGain/source/PurestGain.h
@@ -53,11 +53,8 @@ private:
char _programName[kVstMaxProgNameLen + 1];
std::set< std::string > _canDo;
- long double fpNShapeLA;
- long double fpNShapeLB;
- long double fpNShapeRA;
- long double fpNShapeRB;
- bool fpFlip;
+ long double fpNShapeL;
+ long double fpNShapeR;
//default stuff
double gainchase;
double settingchase;