This commit is contained in:
Gordon JC Pearce 2025-12-21 21:09:27 +00:00
parent 23d99e92f2
commit 19e9125221
1 changed files with 0 additions and 2 deletions

View File

@ -66,8 +66,6 @@ void Chorus::run(const float* input, float** outputs, uint32_t frames) {
float lfoMod, dly1, frac; float lfoMod, dly1, frac;
uint16_t tap, delay; uint16_t tap, delay;
fastOmega = sampleRate*4;
for (uint32_t i = 0; i < frames; i++) { for (uint32_t i = 0; i < frames; i++) {
// run a step of LFO // run a step of LFO
fastPhase += fastOmega; fastPhase += fastOmega;