You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's the correct input range for SetCutoff? It seems to be different across the various sub-classes of LadderFilterBase. For example, I tried passing values between 0..20000 to ImprovedMoog::SetCutoff, and it only works for the "middle range", whereas it outputs noise and loud clicks for very high and low frequencies.
What am I supposed to pass to ImprovedMoog::SetCutoff?
The text was updated successfully, but these errors were encountered:
They all should be a cutoff frequency in hz. ImprovedMoog has a suspicious-looking filter response in the existing implementation, but it is also matches the algorithm mentioned in the paper. A trivial multiplication by 2 in computing the c value in SetCutoff will correct the low/high clicks and noise, but I still need to look why ImprovedMoog's response graph is so different from the others.
What's the correct input range for
SetCutoff
? It seems to be different across the various sub-classes ofLadderFilterBase
. For example, I tried passing values between 0..20000 toImprovedMoog::SetCutoff
, and it only works for the "middle range", whereas it outputs noise and loud clicks for very high and low frequencies.What am I supposed to pass to
ImprovedMoog::SetCutoff
?The text was updated successfully, but these errors were encountered: