-
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.
Starting to build a 1.11.0 without the DataFileLoadCapability.
- Loading branch information
1 parent
b2196f6
commit 85a75f7
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule MidiKraft-database
updated
6 files
+0 −2 | CMakeLists.txt | |
+0 −30 | JsonSchema.cpp | |
+0 −33 | JsonSchema.h | |
+0 −125 | JsonSerialization.cpp | |
+0 −27 | JsonSerialization.h | |
+1 −1 | PatchDatabase.cpp |
Submodule MidiKraft-librarian
updated
11 files
+2 −0 | CMakeLists.txt | |
+30 −0 | JsonSchema.cpp | |
+33 −0 | JsonSchema.h | |
+125 −0 | JsonSerialization.cpp | |
+27 −0 | JsonSerialization.h | |
+17 −0 | Librarian.cpp | |
+2 −0 | Librarian.h | |
+3 −3 | PatchHolder.cpp | |
+1 −2 | PatchHolder.h | |
+208 −30 | PatchInterchangeFormat.cpp | |
+1 −0 | PatchInterchangeFormat.h |