-
-
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
17 files
+126 −92 | .github/workflows/build.yml | |
+2 −4 | CMakeLists.txt | |
+34 −21 | benchmarks/BM_flacfile.cpp | |
+6 −5 | benchmarks/BM_readChunk.cpp | |
+6 −5 | benchmarks/BM_readChunkFlac.cpp | |
+6 −4 | benchmarks/BM_resample.cpp | |
+35 −21 | benchmarks/BM_wavfile.cpp | |
+21 −9 | benchmarks/CMakeLists.txt | |
+31 −9 | clients/CMakeLists.txt | |
+9 −5 | cmake/SfizzConfig.cmake | |
+6 −10 | cmake/SfizzDeps.cmake | |
+29 −10 | demos/CMakeLists.txt | |
+2 −2 | demos/FileWavetable.cpp | |
+1 −0 | demos/PlotLFO.cpp | |
+1 −1 | external/abseil-cpp | |
+12 −4 | src/CMakeLists.txt | |
+5 −5 | tests/FilesT.cpp |