-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding the GenericDefaultNameCapability and its implementation
Fixing a conceptual bug in the DefaultNameCapability - it needs to run on a given name (also stored in the database), not on the internal name of the patch. Needs a parameter, it needs.
- Loading branch information
1 parent
3fa8c10
commit 1a5ee0f
Showing
11 changed files
with
100 additions
and
31 deletions.
There are no files selected for viewing
Submodule MidiKraft-base
updated
2 files
+5 −1 | include/StoredPatchNameCapability.h | |
+14 −3 | src/Synth.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
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
Submodule MidiKraft-oberheim-matrix1000
updated
2 files
+2 −2 | Matrix1000Patch.cpp | |
+7 −3 | Matrix1000Patch.h |