Skip to content

Commit

Permalink
Update to latest dpf, fixes macOS rendering
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Oct 3, 2023
1 parent e723cd2 commit dcead51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dpf
Submodule dpf updated 64 files
+2 −0 .gitignore
+33 −13 Makefile.base.mk
+25 −11 Makefile.plugins.mk
+66 −19 cmake/DPF-plugin.cmake
+90 −53 dgl/Base.hpp
+5 −0 dgl/Color.hpp
+1 −1 dgl/EventHandlers.hpp
+7 −9 dgl/src/ApplicationPrivateData.cpp
+9 −0 dgl/src/Color.cpp
+1 −1 dgl/src/EventHandlers.cpp
+2 −2 dgl/src/TopLevelWidgetPrivateData.cpp
+1 −1 dgl/src/TopLevelWidgetPrivateData.hpp
+34 −22 dgl/src/Window.cpp
+52 −47 dgl/src/WindowPrivateData.cpp
+194 −101 dgl/src/pugl-extra/wasm.c
+2 −0 dgl/src/pugl-extra/wasm.h
+1 −1 dgl/src/pugl-upstream
+47 −97 dgl/src/pugl.cpp
+23 −9 dgl/src/pugl.hpp
+1,031 −0 distrho/DistrhoDetails.hpp
+2 −941 distrho/DistrhoPlugin.hpp
+2 −1 distrho/DistrhoUI.hpp
+7 −2 distrho/DistrhoUIMain.cpp
+1 −0 distrho/DistrhoUI_macOS.mm
+10 −11 distrho/DistrhoUtils.hpp
+15 −6 distrho/extra/FileBrowserDialogImpl.cpp
+7 −3 distrho/extra/FileBrowserDialogImpl.hpp
+2 −2 distrho/extra/LeakDetector.hpp
+42 −20 distrho/extra/RingBuffer.hpp
+1 −1 distrho/extra/Runner.hpp
+15 −1 distrho/extra/String.hpp
+204 −0 distrho/extra/ValueSmoother.hpp
+1 −1 distrho/src/DistrhoPlugin.cpp
+37 −17 distrho/src/DistrhoPluginCLAP.cpp
+5 −1 distrho/src/DistrhoPluginChecks.h
+1 −1 distrho/src/DistrhoPluginInternal.hpp
+12 −4 distrho/src/DistrhoPluginJACK.cpp
+11 −7 distrho/src/DistrhoPluginLADSPA+DSSI.cpp
+79 −7 distrho/src/DistrhoPluginLV2.cpp
+5 −1 distrho/src/DistrhoPluginLV2export.cpp
+4 −4 distrho/src/DistrhoPluginVST.hpp
+205 −202 distrho/src/DistrhoPluginVST2.cpp
+11 −4 distrho/src/DistrhoPluginVST3.cpp
+4 −3 distrho/src/DistrhoUI.cpp
+7 −0 distrho/src/DistrhoUIInternal.hpp
+34 −21 distrho/src/DistrhoUIPrivateData.hpp
+2 −0 distrho/src/DistrhoUtils.cpp
+111 −20 distrho/src/jackbridge/JackBridge.cpp
+12 −1 distrho/src/jackbridge/JackBridge.hpp
+8 −5 distrho/src/jackbridge/NativeBridge.hpp
+23 −12 distrho/src/jackbridge/RtAudioBridge.hpp
+80 −30 distrho/src/jackbridge/WebBridge.hpp
+2 −5 distrho/src/jackbridge/rtaudio/RtAudio.cpp
+2 −2 distrho/src/travesty/audio_processor.h
+12 −0 distrho/src/travesty/bstream.h
+9 −1 distrho/src/travesty/edit_controller.h
+2 −2 distrho/src/travesty/view.h
+1 −1 distrho/src/xaymar-vst2/vst.h
+1 −1 examples/CVPort/Makefile
+6 −0 examples/CairoUI/DistrhoPluginInfo.h
+2 −12 examples/CairoUI/Makefile
+1 −1 examples/Info/ResizeHandle.hpp
+82 −31 utils/package-osx-bundles.sh
+21 −7 utils/plugin.pkg/package.xml.in
2 changes: 1 addition & 1 deletion dpf-widgets

0 comments on commit dcead51

Please sign in to comment.