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.
Greatly improve unmapped note handling in Surge
1. Unmapped notes with native tunings now don't sound as opposed to sounding a constant frequency 2. Pitch bends across unmapped notes now do something reasonable This brings our native mode in line with oddsound-mts for skipped note handling Address surge-synthesizer#4046
- Loading branch information
Showing
3 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
Submodule tuning-library
updated
7 files
+21 −0 | .clang-format | |
+2 −0 | .gitignore | |
+212 −208 | include/Tunings.h | |
+578 −495 | include/TuningsImpl.h | |
+641 −491 | tests/alltests.cpp | |
+4 −3 | tests/symbolcheck1.cpp | |
+7 −6 | tests/symbolcheck2.cpp |
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