Skip to content

Commit

Permalink
Update DPF for VST3 fixes
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Jan 7, 2024
1 parent 3b4c7c0 commit 7d0f8e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/dpf
Submodule dpf updated 41 files
+9 −0 Makefile.base.mk
+1 −1 Makefile.plugins.mk
+1 −1 cmake/DPF-plugin.cmake
+90 −53 dgl/Base.hpp
+5 −5 dgl/src/ApplicationPrivateData.cpp
+54 −41 dgl/src/Cairo.cpp
+9 −26 dgl/src/OpenGL.cpp
+2 −2 dgl/src/TopLevelWidgetPrivateData.cpp
+1 −1 dgl/src/TopLevelWidgetPrivateData.hpp
+14 −7 dgl/src/Window.cpp
+103 −62 dgl/src/WindowPrivateData.cpp
+59 −51 dgl/src/pugl-extra/wasm.c
+2 −0 dgl/src/pugl-extra/wasm.h
+1 −1 dgl/src/pugl-upstream
+70 −97 dgl/src/pugl.cpp
+23 −9 dgl/src/pugl.hpp
+18 −2 distrho/DistrhoDetails.hpp
+1 −1 distrho/DistrhoPlugin.hpp
+2 −2 distrho/extra/RingBuffer.hpp
+1 −1 distrho/extra/Runner.hpp
+33 −15 distrho/src/DistrhoPluginCLAP.cpp
+5 −1 distrho/src/DistrhoPluginLV2.cpp
+48 −45 distrho/src/DistrhoPluginLV2export.cpp
+5 −5 distrho/src/DistrhoPluginVST.hpp
+25 −15 distrho/src/DistrhoPluginVST2.cpp
+33 −11 distrho/src/DistrhoPluginVST3.cpp
+2 −2 distrho/src/DistrhoUI.cpp
+1 −1 distrho/src/DistrhoUILV2.cpp
+1 −1 examples/CVPort/Makefile
+1 −2 examples/CairoUI/CMakeLists.txt
+113 −22 examples/CairoUI/CairoExamplePlugin.cpp
+67 −25 examples/CairoUI/CairoExampleUI.cpp
+0 −99 examples/CairoUI/DemoWidgetBanner.cpp
+73 −6 examples/CairoUI/DemoWidgetBanner.hpp
+51 −21 examples/CairoUI/DemoWidgetClickable.hpp
+36 −4 examples/CairoUI/DistrhoPluginInfo.h
+1 −16 examples/CairoUI/Makefile
+1 −1 examples/Info/ResizeHandle.hpp
+3 −3 examples/Meters/ExamplePluginMeters.cpp
+6 −0 examples/Parameters/ExampleUIParameters.cpp
+139 −0 utils/state2json.cpp

0 comments on commit 7d0f8e1

Please sign in to comment.