Commit d031a7d
3 files changed
+3
-3
lines changed- .github/workflows/cmake.yml+15-14
- .github/workflows/example-plugins.yml+15-14
- .github/workflows/makefile.yml+1-1
- CMakeLists.txt+5-3
- Makefile+5-3
- Makefile.plugins.mk+37-6
- cmake/DPF-plugin.cmake+290-38
- distrho/DistrhoPluginUtils.hpp+1-1
- distrho/DistrhoUI.hpp+1-2
- distrho/DistrhoUIMain.cpp+13
- distrho/DistrhoUI_win32.cpp+27
- distrho/extra/WebViewImpl.cpp+40-87
- distrho/extra/WebViewImpl.hpp+1-1
- distrho/extra/WebViewWin32.hpp+101
- distrho/extra/choc/LICENSE.md+15
- distrho/extra/choc/README.md+22
- distrho/extra/choc/choc.patch+2.8k
- distrho/extra/choc/choc_DesktopWindow.h+154
- distrho/extra/choc/choc_DynamicLibrary.h+141
- distrho/extra/choc/choc_MemoryDLL.h+511
- distrho/extra/choc/choc_Platform.h+67
- distrho/extra/choc/choc_StringUtilities.h+74
- distrho/extra/choc/choc_WebView.h+4.8k
- distrho/src/DistrhoPluginChecks.h+6-2
- distrho/src/DistrhoUI.cpp+195-15
- distrho/src/DistrhoUIInternal.hpp+18-7
- distrho/src/DistrhoUIPrivateData.hpp+14-1
- distrho/src/DistrhoUtils.cpp+1-7
- examples/EmbedExternalUI/CMakeLists.txt+2-7
- examples/EmbedExternalUI/Makefile-6
- examples/FileHandling/CMakeLists.txt+1
- examples/WebMeters/CMakeLists.txt+13
- examples/WebMeters/DistrhoPluginInfo.h+43
- examples/WebMeters/ExamplePluginWebMeters.cpp+288
- examples/WebMeters/ExampleUIWebMeters.cpp+61
- examples/WebMeters/Makefile+61
- examples/WebMeters/README.md+8
- examples/WebMeters/index.html+150
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
| 261 | + | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| |||
0 commit comments