aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/MacVST/C5RawChannel/source/C5RawChannel.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MacVST/C5RawChannel/source/C5RawChannel.h')
-rwxr-xr-xplugins/MacVST/C5RawChannel/source/C5RawChannel.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/plugins/MacVST/C5RawChannel/source/C5RawChannel.h b/plugins/MacVST/C5RawChannel/source/C5RawChannel.h
index 2281961..3ce3e84 100755
--- a/plugins/MacVST/C5RawChannel/source/C5RawChannel.h
+++ b/plugins/MacVST/C5RawChannel/source/C5RawChannel.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 lastFXChannelL;
double lastSampleChannelL;