We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the exp and divide is killing us.
here's an analytic trick we can use in the 0..1 range to make it a linear and a 2^x, and we have a good fast 2^x lut
The text was updated successfully, but these errors were encountered:
The answer is to make a LUT in log2(1/f) which is basically a line and then go from there.
Sorry, something went wrong.
AHDSR Optimizations
bab128a
Underlying optimizations; but also not computing the curve except for AEG since we don't actually use the curves. Closes surge-synthesizer#1327
44214ef
Successfully merging a pull request may close this issue.
the exp and divide is killing us.
here's an analytic trick we can use in the 0..1 range to make it a linear and a 2^x, and we have a good fast 2^x lut
The text was updated successfully, but these errors were encountered: