-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mono Note in addition to Poly Voice mode (#1444)
Initrocuce mono note mode With layerd groups and stuff And initial support for priority in the menu Legato and cleanup still to do, but mergable Mono - checkpoint one. Test at a keyboard mono done
- Loading branch information
Showing
11 changed files
with
250 additions
and
19 deletions.
There are no files selected for viewing
Submodule sst-voicemanager
updated
10 files
+64 −13 | include/sst/voicemanager/voicemanager.h | |
+3 −1 | include/sst/voicemanager/voicemanager_constraints.h | |
+440 −51 | include/sst/voicemanager/voicemanager_impl.h | |
+585 −2 | tests/mono_playback.cpp | |
+2 −2 | tests/mpe_tests.cpp | |
+4 −4 | tests/piano_mode.cpp | |
+1 −1 | tests/routing_params.cpp | |
+10 −4 | tests/stealing_groups.cpp | |
+7 −4 | tests/stealing_priorities.cpp | |
+156 −57 | tests/test_player.h |
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
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
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
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
Oops, something went wrong.