-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CI setup for fluidsynth2, update DPF and mod-host
Signed-off-by: falkTX <[email protected]>
- Loading branch information
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule DPF
updated
21 files
+122 −0 | .github/workflows/build.yml | |
+2 −2 | .github/workflows/cmake.yml | |
+0 −79 | .github/workflows/makefile.yml | |
+1 −1 | dgl/src/pugl-upstream | |
+4 −0 | distrho/DistrhoUtils.hpp | |
+9 −10 | distrho/extra/Base64.hpp | |
+24 −6 | distrho/extra/ChildProcess.hpp | |
+3 −3 | distrho/extra/ExternalWindow.hpp | |
+3 −19 | distrho/extra/RingBuffer.hpp | |
+194 −8 | distrho/extra/String.hpp | |
+337 −179 | distrho/extra/WebViewImpl.cpp | |
+1 −0 | distrho/extra/WebViewImpl.hpp | |
+6 −0 | distrho/src/DistrhoDefines.h | |
+1 −1 | distrho/src/DistrhoPluginAU.cpp | |
+1 −4 | distrho/src/DistrhoPluginCLAP.cpp | |
+1 −2 | distrho/src/DistrhoPluginVST.hpp | |
+1 −4 | distrho/src/DistrhoPluginVST2.cpp | |
+10 −9 | distrho/src/DistrhoPluginVST3.cpp | |
+15 −9 | distrho/src/DistrhoUI.cpp | |
+48 −31 | distrho/src/jackbridge/JackBridge.cpp | |
+8 −10 | examples/CairoUI/DemoWidgetBanner.hpp |
Submodule PawPaw
updated
13 files
Submodule mod-host
updated
from 877022 to fae0c4