-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
falkTX
committed
Aug 13, 2019
1 parent
1678dc7
commit db125be
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule dpf
updated
18 files
+3 −1 | Makefile | |
+1 −1 | Makefile.base.mk | |
+5 −0 | README.md | |
+6 −6 | dgl/Makefile | |
+87 −2 | dgl/src/Cairo.cpp | |
+4 −5 | dgl/src/NanoVG.cpp | |
+201 −0 | dgl/src/Window.cpp | |
+3 −0 | dgl/src/pugl/pugl_x11.c | |
+2 −1 | dgl/src/sofd/libsofd.c | |
+21 −5 | distrho/DistrhoPlugin.hpp | |
+8 −14 | distrho/DistrhoPluginUtils.hpp | |
+12 −0 | distrho/extra/String.hpp | |
+14 −0 | distrho/src/DistrhoPluginInternal.hpp | |
+11 −1 | distrho/src/DistrhoPluginLV2.cpp | |
+161 −89 | distrho/src/DistrhoPluginLV2export.cpp | |
+5 −1 | distrho/src/DistrhoPluginVST.cpp | |
+2 −2 | examples/CairoUI/DistrhoPluginInfo.h | |
+8 −9 | utils/generate-vst-bundles.sh |