aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LinuxVST/src/PDChannel/PDChannel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/LinuxVST/src/PDChannel/PDChannel.cpp')
-rwxr-xr-xplugins/LinuxVST/src/PDChannel/PDChannel.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/plugins/LinuxVST/src/PDChannel/PDChannel.cpp b/plugins/LinuxVST/src/PDChannel/PDChannel.cpp
index d300fc8..aef639d 100755
--- a/plugins/LinuxVST/src/PDChannel/PDChannel.cpp
+++ b/plugins/LinuxVST/src/PDChannel/PDChannel.cpp
@@ -21,11 +21,8 @@ PDChannel::PDChannel(audioMasterCallback audioMaster) :
previousSampleL = 0.0;
previousSampleR = 0.0;
- fpNShapeLA = 0.0;
- fpNShapeLB = 0.0;
- fpNShapeRA = 0.0;
- fpNShapeRB = 0.0;
- fpFlip = true;
+ fpNShapeL = 0.0;
+ fpNShapeR = 0.0;
//this is reset: values being initialized only once. Startup values, whatever they are.
_canDo.insert("plugAsChannelInsert"); // plug-in can be used as a channel insert effect.