timowest / flute-lv2

Waveguide based physical flute model
GNU General Public License v2.0
30 stars 5 forks source link

jetRatio #2

Open giuliomoro opened 5 years ago

giuliomoro commented 5 years ago

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?