diff --git a/plugins/LinuxVST/src/ConsoleHChannel/ConsoleHChannel.cpp b/plugins/LinuxVST/src/ConsoleHChannel/ConsoleHChannel.cpp index 95c566edc..73f43284a 100755 --- a/plugins/LinuxVST/src/ConsoleHChannel/ConsoleHChannel.cpp +++ b/plugins/LinuxVST/src/ConsoleHChannel/ConsoleHChannel.cpp @@ -99,7 +99,7 @@ ConsoleHChannel::ConsoleHChannel(audioMasterCallback audioMaster) : for (int x = 0; x < 5; x++) {avg4L[x] = 0.0; post4L[x] = 0.0; avg4R[x] = 0.0; post4R[x] = 0.0;} for (int x = 0; x < 3; x++) {avg2L[x] = 0.0; post2L[x] = 0.0; avg2R[x] = 0.0; post2R[x] = 0.0;} avgPos = 0; - lastDarkL = 0.0; lastDarkL = 0.0; + lastDarkL = 0.0; lastDarkR = 0.0; //preTapeHack lFreqA = 1.0; lFreqB = 1.0; diff --git a/plugins/LinuxVST/src/ConsoleHPre/ConsoleHPre.cpp b/plugins/LinuxVST/src/ConsoleHPre/ConsoleHPre.cpp index ae191e177..fede38ccd 100755 --- a/plugins/LinuxVST/src/ConsoleHPre/ConsoleHPre.cpp +++ b/plugins/LinuxVST/src/ConsoleHPre/ConsoleHPre.cpp @@ -99,7 +99,7 @@ AudioEffectX(audioMaster, kNumPrograms, kNumParameters) for (int x = 0; x < 5; x++) {avg4L[x] = 0.0; post4L[x] = 0.0; avg4R[x] = 0.0; post4R[x] = 0.0;} for (int x = 0; x < 3; x++) {avg2L[x] = 0.0; post2L[x] = 0.0; avg2R[x] = 0.0; post2R[x] = 0.0;} avgPos = 0; - lastDarkL = 0.0; lastDarkL = 0.0; + lastDarkL = 0.0; lastDarkR = 0.0; //preTapeHack lFreqA = 1.0; lFreqB = 1.0; diff --git a/plugins/LinuxVST/src/ConsoleX2Channel/ConsoleX2Channel.cpp b/plugins/LinuxVST/src/ConsoleX2Channel/ConsoleX2Channel.cpp index 9eb80b69d..283ee54cb 100755 --- a/plugins/LinuxVST/src/ConsoleX2Channel/ConsoleX2Channel.cpp +++ b/plugins/LinuxVST/src/ConsoleX2Channel/ConsoleX2Channel.cpp @@ -88,7 +88,7 @@ ConsoleX2Channel::ConsoleX2Channel(audioMasterCallback audioMaster) : for (int x = 0; x < 5; x++) {avg4L[x] = 0.0; post4L[x] = 0.0; avg4R[x] = 0.0; post4R[x] = 0.0;} for (int x = 0; x < 3; x++) {avg2L[x] = 0.0; post2L[x] = 0.0; avg2R[x] = 0.0; post2R[x] = 0.0;} avgPos = 0; - lastDarkL = 0.0; lastDarkL = 0.0; + lastDarkL = 0.0; lastDarkR = 0.0; //preTapeHack lFreqA = 1.0; lFreqB = 1.0; diff --git a/plugins/LinuxVST/src/ConsoleX2Pre/ConsoleX2Pre.cpp b/plugins/LinuxVST/src/ConsoleX2Pre/ConsoleX2Pre.cpp index be24fe98d..a3bb69b19 100755 --- a/plugins/LinuxVST/src/ConsoleX2Pre/ConsoleX2Pre.cpp +++ b/plugins/LinuxVST/src/ConsoleX2Pre/ConsoleX2Pre.cpp @@ -88,7 +88,7 @@ ConsoleX2Pre::ConsoleX2Pre(audioMasterCallback audioMaster) : for (int x = 0; x < 5; x++) {avg4L[x] = 0.0; post4L[x] = 0.0; avg4R[x] = 0.0; post4R[x] = 0.0;} for (int x = 0; x < 3; x++) {avg2L[x] = 0.0; post2L[x] = 0.0; avg2R[x] = 0.0; post2R[x] = 0.0;} avgPos = 0; - lastDarkL = 0.0; lastDarkL = 0.0; + lastDarkL = 0.0; lastDarkR = 0.0; //preTapeHack lFreqA = 1.0; lFreqB = 1.0; diff --git a/plugins/LinuxVST/src/TapeHack2/TapeHack2.cpp b/plugins/LinuxVST/src/TapeHack2/TapeHack2.cpp index 142d322db..87e0a4555 100755 --- a/plugins/LinuxVST/src/TapeHack2/TapeHack2.cpp +++ b/plugins/LinuxVST/src/TapeHack2/TapeHack2.cpp @@ -22,7 +22,7 @@ TapeHack2::TapeHack2(audioMasterCallback audioMaster) : for (int x = 0; x < 5; x++) {avg4L[x] = 0.0; post4L[x] = 0.0; avg4R[x] = 0.0; post4R[x] = 0.0;} for (int x = 0; x < 3; x++) {avg2L[x] = 0.0; post2L[x] = 0.0; avg2R[x] = 0.0; post2R[x] = 0.0;} avgPos = 0; - lastDarkL = 0.0; lastDarkL = 0.0; + lastDarkL = 0.0; lastDarkR = 0.0; //preTapeHack fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; diff --git a/plugins/LinuxVST/src/ToTape9/ToTape9.cpp b/plugins/LinuxVST/src/ToTape9/ToTape9.cpp index 2c43b03f7..81ea01e5c 100755 --- a/plugins/LinuxVST/src/ToTape9/ToTape9.cpp +++ b/plugins/LinuxVST/src/ToTape9/ToTape9.cpp @@ -53,7 +53,7 @@ ToTape9::ToTape9(audioMasterCallback audioMaster) : for (int x = 0; x < 5; x++) {avg4L[x] = 0.0; post4L[x] = 0.0; avg4R[x] = 0.0; post4R[x] = 0.0;} for (int x = 0; x < 3; x++) {avg2L[x] = 0.0; post2L[x] = 0.0; avg2R[x] = 0.0; post2R[x] = 0.0;} avgPos = 0; - lastDarkL = 0.0; lastDarkL = 0.0; + lastDarkL = 0.0; lastDarkR = 0.0; //preTapeHack lastSampleL = 0.0; diff --git a/plugins/MacAU/ConsoleHChannel/ConsoleHChannel.cpp b/plugins/MacAU/ConsoleHChannel/ConsoleHChannel.cpp index 7937a5e61..36f72cfce 100755 --- a/plugins/MacAU/ConsoleHChannel/ConsoleHChannel.cpp +++ b/plugins/MacAU/ConsoleHChannel/ConsoleHChannel.cpp @@ -443,7 +443,7 @@ ComponentResult ConsoleHChannel::Reset(AudioUnitScope inScope, AudioUnitElement for (int x = 0; x < 5; x++) {avg4L[x] = 0.0; post4L[x] = 0.0; avg4R[x] = 0.0; post4R[x] = 0.0;} for (int x = 0; x < 3; x++) {avg2L[x] = 0.0; post2L[x] = 0.0; avg2R[x] = 0.0; post2R[x] = 0.0;} avgPos = 0; - lastDarkL = 0.0; lastDarkL = 0.0; + lastDarkL = 0.0; lastDarkR = 0.0; //preTapeHack lFreqA = 1.0; lFreqB = 1.0; diff --git a/plugins/MacAU/ConsoleX2Channel/ConsoleX2Channel.cpp b/plugins/MacAU/ConsoleX2Channel/ConsoleX2Channel.cpp index b8f8b5a0b..ab5de66e6 100755 --- a/plugins/MacAU/ConsoleX2Channel/ConsoleX2Channel.cpp +++ b/plugins/MacAU/ConsoleX2Channel/ConsoleX2Channel.cpp @@ -370,7 +370,7 @@ ComponentResult ConsoleX2Channel::Reset(AudioUnitScope inScope, AudioUnitElemen for (int x = 0; x < 5; x++) {avg4L[x] = 0.0; post4L[x] = 0.0; avg4R[x] = 0.0; post4R[x] = 0.0;} for (int x = 0; x < 3; x++) {avg2L[x] = 0.0; post2L[x] = 0.0; avg2R[x] = 0.0; post2R[x] = 0.0;} avgPos = 0; - lastDarkL = 0.0; lastDarkL = 0.0; + lastDarkL = 0.0; lastDarkR = 0.0; //preTapeHack lFreqA = 1.0; lFreqB = 1.0; diff --git a/plugins/MacAU/ToTape9/ToTape9.cpp b/plugins/MacAU/ToTape9/ToTape9.cpp index b1dfc2353..ab7673f2d 100755 --- a/plugins/MacAU/ToTape9/ToTape9.cpp +++ b/plugins/MacAU/ToTape9/ToTape9.cpp @@ -270,7 +270,7 @@ ComponentResult ToTape9::Reset(AudioUnitScope inScope, AudioUnitElement inEleme for (int x = 0; x < 5; x++) {avg4L[x] = 0.0; post4L[x] = 0.0; avg4R[x] = 0.0; post4R[x] = 0.0;} for (int x = 0; x < 3; x++) {avg2L[x] = 0.0; post2L[x] = 0.0; avg2R[x] = 0.0; post2R[x] = 0.0;} avgPos = 0; - lastDarkL = 0.0; lastDarkL = 0.0; + lastDarkL = 0.0; lastDarkR = 0.0; //preTapeHack lastSampleL = 0.0; diff --git a/plugins/MacSignedAU/ConsoleHChannel/ConsoleHChannel.cpp b/plugins/MacSignedAU/ConsoleHChannel/ConsoleHChannel.cpp index 05ec25cd6..009e705bd 100755 --- a/plugins/MacSignedAU/ConsoleHChannel/ConsoleHChannel.cpp +++ b/plugins/MacSignedAU/ConsoleHChannel/ConsoleHChannel.cpp @@ -443,7 +443,7 @@ ComponentResult ConsoleHChannel::Reset(AudioUnitScope inScope, AudioUnitElement for (int x = 0; x < 5; x++) {avg4L[x] = 0.0; post4L[x] = 0.0; avg4R[x] = 0.0; post4R[x] = 0.0;} for (int x = 0; x < 3; x++) {avg2L[x] = 0.0; post2L[x] = 0.0; avg2R[x] = 0.0; post2R[x] = 0.0;} avgPos = 0; - lastDarkL = 0.0; lastDarkL = 0.0; + lastDarkL = 0.0; lastDarkR = 0.0; //preTapeHack lFreqA = 1.0; lFreqB = 1.0; diff --git a/plugins/MacSignedAU/ConsoleX2Channel/ConsoleX2Channel.cpp b/plugins/MacSignedAU/ConsoleX2Channel/ConsoleX2Channel.cpp index 8b0a45c81..970299242 100755 --- a/plugins/MacSignedAU/ConsoleX2Channel/ConsoleX2Channel.cpp +++ b/plugins/MacSignedAU/ConsoleX2Channel/ConsoleX2Channel.cpp @@ -370,7 +370,7 @@ ComponentResult ConsoleX2Channel::Reset(AudioUnitScope inScope, AudioUnitElemen for (int x = 0; x < 5; x++) {avg4L[x] = 0.0; post4L[x] = 0.0; avg4R[x] = 0.0; post4R[x] = 0.0;} for (int x = 0; x < 3; x++) {avg2L[x] = 0.0; post2L[x] = 0.0; avg2R[x] = 0.0; post2R[x] = 0.0;} avgPos = 0; - lastDarkL = 0.0; lastDarkL = 0.0; + lastDarkL = 0.0; lastDarkR = 0.0; //preTapeHack lFreqA = 1.0; lFreqB = 1.0; diff --git a/plugins/MacSignedAU/ToTape9/ToTape9.cpp b/plugins/MacSignedAU/ToTape9/ToTape9.cpp index bd407073c..49d3dba17 100755 --- a/plugins/MacSignedAU/ToTape9/ToTape9.cpp +++ b/plugins/MacSignedAU/ToTape9/ToTape9.cpp @@ -270,7 +270,7 @@ ComponentResult ToTape9::Reset(AudioUnitScope inScope, AudioUnitElement inEleme for (int x = 0; x < 5; x++) {avg4L[x] = 0.0; post4L[x] = 0.0; avg4R[x] = 0.0; post4R[x] = 0.0;} for (int x = 0; x < 3; x++) {avg2L[x] = 0.0; post2L[x] = 0.0; avg2R[x] = 0.0; post2R[x] = 0.0;} avgPos = 0; - lastDarkL = 0.0; lastDarkL = 0.0; + lastDarkL = 0.0; lastDarkR = 0.0; //preTapeHack lastSampleL = 0.0; diff --git a/plugins/MacSignedVST/ConsoleHChannel/source/ConsoleHChannel.cpp b/plugins/MacSignedVST/ConsoleHChannel/source/ConsoleHChannel.cpp index 95c566edc..73f43284a 100755 --- a/plugins/MacSignedVST/ConsoleHChannel/source/ConsoleHChannel.cpp +++ b/plugins/MacSignedVST/ConsoleHChannel/source/ConsoleHChannel.cpp @@ -99,7 +99,7 @@ ConsoleHChannel::ConsoleHChannel(audioMasterCallback audioMaster) : for (int x = 0; x < 5; x++) {avg4L[x] = 0.0; post4L[x] = 0.0; avg4R[x] = 0.0; post4R[x] = 0.0;} for (int x = 0; x < 3; x++) {avg2L[x] = 0.0; post2L[x] = 0.0; avg2R[x] = 0.0; post2R[x] = 0.0;} avgPos = 0; - lastDarkL = 0.0; lastDarkL = 0.0; + lastDarkL = 0.0; lastDarkR = 0.0; //preTapeHack lFreqA = 1.0; lFreqB = 1.0; diff --git a/plugins/MacSignedVST/ConsoleHPre/source/ConsoleHPre.cpp b/plugins/MacSignedVST/ConsoleHPre/source/ConsoleHPre.cpp index ae191e177..fede38ccd 100755 --- a/plugins/MacSignedVST/ConsoleHPre/source/ConsoleHPre.cpp +++ b/plugins/MacSignedVST/ConsoleHPre/source/ConsoleHPre.cpp @@ -99,7 +99,7 @@ AudioEffectX(audioMaster, kNumPrograms, kNumParameters) for (int x = 0; x < 5; x++) {avg4L[x] = 0.0; post4L[x] = 0.0; avg4R[x] = 0.0; post4R[x] = 0.0;} for (int x = 0; x < 3; x++) {avg2L[x] = 0.0; post2L[x] = 0.0; avg2R[x] = 0.0; post2R[x] = 0.0;} avgPos = 0; - lastDarkL = 0.0; lastDarkL = 0.0; + lastDarkL = 0.0; lastDarkR = 0.0; //preTapeHack lFreqA = 1.0; lFreqB = 1.0; diff --git a/plugins/MacSignedVST/ConsoleX2Channel/source/ConsoleX2Channel.cpp b/plugins/MacSignedVST/ConsoleX2Channel/source/ConsoleX2Channel.cpp index 9eb80b69d..283ee54cb 100755 --- a/plugins/MacSignedVST/ConsoleX2Channel/source/ConsoleX2Channel.cpp +++ b/plugins/MacSignedVST/ConsoleX2Channel/source/ConsoleX2Channel.cpp @@ -88,7 +88,7 @@ ConsoleX2Channel::ConsoleX2Channel(audioMasterCallback audioMaster) : for (int x = 0; x < 5; x++) {avg4L[x] = 0.0; post4L[x] = 0.0; avg4R[x] = 0.0; post4R[x] = 0.0;} for (int x = 0; x < 3; x++) {avg2L[x] = 0.0; post2L[x] = 0.0; avg2R[x] = 0.0; post2R[x] = 0.0;} avgPos = 0; - lastDarkL = 0.0; lastDarkL = 0.0; + lastDarkL = 0.0; lastDarkR = 0.0; //preTapeHack lFreqA = 1.0; lFreqB = 1.0; diff --git a/plugins/MacSignedVST/ConsoleX2Pre/source/ConsoleX2Pre.cpp b/plugins/MacSignedVST/ConsoleX2Pre/source/ConsoleX2Pre.cpp index be24fe98d..a3bb69b19 100755 --- a/plugins/MacSignedVST/ConsoleX2Pre/source/ConsoleX2Pre.cpp +++ b/plugins/MacSignedVST/ConsoleX2Pre/source/ConsoleX2Pre.cpp @@ -88,7 +88,7 @@ ConsoleX2Pre::ConsoleX2Pre(audioMasterCallback audioMaster) : for (int x = 0; x < 5; x++) {avg4L[x] = 0.0; post4L[x] = 0.0; avg4R[x] = 0.0; post4R[x] = 0.0;} for (int x = 0; x < 3; x++) {avg2L[x] = 0.0; post2L[x] = 0.0; avg2R[x] = 0.0; post2R[x] = 0.0;} avgPos = 0; - lastDarkL = 0.0; lastDarkL = 0.0; + lastDarkL = 0.0; lastDarkR = 0.0; //preTapeHack lFreqA = 1.0; lFreqB = 1.0; diff --git a/plugins/MacSignedVST/TapeHack2/source/TapeHack2.cpp b/plugins/MacSignedVST/TapeHack2/source/TapeHack2.cpp index 142d322db..87e0a4555 100755 --- a/plugins/MacSignedVST/TapeHack2/source/TapeHack2.cpp +++ b/plugins/MacSignedVST/TapeHack2/source/TapeHack2.cpp @@ -22,7 +22,7 @@ TapeHack2::TapeHack2(audioMasterCallback audioMaster) : for (int x = 0; x < 5; x++) {avg4L[x] = 0.0; post4L[x] = 0.0; avg4R[x] = 0.0; post4R[x] = 0.0;} for (int x = 0; x < 3; x++) {avg2L[x] = 0.0; post2L[x] = 0.0; avg2R[x] = 0.0; post2R[x] = 0.0;} avgPos = 0; - lastDarkL = 0.0; lastDarkL = 0.0; + lastDarkL = 0.0; lastDarkR = 0.0; //preTapeHack fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; diff --git a/plugins/MacSignedVST/ToTape9/source/ToTape9.cpp b/plugins/MacSignedVST/ToTape9/source/ToTape9.cpp index 2c43b03f7..81ea01e5c 100755 --- a/plugins/MacSignedVST/ToTape9/source/ToTape9.cpp +++ b/plugins/MacSignedVST/ToTape9/source/ToTape9.cpp @@ -53,7 +53,7 @@ ToTape9::ToTape9(audioMasterCallback audioMaster) : for (int x = 0; x < 5; x++) {avg4L[x] = 0.0; post4L[x] = 0.0; avg4R[x] = 0.0; post4R[x] = 0.0;} for (int x = 0; x < 3; x++) {avg2L[x] = 0.0; post2L[x] = 0.0; avg2R[x] = 0.0; post2R[x] = 0.0;} avgPos = 0; - lastDarkL = 0.0; lastDarkL = 0.0; + lastDarkL = 0.0; lastDarkR = 0.0; //preTapeHack lastSampleL = 0.0; diff --git a/plugins/MacVST/ConsoleHChannel/source/ConsoleHChannel.cpp b/plugins/MacVST/ConsoleHChannel/source/ConsoleHChannel.cpp index 95c566edc..73f43284a 100755 --- a/plugins/MacVST/ConsoleHChannel/source/ConsoleHChannel.cpp +++ b/plugins/MacVST/ConsoleHChannel/source/ConsoleHChannel.cpp @@ -99,7 +99,7 @@ ConsoleHChannel::ConsoleHChannel(audioMasterCallback audioMaster) : for (int x = 0; x < 5; x++) {avg4L[x] = 0.0; post4L[x] = 0.0; avg4R[x] = 0.0; post4R[x] = 0.0;} for (int x = 0; x < 3; x++) {avg2L[x] = 0.0; post2L[x] = 0.0; avg2R[x] = 0.0; post2R[x] = 0.0;} avgPos = 0; - lastDarkL = 0.0; lastDarkL = 0.0; + lastDarkL = 0.0; lastDarkR = 0.0; //preTapeHack lFreqA = 1.0; lFreqB = 1.0; diff --git a/plugins/MacVST/ConsoleHPre/source/ConsoleHPre.cpp b/plugins/MacVST/ConsoleHPre/source/ConsoleHPre.cpp index ae191e177..fede38ccd 100755 --- a/plugins/MacVST/ConsoleHPre/source/ConsoleHPre.cpp +++ b/plugins/MacVST/ConsoleHPre/source/ConsoleHPre.cpp @@ -99,7 +99,7 @@ AudioEffectX(audioMaster, kNumPrograms, kNumParameters) for (int x = 0; x < 5; x++) {avg4L[x] = 0.0; post4L[x] = 0.0; avg4R[x] = 0.0; post4R[x] = 0.0;} for (int x = 0; x < 3; x++) {avg2L[x] = 0.0; post2L[x] = 0.0; avg2R[x] = 0.0; post2R[x] = 0.0;} avgPos = 0; - lastDarkL = 0.0; lastDarkL = 0.0; + lastDarkL = 0.0; lastDarkR = 0.0; //preTapeHack lFreqA = 1.0; lFreqB = 1.0; diff --git a/plugins/MacVST/ConsoleX2Channel/source/ConsoleX2Channel.cpp b/plugins/MacVST/ConsoleX2Channel/source/ConsoleX2Channel.cpp index 9eb80b69d..283ee54cb 100755 --- a/plugins/MacVST/ConsoleX2Channel/source/ConsoleX2Channel.cpp +++ b/plugins/MacVST/ConsoleX2Channel/source/ConsoleX2Channel.cpp @@ -88,7 +88,7 @@ ConsoleX2Channel::ConsoleX2Channel(audioMasterCallback audioMaster) : for (int x = 0; x < 5; x++) {avg4L[x] = 0.0; post4L[x] = 0.0; avg4R[x] = 0.0; post4R[x] = 0.0;} for (int x = 0; x < 3; x++) {avg2L[x] = 0.0; post2L[x] = 0.0; avg2R[x] = 0.0; post2R[x] = 0.0;} avgPos = 0; - lastDarkL = 0.0; lastDarkL = 0.0; + lastDarkL = 0.0; lastDarkR = 0.0; //preTapeHack lFreqA = 1.0; lFreqB = 1.0; diff --git a/plugins/MacVST/ConsoleX2Pre/source/ConsoleX2Pre.cpp b/plugins/MacVST/ConsoleX2Pre/source/ConsoleX2Pre.cpp index be24fe98d..a3bb69b19 100755 --- a/plugins/MacVST/ConsoleX2Pre/source/ConsoleX2Pre.cpp +++ b/plugins/MacVST/ConsoleX2Pre/source/ConsoleX2Pre.cpp @@ -88,7 +88,7 @@ ConsoleX2Pre::ConsoleX2Pre(audioMasterCallback audioMaster) : for (int x = 0; x < 5; x++) {avg4L[x] = 0.0; post4L[x] = 0.0; avg4R[x] = 0.0; post4R[x] = 0.0;} for (int x = 0; x < 3; x++) {avg2L[x] = 0.0; post2L[x] = 0.0; avg2R[x] = 0.0; post2R[x] = 0.0;} avgPos = 0; - lastDarkL = 0.0; lastDarkL = 0.0; + lastDarkL = 0.0; lastDarkR = 0.0; //preTapeHack lFreqA = 1.0; lFreqB = 1.0; diff --git a/plugins/MacVST/TapeHack2/source/TapeHack2.cpp b/plugins/MacVST/TapeHack2/source/TapeHack2.cpp index 142d322db..87e0a4555 100755 --- a/plugins/MacVST/TapeHack2/source/TapeHack2.cpp +++ b/plugins/MacVST/TapeHack2/source/TapeHack2.cpp @@ -22,7 +22,7 @@ TapeHack2::TapeHack2(audioMasterCallback audioMaster) : for (int x = 0; x < 5; x++) {avg4L[x] = 0.0; post4L[x] = 0.0; avg4R[x] = 0.0; post4R[x] = 0.0;} for (int x = 0; x < 3; x++) {avg2L[x] = 0.0; post2L[x] = 0.0; avg2R[x] = 0.0; post2R[x] = 0.0;} avgPos = 0; - lastDarkL = 0.0; lastDarkL = 0.0; + lastDarkL = 0.0; lastDarkR = 0.0; //preTapeHack fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; diff --git a/plugins/MacVST/ToTape9/source/ToTape9.cpp b/plugins/MacVST/ToTape9/source/ToTape9.cpp index 2c43b03f7..81ea01e5c 100755 --- a/plugins/MacVST/ToTape9/source/ToTape9.cpp +++ b/plugins/MacVST/ToTape9/source/ToTape9.cpp @@ -53,7 +53,7 @@ ToTape9::ToTape9(audioMasterCallback audioMaster) : for (int x = 0; x < 5; x++) {avg4L[x] = 0.0; post4L[x] = 0.0; avg4R[x] = 0.0; post4R[x] = 0.0;} for (int x = 0; x < 3; x++) {avg2L[x] = 0.0; post2L[x] = 0.0; avg2R[x] = 0.0; post2R[x] = 0.0;} avgPos = 0; - lastDarkL = 0.0; lastDarkL = 0.0; + lastDarkL = 0.0; lastDarkR = 0.0; //preTapeHack lastSampleL = 0.0; diff --git a/plugins/WinVST/ConsoleHChannel/ConsoleHChannel.cpp b/plugins/WinVST/ConsoleHChannel/ConsoleHChannel.cpp index 95c566edc..73f43284a 100755 --- a/plugins/WinVST/ConsoleHChannel/ConsoleHChannel.cpp +++ b/plugins/WinVST/ConsoleHChannel/ConsoleHChannel.cpp @@ -99,7 +99,7 @@ ConsoleHChannel::ConsoleHChannel(audioMasterCallback audioMaster) : for (int x = 0; x < 5; x++) {avg4L[x] = 0.0; post4L[x] = 0.0; avg4R[x] = 0.0; post4R[x] = 0.0;} for (int x = 0; x < 3; x++) {avg2L[x] = 0.0; post2L[x] = 0.0; avg2R[x] = 0.0; post2R[x] = 0.0;} avgPos = 0; - lastDarkL = 0.0; lastDarkL = 0.0; + lastDarkL = 0.0; lastDarkR = 0.0; //preTapeHack lFreqA = 1.0; lFreqB = 1.0; diff --git a/plugins/WinVST/ConsoleHPre/ConsoleHPre.cpp b/plugins/WinVST/ConsoleHPre/ConsoleHPre.cpp index ae191e177..fede38ccd 100755 --- a/plugins/WinVST/ConsoleHPre/ConsoleHPre.cpp +++ b/plugins/WinVST/ConsoleHPre/ConsoleHPre.cpp @@ -99,7 +99,7 @@ AudioEffectX(audioMaster, kNumPrograms, kNumParameters) for (int x = 0; x < 5; x++) {avg4L[x] = 0.0; post4L[x] = 0.0; avg4R[x] = 0.0; post4R[x] = 0.0;} for (int x = 0; x < 3; x++) {avg2L[x] = 0.0; post2L[x] = 0.0; avg2R[x] = 0.0; post2R[x] = 0.0;} avgPos = 0; - lastDarkL = 0.0; lastDarkL = 0.0; + lastDarkL = 0.0; lastDarkR = 0.0; //preTapeHack lFreqA = 1.0; lFreqB = 1.0; diff --git a/plugins/WinVST/ConsoleX2Channel/ConsoleX2Channel.cpp b/plugins/WinVST/ConsoleX2Channel/ConsoleX2Channel.cpp index 9eb80b69d..283ee54cb 100755 --- a/plugins/WinVST/ConsoleX2Channel/ConsoleX2Channel.cpp +++ b/plugins/WinVST/ConsoleX2Channel/ConsoleX2Channel.cpp @@ -88,7 +88,7 @@ ConsoleX2Channel::ConsoleX2Channel(audioMasterCallback audioMaster) : for (int x = 0; x < 5; x++) {avg4L[x] = 0.0; post4L[x] = 0.0; avg4R[x] = 0.0; post4R[x] = 0.0;} for (int x = 0; x < 3; x++) {avg2L[x] = 0.0; post2L[x] = 0.0; avg2R[x] = 0.0; post2R[x] = 0.0;} avgPos = 0; - lastDarkL = 0.0; lastDarkL = 0.0; + lastDarkL = 0.0; lastDarkR = 0.0; //preTapeHack lFreqA = 1.0; lFreqB = 1.0; diff --git a/plugins/WinVST/ConsoleX2Pre/ConsoleX2Pre.cpp b/plugins/WinVST/ConsoleX2Pre/ConsoleX2Pre.cpp index be24fe98d..a3bb69b19 100755 --- a/plugins/WinVST/ConsoleX2Pre/ConsoleX2Pre.cpp +++ b/plugins/WinVST/ConsoleX2Pre/ConsoleX2Pre.cpp @@ -88,7 +88,7 @@ ConsoleX2Pre::ConsoleX2Pre(audioMasterCallback audioMaster) : for (int x = 0; x < 5; x++) {avg4L[x] = 0.0; post4L[x] = 0.0; avg4R[x] = 0.0; post4R[x] = 0.0;} for (int x = 0; x < 3; x++) {avg2L[x] = 0.0; post2L[x] = 0.0; avg2R[x] = 0.0; post2R[x] = 0.0;} avgPos = 0; - lastDarkL = 0.0; lastDarkL = 0.0; + lastDarkL = 0.0; lastDarkR = 0.0; //preTapeHack lFreqA = 1.0; lFreqB = 1.0; diff --git a/plugins/WinVST/TapeHack2/TapeHack2.cpp b/plugins/WinVST/TapeHack2/TapeHack2.cpp index 142d322db..87e0a4555 100755 --- a/plugins/WinVST/TapeHack2/TapeHack2.cpp +++ b/plugins/WinVST/TapeHack2/TapeHack2.cpp @@ -22,7 +22,7 @@ TapeHack2::TapeHack2(audioMasterCallback audioMaster) : for (int x = 0; x < 5; x++) {avg4L[x] = 0.0; post4L[x] = 0.0; avg4R[x] = 0.0; post4R[x] = 0.0;} for (int x = 0; x < 3; x++) {avg2L[x] = 0.0; post2L[x] = 0.0; avg2R[x] = 0.0; post2R[x] = 0.0;} avgPos = 0; - lastDarkL = 0.0; lastDarkL = 0.0; + lastDarkL = 0.0; lastDarkR = 0.0; //preTapeHack fpdL = 1.0; while (fpdL < 16386) fpdL = rand()*UINT32_MAX; diff --git a/plugins/WinVST/ToTape9/ToTape9.cpp b/plugins/WinVST/ToTape9/ToTape9.cpp index 2c43b03f7..81ea01e5c 100755 --- a/plugins/WinVST/ToTape9/ToTape9.cpp +++ b/plugins/WinVST/ToTape9/ToTape9.cpp @@ -53,7 +53,7 @@ ToTape9::ToTape9(audioMasterCallback audioMaster) : for (int x = 0; x < 5; x++) {avg4L[x] = 0.0; post4L[x] = 0.0; avg4R[x] = 0.0; post4R[x] = 0.0;} for (int x = 0; x < 3; x++) {avg2L[x] = 0.0; post2L[x] = 0.0; avg2R[x] = 0.0; post2R[x] = 0.0;} avgPos = 0; - lastDarkL = 0.0; lastDarkL = 0.0; + lastDarkL = 0.0; lastDarkR = 0.0; //preTapeHack lastSampleL = 0.0;