-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable setting filter frequency in hertz and notes #88
Comments
The final cutoff frequency used in synths for a given sample is determined by the cutoff value, the note being played, the envelope of the synth, and the |
Here's the relevant code for the |
oh wait, are you talking about in standalone filters? hmmm. that could make more sense. I guess the problem then becomes you get different syntax for the standalone filters vs the instrument filters. |
Yes - I was thinking of standalone filters. For synths I agree that something normalized makes sense as it will probably track VCO frequency. |
Normalizing the filter frequency to (0, 1) doesn't make sense for choosing appropriate filter settings. . .
The text was updated successfully, but these errors were encountered: