Skip to content
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

Fix a Sus=0 special case with quadratic ditigal decay #1511

Merged

Conversation

baconpaul
Copy link
Collaborator

In a special case of the digital envelope decay type 1
and sustain exactly 0, you would oscillate away from zero rather than getting
there. There's a math reason for this but it is undesirable so
fix this special case with a limit if.

Closes #1509

In a special case of the digital envelope decay type 1
and sustain exactly 0, you would oscillate away from zero rather than getting
there. There's a math reason for this but it is undesirable so
fix this special case with a limit if.

Closes surge-synthesizer#1509
@baconpaul baconpaul force-pushed the sus-zero-quad-adsr-1509 branch from 2318df9 to 3431116 Compare January 25, 2020 18:12
@baconpaul baconpaul merged commit 6b0dbb3 into surge-synthesizer:master Jan 25, 2020
@baconpaul baconpaul deleted the sus-zero-quad-adsr-1509 branch February 3, 2020 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Noise when certain AMP envelope shape used and sustain=0 and note held
1 participant