-
Notifications
You must be signed in to change notification settings - Fork 15
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
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule clap
updated
19 files
+10 −1 | .github/workflows/cmake.yml | |
+4 −0 | CMakeLists.txt | |
+30 −0 | CMakePresets.json | |
+11 −1 | ChangeLog.md | |
+8 −2 | README.md | |
+2 −0 | include/clap/entry.h | |
+1 −1 | include/clap/ext/audio-ports.h | |
+18 −13 | include/clap/ext/draft/ambisonic.h | |
+6 −2 | include/clap/ext/draft/audio-ports-activation.h | |
+16 −17 | include/clap/ext/draft/configurable-audio-ports.h | |
+1 −1 | include/clap/ext/draft/resource-directory.h | |
+9 −9 | include/clap/ext/draft/surround.h | |
+8 −11 | include/clap/ext/gui.h | |
+1 −1 | include/clap/ext/latency.h | |
+1 −1 | include/clap/factory/draft/preset-discovery.h | |
+1 −1 | include/clap/plugin.h | |
+9 −3 | include/clap/private/macros.h | |
+1 −1 | include/clap/version.h | |
+12 −0 | src/main.cc |
Submodule clap-helpers
updated
3 files
+3 −3 | include/clap/helpers/plugin-proxy.hxx | |
+8 −6 | include/clap/helpers/plugin.hh | |
+7 −6 | include/clap/helpers/plugin.hxx |