-
-
Notifications
You must be signed in to change notification settings - Fork 4
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 <falktx@falktx.com>
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule carla
updated
5 files
+4 −10 | INSTALL.md | |
+4 −13 | Makefile.print.mk | |
+5 −5 | source/jackbridge/JackBridge2.cpp | |
+1 −1 | source/utils/CarlaLv2Utils.hpp | |
+33 −76 | source/utils/CarlaSemUtils.hpp |
Submodule dpf
updated
17 files
+50 −1 | Makefile.base.mk | |
+11 −7 | Makefile.plugins.mk | |
+49 −41 | distrho/DistrhoDetails.hpp | |
+5 −3 | distrho/DistrhoPluginUtils.hpp | |
+84 −19 | distrho/DistrhoUtils.hpp | |
+4 −18 | distrho/extra/String.hpp | |
+15 −0 | distrho/src/DistrhoPluginChecks.h | |
+10 −1 | distrho/src/DistrhoPluginJACK.cpp | |
+1 −1 | distrho/src/DistrhoPluginLV2export.cpp | |
+5 −1 | distrho/src/DistrhoPluginVST2.cpp | |
+6 −1 | distrho/src/DistrhoPluginVST3.cpp | |
+10 −1 | distrho/src/DistrhoUIDSSI.cpp | |
+14 −2 | distrho/src/DistrhoUtils.cpp | |
+2 −2 | distrho/src/jackbridge/JackBridge.cpp | |
+8 −2 | utils/generate-ttl.sh | |
+9 −0 | utils/package-osx-bundles.sh | |
+1 −0 | utils/plugin.pkg/package.xml.in |