This repository was archived by the owner on Feb 26, 2026. It is now read-only.
Commit 8dd2ab8
File tree
- plugins
- AB-InputSelector
- AB-OutputSelector
- BrickwallLimiter
- Compressor
- ConvolutionReverb
- DevilDistortion
- Sampler
- common
- .github/workflows/cmake.yml+11-6
- .github/workflows/example-plugins.yml+7-2
- CMakeLists.txt+16-5
- Makefile.base.mk+16-8
- Makefile.plugins.mk+157-40
- cmake/DPF-plugin.cmake+57-31
- dgl/Makefile+89-81
- dgl/src/ApplicationPrivateData.cpp+4-2
- dgl/src/ImageBaseWidgets.cpp+17-5
- dgl/src/pugl-custom/pugl.h-492
- dgl/src/pugl-custom/pugl_haiku.cpp-441
- dgl/src/pugl-custom/pugl_internal.h-263
- dgl/src/pugl-custom/pugl_osx.m-974
- dgl/src/pugl-custom/pugl_win.cpp-565
- dgl/src/pugl-custom/pugl_x11.c-739
- dgl/src/pugl-extra/extras.c-29
- dgl/src/pugl-extra/extras.h-50
- dgl/src/pugl-extra/haiku.cpp+342-21
- dgl/src/pugl-extra/haiku.h+12-22
- dgl/src/pugl-extra/haiku_gl.cpp+87
- dgl/src/pugl-extra/haiku_stub.cpp+24
- dgl/src/pugl-extra/mac.m-48
- dgl/src/pugl-extra/wasm.c+1.1k
- dgl/src/pugl-extra/wasm.h+45
- dgl/src/pugl-extra/wasm_gl.c+228
- dgl/src/pugl-extra/wasm_stub.c+24
- dgl/src/pugl-extra/win.c-118
- dgl/src/pugl-extra/x11.c-111
- dgl/src/pugl-upstream+1-1
- dgl/src/pugl.cpp+35-11
- dgl/src/pugl.hpp+5-1
- distrho/DistrhoPlugin.hpp+7
- distrho/DistrhoUIMain.cpp+4
- distrho/extra/LeakDetector.hpp+1-1
- distrho/src/DistrhoPluginCLAP.cpp+31-33
- distrho/src/DistrhoPluginInternal.hpp+1-1
- distrho/src/DistrhoPluginJACK.cpp+10-5
- distrho/src/DistrhoPluginLV2.cpp+2
- distrho/src/DistrhoPluginLV2export.cpp+335-13
- distrho/src/DistrhoPluginVST2.cpp+18-18
- distrho/src/DistrhoPluginVST3.cpp+16-16
- distrho/src/DistrhoUIInternal.hpp+3-2
- distrho/src/DistrhoUILV2.cpp+212-11
- distrho/src/DistrhoUIPrivateData.hpp+20-14
- distrho/src/DistrhoUIVST3.cpp+1-1
- distrho/src/DistrhoUtils.cpp+2-2
- distrho/src/jackbridge/SDL2Bridge.hpp+31-19
- examples/EmbedExternalUI/CMakeLists.txt+18
- examples/EmbedExternalUI/DistrhoPluginInfo.h+1
- examples/ExternalUI/CMakeLists.txt+13
- examples/ExternalUI/DistrhoPluginInfo.h+1
- examples/ExternalUI/ExternalExampleUI.cpp+15-14
- examples/ExternalUI/Makefile+1-1
- examples/Info/CMakeLists.txt+1
- examples/Info/DistrhoPluginInfo.h+3-4
- examples/Info/InfoExampleUI.cpp+3-6
- examples/Info/Makefile+3
- examples/Info/modgui.ttl-42
- examples/Info/modgui/box.png
- examples/Info/modgui/icon-info.html-73
- examples/Info/modgui/screenshot-info.png
- examples/Info/modgui/script-info.js-57
- examples/Info/modgui/stylesheet-info.css-88
- examples/Info/modgui/thumbnail-tinygain.png
- examples/Info/modgui/tilesf1.LICENSE-4
- examples/Info/modgui/tilesf1.jpg
- examples/Latency/LatencyExamplePlugin.cpp+1-1
- utils/valgrind-dpf.supp+26
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
48 | | - | |
49 | | - | |
50 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
51 | 55 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
74 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
95 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
96 | 99 | | |
97 | 100 | | |
98 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 34 | | |
38 | 35 | | |
39 | 36 | | |
40 | 37 | | |
41 | 38 | | |
42 | 39 | | |
43 | 40 | | |
44 | | - | |
| 41 | + | |
45 | 42 | | |
46 | 43 | | |
47 | 44 | | |
| |||
105 | 102 | | |
106 | 103 | | |
107 | 104 | | |
108 | | - | |
109 | | - | |
| 105 | + | |
| 106 | + | |
110 | 107 | | |
111 | 108 | | |
112 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
48 | | - | |
49 | | - | |
50 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
51 | 55 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
74 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
95 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
96 | 99 | | |
97 | 100 | | |
98 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 34 | | |
38 | 35 | | |
39 | 36 | | |
40 | 37 | | |
41 | 38 | | |
42 | 39 | | |
43 | 40 | | |
44 | | - | |
| 41 | + | |
45 | 42 | | |
46 | 43 | | |
47 | 44 | | |
| |||
105 | 102 | | |
106 | 103 | | |
107 | 104 | | |
108 | | - | |
109 | | - | |
| 105 | + | |
| 106 | + | |
110 | 107 | | |
111 | 108 | | |
112 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
93 | 95 | | |
94 | 96 | | |
95 | 97 | | |
| |||
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
101 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
102 | 106 | | |
103 | 107 | | |
104 | 108 | | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
105 | 112 | | |
106 | 113 | | |
107 | 114 | | |
| |||
0 commit comments