aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/MacVST/C5RawBuss/source/C5RawBuss.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MacVST/C5RawBuss/source/C5RawBuss.h')
-rwxr-xr-xplugins/MacVST/C5RawBuss/source/C5RawBuss.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/plugins/MacVST/C5RawBuss/source/C5RawBuss.h b/plugins/MacVST/C5RawBuss/source/C5RawBuss.h
index 5a409bc..f4d01fe 100755
--- a/plugins/MacVST/C5RawBuss/source/C5RawBuss.h
+++ b/plugins/MacVST/C5RawBuss/source/C5RawBuss.h
@@ -52,11 +52,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 lastFXBussL;
double lastSampleBussL;