Skip to content

Commit

Permalink
Update to latest DPF
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Apr 15, 2024
1 parent dd00910 commit 41268e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpf
Submodule dpf updated 83 files
+23 −23 FEATURES.md
+11 −10 LICENSE
+10 −9 LICENSING.md
+50 −9 Makefile.base.mk
+97 −29 Makefile.plugins.mk
+62 −9 cmake/DPF-plugin.cmake
+17 −13 dgl/Base.hpp
+2 −2 dgl/EventHandlers.hpp
+1 −0 dgl/Makefile
+1 −0 dgl/Window.hpp
+34 −10 dgl/src/ApplicationPrivateData.cpp
+6 −0 dgl/src/ApplicationPrivateData.hpp
+7 −7 dgl/src/Cairo.cpp
+5 −5 dgl/src/EventHandlers.cpp
+13 −13 dgl/src/Layout.cpp
+11 −11 dgl/src/OpenGL.cpp
+2 −2 dgl/src/SubWidget.cpp
+27 −17 dgl/src/Window.cpp
+13 −7 dgl/src/WindowPrivateData.cpp
+11 −7 dgl/src/WindowPrivateData.hpp
+1 −1 dgl/src/pugl-upstream
+35 −18 dgl/src/pugl.cpp
+56 −43 distrho/DistrhoDetails.hpp
+30 −1 distrho/DistrhoInfo.hpp
+19 −2 distrho/DistrhoPlugin.hpp
+6 −2 distrho/DistrhoPluginMain.cpp
+5 −3 distrho/DistrhoPluginUtils.hpp
+7 −2 distrho/DistrhoUIMain.cpp
+138 −19 distrho/DistrhoUtils.hpp
+38 −3 distrho/extra/FileBrowserDialogImpl.cpp
+4 −18 distrho/extra/String.hpp
+3 −0 distrho/src/DistrhoDefines.h
+2 −1 distrho/src/DistrhoPlugin.cpp
+3,173 −0 distrho/src/DistrhoPluginAU.cpp
+16 −24 distrho/src/DistrhoPluginCLAP.cpp
+81 −14 distrho/src/DistrhoPluginChecks.h
+281 −0 distrho/src/DistrhoPluginExport.cpp
+44 −10 distrho/src/DistrhoPluginInternal.hpp
+21 −6 distrho/src/DistrhoPluginJACK.cpp
+11 −23 distrho/src/DistrhoPluginLV2.cpp
+7 −5 distrho/src/DistrhoPluginLV2export.cpp
+1 −1 distrho/src/DistrhoPluginVST.hpp
+29 −29 distrho/src/DistrhoPluginVST2.cpp
+55 −44 distrho/src/DistrhoPluginVST3.cpp
+3 −3 distrho/src/DistrhoUI.cpp
+502 −0 distrho/src/DistrhoUIAU.mm
+22 −4 distrho/src/DistrhoUIDSSI.cpp
+5 −2 distrho/src/DistrhoUIInternal.hpp
+4 −1 distrho/src/DistrhoUILV2.cpp
+31 −12 distrho/src/DistrhoUIPrivateData.hpp
+6 −4 distrho/src/DistrhoUIVST3.cpp
+19 −5 distrho/src/DistrhoUtils.cpp
+2 −2 distrho/src/jackbridge/JackBridge.cpp
+1 −1 examples/CairoUI/CMakeLists.txt
+1 −10 examples/CairoUI/CairoExamplePlugin.cpp
+17 −1 examples/CairoUI/DistrhoPluginInfo.h
+1 −1 examples/CairoUI/Makefile
+4 −1 examples/Info/DistrhoPluginInfo.h
+1 −10 examples/Info/InfoExamplePlugin.cpp
+16 −6 examples/Info/InfoExampleUI.cpp
+1 −0 examples/Info/Makefile
+4 −1 examples/Meters/DistrhoPluginInfo.h
+1 −10 examples/Meters/ExamplePluginMeters.cpp
+1 −0 examples/Meters/Makefile
+4 −1 examples/MidiThrough/DistrhoPluginInfo.h
+1 −0 examples/MidiThrough/Makefile
+1 −10 examples/MidiThrough/MidiThroughExamplePlugin.cpp
+4 −1 examples/Parameters/DistrhoPluginInfo.h
+1 −10 examples/Parameters/ExamplePluginParameters.cpp
+6 −0 examples/Parameters/ExampleUIParameters.cpp
+1 −0 examples/Parameters/Makefile
+4 −1 examples/SendNote/DistrhoPluginInfo.h
+1 −0 examples/SendNote/Makefile
+1 −10 examples/SendNote/SendNoteExamplePlugin.cpp
+4 −1 examples/States/DistrhoPluginInfo.h
+1 −10 examples/States/ExamplePluginStates.cpp
+1 −0 examples/States/Makefile
+7 −0 utils/au-services-restart.sh
+9 −3 utils/generate-ttl.sh
+64 −27 utils/package-osx-bundles.sh
+17 −16 utils/plugin.pkg/package.xml.in
+139 −0 utils/state2json.cpp
+1 −0 utils/symbols/au.exp

0 comments on commit 41268e4

Please sign in to comment.