-
Notifications
You must be signed in to change notification settings - Fork 5
jetRatio #2
Copy link
Copy link
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels