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 <[email protected]>
  • Loading branch information
falkTX committed Jan 7, 2024
1 parent 3b4c7c0 commit 7cd4d5f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ if(JUCE_EXTRA)
include(FetchContent)
FetchContent_Declare(JUCE
GIT_REPOSITORY https://github.com/DISTRHO/JUCE.git
GIT_TAG v6.1.6
GIT_TAG v6.1.6-distrho
GIT_SHALLOW TRUE
)
FetchContent_MakeAvailable(JUCE)
Expand Down
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
3 changes: 2 additions & 1 deletion src/jucewrapper/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ target_include_directories(AIDA-X-JUCE
PRIVATE
..
../plugin
../../modules/dpf/distrho)
../../modules/dpf/distrho
../../modules/dpf/dgl/src/pugl-upstream/include)

target_compile_definitions(AIDA-X-JUCE
PUBLIC
Expand Down

0 comments on commit 7cd4d5f

Please sign in to comment.