aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/WinVST/VoiceOfTheStarship/VoiceOfTheStarship.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/WinVST/VoiceOfTheStarship/VoiceOfTheStarship.cpp')
-rwxr-xr-x[-rw-r--r--]plugins/WinVST/VoiceOfTheStarship/VoiceOfTheStarship.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/plugins/WinVST/VoiceOfTheStarship/VoiceOfTheStarship.cpp b/plugins/WinVST/VoiceOfTheStarship/VoiceOfTheStarship.cpp
index c30bd47..19f1d94 100644..100755
--- a/plugins/WinVST/VoiceOfTheStarship/VoiceOfTheStarship.cpp
+++ b/plugins/WinVST/VoiceOfTheStarship/VoiceOfTheStarship.cpp
@@ -28,11 +28,8 @@ VoiceOfTheStarship::VoiceOfTheStarship(audioMasterCallback audioMaster) :
for(int count = 0; count < 11; count++) {bL[count] = 0.0; bR[count] = 0.0; f[count] = 0.0;}
lastAlgorithm = 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.