-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule library
updated
32 files
+14 −0 | CMakeLists.txt | |
+3 −5 | README.md | |
+2 −1 | cmake/GitBuildID.cmake | |
+13 −0 | cmake/GitSubmoduleCheck.cmake | |
+9 −7 | external/st_audiofile/src/st_audiofile.c | |
+1 −1 | external/st_audiofile/thirdparty/wavpack | |
+420 −221 | scripts/doxygen/Doxyfile.in | |
+16 −14 | src/sfizz/ADSREnvelope.cpp | |
+4 −2 | src/sfizz/ADSREnvelope.h | |
+3 −0 | src/sfizz/Defaults.cpp | |
+3 −0 | src/sfizz/Defaults.h | |
+32 −22 | src/sfizz/EGDescription.h | |
+11 −8 | src/sfizz/FilePool.cpp | |
+7 −2 | src/sfizz/Layer.cpp | |
+2 −1 | src/sfizz/Layer.h | |
+6 −0 | src/sfizz/MidiState.h | |
+1 −0 | src/sfizz/PolyphonyGroup.cpp | |
+6 −0 | src/sfizz/PolyphonyGroup.h | |
+63 −28 | src/sfizz/Region.cpp | |
+2 −0 | src/sfizz/Region.h | |
+18 −16 | src/sfizz/Synth.cpp | |
+269 −14 | src/sfizz/SynthMessaging.cpp | |
+5 −3 | src/sfizz/SynthPrivate.h | |
+1 −2 | src/sfizz/Tuning.cpp | |
+25 −12 | src/sfizz/Voice.cpp | |
+7 −0 | src/sfizz/Voice.h | |
+10 −0 | src/sfizz/VoiceManager.cpp | |
+10 −0 | src/sfizz/VoiceManager.h | |
+95 −88 | tests/EGDescriptionT.cpp | |
+69 −0 | tests/PolyphonyT.cpp | |
+144 −0 | tests/RegionTriggersT.cpp | |
+354 −1 | tests/RegionValuesT.cpp |