oops
This commit is contained in:
parent
23d99e92f2
commit
19e9125221
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue