Skip to content

Commit

Permalink
dep: Update DPF to fix plugin crash
Browse files Browse the repository at this point in the history
This commit updated DPF to current main branch, to fix untrackable crash
when starting plugin.
  • Loading branch information
AnClark committed Feb 9, 2024
1 parent 5fcadfe commit f4f88d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dep/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
+80 −8 distrho/src/DistrhoPluginLV2.cpp
+50 −43 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 f4f88d8

Please sign in to comment.