flute-lv2 icon indicating copy to clipboard operation
flute-lv2 copied to clipboard

jetRatio

Open giuliomoro opened this issue 6 years ago • 0 comments

Hi there, am I wrong or the current use of jetRatio is wrong?

This line https://github.com/timowest/flute-lv2/blob/master/faust/flutelib.dsp#L59 is

jetDelay = fdelay(4096, SR / freq * jetRatio);

should it not be

jetDelay = fdelay(4096, SR / freq / jetRatio);

instead?

giuliomoro avatar Jan 09 '19 22:01 giuliomoro