-
Notifications
You must be signed in to change notification settings - Fork 6
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
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule clap-juce-extensions
updated
15 files
+2 −2 | .github/workflows/build-cmake.yml | |
+2 −2 | .github/workflows/build-projucer.yml | |
+9 −6 | CMakeLists.txt | |
+29 −10 | README.md | |
+29 −3 | cmake/ClapTargetHelpers.cmake | |
+4 −10 | cmake/JucerClap.cmake | |
+16 −0 | examples/CMakeLists.txt | |
+3 −0 | examples/GainPlugin/CMakeLists.txt | |
+0 −135 | examples/GainPlugin/GainPlugin.cpp | |
+1 −5 | examples/GainPlugin/GainPlugin.h | |
+10 −1 | examples/GainPlugin/ModulatableFloatParameter.h | |
+26 −2 | examples/GainPlugin/PluginEditor.cpp | |
+5 −1 | examples/GainPlugin/PluginEditor.h | |
+129 −9 | include/clap-juce-extensions/clap-juce-extensions.h | |
+522 −213 | src/wrapper/clap-juce-wrapper.cpp |