diff --git a/plugin/chorus.cpp b/plugin/chorus.cpp index f1455dc..1c7bb36 100644 --- a/plugin/chorus.cpp +++ b/plugin/chorus.cpp @@ -66,8 +66,6 @@ void Chorus::run(const float* input, float** outputs, uint32_t frames) { float lfoMod, dly1, frac; uint16_t tap, delay; - fastOmega = sampleRate*4; - for (uint32_t i = 0; i < frames; i++) { // run a step of LFO fastPhase += fastOmega;