-
Notifications
You must be signed in to change notification settings - Fork 23
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
18 files
+8 −0 | Makefile.base.mk | |
+1 −1 | dgl/src/ApplicationPrivateData.cpp | |
+52 −35 | dgl/src/Cairo.cpp | |
+4 −1 | dgl/src/OpenGL.cpp | |
+1 −1 | dgl/src/Window.cpp | |
+10 −2 | dgl/src/WindowPrivateData.cpp | |
+1 −1 | dgl/src/pugl-upstream | |
+25 −2 | dgl/src/pugl.cpp | |
+18 −2 | distrho/DistrhoDetails.hpp | |
+3 −3 | distrho/src/DistrhoPluginLV2.cpp | |
+48 −45 | distrho/src/DistrhoPluginLV2export.cpp | |
+1 −1 | distrho/src/DistrhoPluginVST.hpp | |
+2 −2 | distrho/src/DistrhoPluginVST2.cpp | |
+19 −6 | distrho/src/DistrhoPluginVST3.cpp | |
+1 −1 | distrho/src/DistrhoUILV2.cpp | |
+1 −1 | examples/CairoUI/CairoExampleUI.cpp | |
+6 −0 | examples/Parameters/ExampleUIParameters.cpp | |
+139 −0 | utils/state2json.cpp |