7 files changed
+79
-12
lines changed- .github/workflows/build.yml+3-4
- .github/workflows/cmake.yml+9-9
- .github/workflows/example-plugins.yml+9-9
- .gitignore+6-5
- CMakeLists.txt+5-5
- Makefile+1
- Makefile.plugins.mk+1-1
- README.md+1-1
- cmake/DPF-plugin.cmake+207-21
- dgl/Application.hpp+14-3
- dgl/Base.hpp+3-3
- dgl/Color.hpp+5
- dgl/EventHandlers.hpp+10-1
- dgl/Makefile+9
- dgl/NanoVG.hpp+5
- dgl/WebView.hpp+28
- dgl/Window.hpp+26-1
- dgl/src/Application.cpp+54-1
- dgl/src/Color.cpp+8
- dgl/src/EventHandlers.cpp+101-1
- dgl/src/NanoVG.cpp+8
- dgl/src/WebViewWin32.cpp+23
- dgl/src/Window.cpp+15-1
- dgl/src/WindowPrivateData.cpp+92-33
- dgl/src/WindowPrivateData.hpp+14-3
- dgl/src/pugl-upstream+1-1
- dgl/src/pugl.cpp+15-4
- distrho/DistrhoDetails.hpp+28-4
- distrho/DistrhoInfo.hpp+6
- distrho/DistrhoPluginUtils.hpp+22-2
- distrho/DistrhoUI.hpp+2-1
- distrho/DistrhoUIMain.cpp+2-2
- distrho/DistrhoUI_win32.cpp+1
- distrho/extra/Filesystem.hpp+106
- distrho/extra/String.hpp+18-4
- distrho/extra/ValueSmoother.hpp+3-3
- distrho/extra/WebViewImpl.cpp+20-11
- distrho/extra/WebViewImpl.hpp+11-2
- distrho/extra/WebViewWin32.hpp+25-4
- distrho/src/DistrhoPluginAU.cpp+184-86
- distrho/src/DistrhoPluginCLAP.cpp+58-11
- distrho/src/DistrhoPluginChecks.h+14-10
- distrho/src/DistrhoPluginInternal.hpp+78-65
- distrho/src/DistrhoPluginJACK.cpp+3-7
- distrho/src/DistrhoPluginLV2export.cpp+10
- distrho/src/DistrhoPluginVST3.cpp+6
- distrho/src/DistrhoUI.cpp+6-2
- distrho/src/DistrhoUIAU.mm+19-8
- distrho/src/DistrhoUIDSSI.cpp+3-7
- distrho/src/DistrhoUIInternal.hpp+2-2
- distrho/src/DistrhoUIPrivateData.hpp+7-1
- distrho/src/DistrhoUIVST3.cpp+1-1
- distrho/src/DistrhoUtils.cpp+178-6
- distrho/src/lv2/lv2_kxstudio_properties.h+2-1
- distrho/src/xaymar-vst2/vst.h+51-38
- examples/EmbedExternalUI/DistrhoPluginInfo.h+1-5
- utils/install-plugins-symlinks.sh+77
- .github/workflows/bootstrap-deps.sh+1
- .github/workflows/bootstrap.yml+95-43
- bootstrap-common.sh+2
- bootstrap-jack2.sh+21-5
- bootstrap-mod.sh+12
- bootstrap-plugins.sh+27-5
- bootstrap-python.sh+1-1
- setup/check_target.sh+7-4
- setup/functions.sh+25-8
- setup/meson/macos-10.15.ini+15
- setup/meson/macos-old.ini+1-1
- setup/meson/macos.ini+15
- setup/versions.sh+4-1
Submodule mod-host updated from fae0c49 to 1e32291
Submodule mod-plugin-builder updated from 5499db9 to 2729774
Submodule mod-ui updated from 41c86c5 to 4ee3723
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
360 | 360 |
| |
361 | 361 |
| |
362 | 362 |
| |
| 363 | + | |
| 364 | + | |
| 365 | + | |
363 | 366 |
| |
364 | 367 |
| |
365 | 368 |
| |
366 | 369 |
| |
367 |
| - | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
368 | 376 |
| |
369 |
| - | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
370 | 405 |
| |
371 |
| - | |
| 406 | + | |
372 | 407 |
| |
373 |
| - | |
374 |
| - | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
375 | 413 |
| |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
376 | 444 |
| |
377 |
| - | |
378 | 445 |
| |
379 | 446 |
| |
380 | 447 |
| |
|
0 commit comments