Skip to content

Commit

Permalink
Updated library submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
redtide committed Aug 27, 2023
1 parent d527fe9 commit b9d8c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library
Submodule library updated 46 files
+61 −118 .github/workflows/build.yml
+1 −0 .gitignore
+3 −0 .gitmodules
+37 −2 CHANGELOG.md
+1 −1 CMakeLists.txt
+3 −3 cmake/BuildType.cmake
+19 −10 cmake/SfizzConfig.cmake
+1 −1 cmake/SfizzDeps.cmake
+1 −1 cmake/SfizzSIMDSourceFiles.cmake
+39 −0 common.mk
+3 −0 external/st_audiofile/CMakeLists.txt
+101 −0 external/st_audiofile/src/st_audiofile.c
+1 −0 external/st_audiofile/src/st_audiofile.h
+4 −4 external/st_audiofile/src/st_audiofile.hpp
+3 −0 external/st_audiofile/src/st_audiofile_common.c
+1 −0 external/st_audiofile/src/st_audiofile_libs.h
+1 −0 external/st_audiofile/thirdparty/wavpack
+0 −6 scripts/x64-linux-hidden.cmake
+5 −9 src/CMakeLists.txt
+0 −15 src/Config.h.in
+0 −15 src/sfizz/Config.h
+1 −1 src/sfizz/Defaults.cpp
+1 −1 src/sfizz/FilePool.cpp
+2 −2 src/sfizz/FlexEGDescription.cpp
+2 −2 src/sfizz/MidiState.cpp
+24 −20 src/sfizz/Region.cpp
+72 −0 src/sfizz/SfzHelpers.h
+28 −0 src/sfizz/SynthMessaging.cpp
+5 −1 src/sfizz/Voice.cpp
+2 −2 src/sfizz/effects/Lofi.cpp
+1 −1 src/sfizz/import/foreign_instruments/AudioFile.cpp
+2 −2 src/sfizz/modulations/sources/Controller.cpp
+192 −0 tests/AudioFilesT.cpp
+3 −1 tests/CMakeLists.txt
+1 −14 tests/EventEnvelopesT.cpp
+26 −39 tests/FilesT.cpp
+3 −3 tests/FlexEGT.cpp
+2 −0 tests/MessagingT.cpp
+37 −0 tests/RegionValuesT.cpp
+6 −35 tests/SIMDHelpersT.cpp
+40 −0 tests/SfzHelpersT.cpp
+5 −19 tests/SmoothersT.cpp
+ tests/TestFiles/kick.flac
+ tests/TestFiles/kick.wv
+2,108 −0 tests/TestFiles/newdrums_flat.sfz
+44 −6 tests/TestHelpers.h

0 comments on commit b9d8c36

Please sign in to comment.