-
Notifications
You must be signed in to change notification settings - Fork 404
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
Set Init-Highpass setting to "zero" instead of 50hz #414
Labels
Feature Request
New feature request
Comments
SurgePatch.cpp has a method called init patch or some such which sets the in memory default init patch. |
starting at line 539 there's a hmm.. unless if |
esaruoho
added a commit
that referenced
this issue
Jan 30, 2019
Fixes #414 This changes the Generic HighPass Filter (that is applied whether F1 or F2 are on or off) from 50Hz to minimum, which is 6.875Hz.
baconpaul
pushed a commit
to baconpaul/surge
that referenced
this issue
Jul 10, 2019
Fixes surge-synthesizer#414 This changes the Generic HighPass Filter (that is applied whether F1 or F2 are on or off) from 50Hz to minimum, which is 6.875Hz. Former-commit-id: 9da8efdc2991a5c88892623612c2712668f7df97 [formerly 3f1726d] Former-commit-id: 1418e83d6c3a4f50dd5eb6ef8c7491dcb53c5328 Former-commit-id: 71eb0adb65ca401c5413f1a5dade6a3af565727e
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the Highpass setting in Surge is 50Hz.
Proposal: Set the Highpass to minimum the slider will go (which is something like 6Hz).
The parameter in question is here:
The text was updated successfully, but these errors were encountered: