-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: falkTX <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule dpf
updated
9 files
+122 −0 | .github/workflows/build.yml | |
+0 −78 | .github/workflows/makefile.yml | |
+5 −74 | distrho/extra/Base64.hpp | |
+3 −3 | distrho/extra/ValueSmoother.hpp | |
+1 −2 | distrho/src/DistrhoPluginVST.hpp | |
+3 −3 | distrho/src/DistrhoPluginVST3.cpp | |
+48 −31 | distrho/src/jackbridge/JackBridge.cpp | |
+51 −38 | distrho/src/xaymar-vst2/vst.h | |
+8 −10 | examples/CairoUI/DemoWidgetBanner.hpp |