forked from surge-synthesizer/surge
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ADSR analog mode had two bugs 1. It misused _mm_and_ps so was incorrectly rounding decay time 2. It didn't allow for swells in sustain once the sustain stage was underway This fixes both those problems. In some cases the fix to surge-synthesizer#1 will change the sound of patches by making the decay time slower (but more correct). Closes surge-synthesizer#1439 Closes surge-synthesizer#825
- Loading branch information
Showing
2 changed files
with
207 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters