diff --git a/plugins/LinuxVST/src/kCathedral/kCathedral.cpp b/plugins/LinuxVST/src/kCathedral/kCathedral.cpp index 1965dd97b..586e41f53 100755 --- a/plugins/LinuxVST/src/kCathedral/kCathedral.cpp +++ b/plugins/LinuxVST/src/kCathedral/kCathedral.cpp @@ -159,6 +159,7 @@ kCathedral::kCathedral(audioMasterCallback audioMaster) : countYR = 1; countZ = 1; + countVLF = 1; cycle = 0; diff --git a/plugins/LinuxVST/src/kCathedral2/kCathedral2.cpp b/plugins/LinuxVST/src/kCathedral2/kCathedral2.cpp index f94cd2e51..89c942561 100755 --- a/plugins/LinuxVST/src/kCathedral2/kCathedral2.cpp +++ b/plugins/LinuxVST/src/kCathedral2/kCathedral2.cpp @@ -165,6 +165,7 @@ kCathedral2::kCathedral2(audioMasterCallback audioMaster) : countYR = 1; countZ = 1; + countVLF = 1; cycle = 0; diff --git a/plugins/MacAU/kCathedral/kCathedral.cpp b/plugins/MacAU/kCathedral/kCathedral.cpp index 20505e213..eecc93235 100755 --- a/plugins/MacAU/kCathedral/kCathedral.cpp +++ b/plugins/MacAU/kCathedral/kCathedral.cpp @@ -318,6 +318,7 @@ ComponentResult kCathedral::Reset(AudioUnitScope inScope, AudioUnitElement inEl countYR = 1; countZ = 1; + countVLF = 1; cycle = 0; diff --git a/plugins/MacAU/kCathedral2/kCathedral2.cpp b/plugins/MacAU/kCathedral2/kCathedral2.cpp index 75de3dacf..869f2d08d 100755 --- a/plugins/MacAU/kCathedral2/kCathedral2.cpp +++ b/plugins/MacAU/kCathedral2/kCathedral2.cpp @@ -324,6 +324,7 @@ ComponentResult kCathedral2::Reset(AudioUnitScope inScope, AudioUnitElement inE countYR = 1; countZ = 1; + countVLF = 1; cycle = 0; diff --git a/plugins/MacSignedAU/kCathedral/kCathedral.cpp b/plugins/MacSignedAU/kCathedral/kCathedral.cpp index f93500a06..2a1dd3480 100755 --- a/plugins/MacSignedAU/kCathedral/kCathedral.cpp +++ b/plugins/MacSignedAU/kCathedral/kCathedral.cpp @@ -318,6 +318,7 @@ ComponentResult kCathedral::Reset(AudioUnitScope inScope, AudioUnitElement inEl countYR = 1; countZ = 1; + countVLF = 1; cycle = 0; diff --git a/plugins/MacSignedAU/kCathedral2/kCathedral2.cpp b/plugins/MacSignedAU/kCathedral2/kCathedral2.cpp index e26cf9e09..236211ec0 100755 --- a/plugins/MacSignedAU/kCathedral2/kCathedral2.cpp +++ b/plugins/MacSignedAU/kCathedral2/kCathedral2.cpp @@ -324,6 +324,7 @@ ComponentResult kCathedral2::Reset(AudioUnitScope inScope, AudioUnitElement inE countYR = 1; countZ = 1; + countVLF = 1; cycle = 0; diff --git a/plugins/MacSignedVST/kCathedral/source/kCathedral.cpp b/plugins/MacSignedVST/kCathedral/source/kCathedral.cpp index 1965dd97b..586e41f53 100755 --- a/plugins/MacSignedVST/kCathedral/source/kCathedral.cpp +++ b/plugins/MacSignedVST/kCathedral/source/kCathedral.cpp @@ -159,6 +159,7 @@ kCathedral::kCathedral(audioMasterCallback audioMaster) : countYR = 1; countZ = 1; + countVLF = 1; cycle = 0; diff --git a/plugins/MacSignedVST/kCathedral2/source/kCathedral2.cpp b/plugins/MacSignedVST/kCathedral2/source/kCathedral2.cpp index f94cd2e51..89c942561 100755 --- a/plugins/MacSignedVST/kCathedral2/source/kCathedral2.cpp +++ b/plugins/MacSignedVST/kCathedral2/source/kCathedral2.cpp @@ -165,6 +165,7 @@ kCathedral2::kCathedral2(audioMasterCallback audioMaster) : countYR = 1; countZ = 1; + countVLF = 1; cycle = 0; diff --git a/plugins/MacVST/kCathedral/source/kCathedral.cpp b/plugins/MacVST/kCathedral/source/kCathedral.cpp index 1965dd97b..586e41f53 100755 --- a/plugins/MacVST/kCathedral/source/kCathedral.cpp +++ b/plugins/MacVST/kCathedral/source/kCathedral.cpp @@ -159,6 +159,7 @@ kCathedral::kCathedral(audioMasterCallback audioMaster) : countYR = 1; countZ = 1; + countVLF = 1; cycle = 0; diff --git a/plugins/MacVST/kCathedral2/source/kCathedral2.cpp b/plugins/MacVST/kCathedral2/source/kCathedral2.cpp index f94cd2e51..89c942561 100755 --- a/plugins/MacVST/kCathedral2/source/kCathedral2.cpp +++ b/plugins/MacVST/kCathedral2/source/kCathedral2.cpp @@ -165,6 +165,7 @@ kCathedral2::kCathedral2(audioMasterCallback audioMaster) : countYR = 1; countZ = 1; + countVLF = 1; cycle = 0; diff --git a/plugins/WinVST/kCathedral/kCathedral.cpp b/plugins/WinVST/kCathedral/kCathedral.cpp index 1965dd97b..586e41f53 100755 --- a/plugins/WinVST/kCathedral/kCathedral.cpp +++ b/plugins/WinVST/kCathedral/kCathedral.cpp @@ -159,6 +159,7 @@ kCathedral::kCathedral(audioMasterCallback audioMaster) : countYR = 1; countZ = 1; + countVLF = 1; cycle = 0; diff --git a/plugins/WinVST/kCathedral2/kCathedral2.cpp b/plugins/WinVST/kCathedral2/kCathedral2.cpp index f94cd2e51..89c942561 100755 --- a/plugins/WinVST/kCathedral2/kCathedral2.cpp +++ b/plugins/WinVST/kCathedral2/kCathedral2.cpp @@ -165,6 +165,7 @@ kCathedral2::kCathedral2(audioMasterCallback audioMaster) : countYR = 1; countZ = 1; + countVLF = 1; cycle = 0;