File tree
29 files changed
+222
-130
lines changed- .github
- ISSUE_TEMPLATE
- workflows
- deps
- docs
- plugins
- src
- custom
- override
- utils/macOS
29 files changed
+222
-130
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
| 162 | + | |
162 | 163 |
| |
163 | 164 |
| |
164 | 165 |
| |
165 | 166 |
| |
166 | 167 |
| |
167 | 168 |
| |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
168 | 176 |
| |
169 | 177 |
| |
170 | 178 |
| |
| |||
179 | 187 |
| |
180 | 188 |
| |
181 | 189 |
| |
182 |
| - | |
| 190 | + | |
183 | 191 |
| |
184 | 192 |
| |
185 | 193 |
| |
| |||
191 | 199 |
| |
192 | 200 |
| |
193 | 201 |
| |
194 |
| - | |
| 202 | + | |
195 | 203 |
| |
196 | 204 |
| |
197 | 205 |
| |
| |||
215 | 223 |
| |
216 | 224 |
| |
217 | 225 |
| |
218 |
| - | |
| 226 | + | |
219 | 227 |
| |
220 | 228 |
| |
221 |
| - | |
| 229 | + | |
222 | 230 |
| |
223 | 231 |
| |
224 | 232 |
| |
225 |
| - | |
| 233 | + | |
226 | 234 |
| |
227 | 235 |
| |
228 | 236 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
200 | 200 |
| |
201 | 201 |
| |
202 | 202 |
| |
| 203 | + | |
| 204 | + | |
| 205 | + | |
203 | 206 |
| |
204 | 207 |
| |
205 | 208 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
175 | 175 |
| |
176 | 176 |
| |
177 | 177 |
| |
| 178 | + | |
178 | 179 |
| |
179 | 180 |
| |
180 | 181 |
| |
|
- .github/workflows/build.yml+2-2
- .github/workflows/cmake.yml+3-6
- .github/workflows/dpf.yml+3-3
- .github/workflows/release.yml+1-1
- .gitignore+1
- Makefile+9
- Makefile.print.mk+1-1
- README.md+1-1
- source/Makefile.deps.mk+98-25
- source/backend/engine/CarlaEngineOsc.hpp+1-1
- source/backend/engine/CarlaEngineOscHandlers.cpp+18-7
- source/backend/utils/Makefile+2-1
- source/bridges-plugin/Makefile+1
- source/frontend/Makefile+18-26
- source/frontend/bigmeter-ui+8-17
- source/frontend/carla+4-16
- source/frontend/carla-control+4-16
- source/frontend/carla-jack-multi+4-16
- source/frontend/carla-jack-single+4-16
- source/frontend/carla-patchbay+4-16
- source/frontend/carla-plugin+12-18
- source/frontend/carla-rack+4-16
- source/frontend/carla_app.py+18-25
- source/frontend/carla_backend_qt.py+8-17
- source/frontend/carla_frontend.py+7-17
- source/frontend/carla_host.py+73-32
- source/frontend/carla_host_control.py+8-17
- source/frontend/carla_settings.py+16-20
- source/frontend/carla_shared.py+19-25
- source/frontend/carla_skin.py+12-19
- source/frontend/carla_widgets.py+32-21
- source/frontend/midipattern-ui+31-28
- source/frontend/notes-ui+10-18
- source/frontend/patchcanvas/__init__.py+10-18
- source/frontend/patchcanvas/canvasbezierline.py+12-19
- source/frontend/patchcanvas/canvasbezierlinemov.py+12-19
- source/frontend/patchcanvas/canvasbox.py+14-19
- source/frontend/patchcanvas/canvasboxshadow.py+10-18
- source/frontend/patchcanvas/canvasfadeanimation.py+10-18
- source/frontend/patchcanvas/canvasicon.py+15-20
- source/frontend/patchcanvas/canvasline.py+12-19
- source/frontend/patchcanvas/canvaslinemov.py+12-19
- source/frontend/patchcanvas/canvasport.py+26-20
- source/frontend/patchcanvas/canvasportglow.py+8-17
- source/frontend/patchcanvas/patchcanvas.py+12-19
- source/frontend/patchcanvas/scene.py+13-20
- source/frontend/patchcanvas/theme.py+10-18
- source/frontend/patchcanvas/utils.py+8-17
- source/frontend/qt_compat.py+263
- source/frontend/utils/qsafesettings.py+8-17
- source/frontend/widgets/canvaspreviewframe.py+32-25
- source/frontend/widgets/collapsablewidget.py+10-18
- source/frontend/widgets/commondial.py+12-19
- source/frontend/widgets/digitalpeakmeter.py+12-19
- source/frontend/widgets/draggablegraphicsview.py+30-34
- source/frontend/widgets/ledbutton.py+14-20
- source/frontend/widgets/paramspinbox.py+17-21
- source/frontend/widgets/pianoroll.py+33-22
- source/frontend/widgets/pixmapdial.py+16-21
- source/frontend/widgets/pixmapkeyboard.py+12-19
- source/frontend/widgets/racklistwidget.py+14-21
- source/frontend/widgets/scalablebutton.py+14-20
- source/frontend/widgets/scalabledial.py+17-23
- source/frontend/xycontroller-ui+18-21
- source/plugin/Makefile+2-12
- source/theme/CarlaStyle.cpp+36-6
- source/theme/Makefile+73-63
- source/utils/CarlaUtils.hpp+4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
| 81 | + | |
| 82 | + | |
| 83 | + | |
81 | 84 |
| |
82 | 85 |
| |
83 | 86 |
| |
|
- .github/workflows/bootstrap-deps.sh+10-5
- .github/workflows/bootstrap.yml+89-169
- bootstrap-carla.sh+15-3
- bootstrap-common.sh+1-1
- bootstrap-mod.sh+21-1
- bootstrap-plugins.sh+15-17
- patches/fluidsynth/01_force-empty-libsuffix.patch+1-1
- patches/fluidsynth/03_skip-drivers-build.patch+12-13
- patches/fluidsynth/linux/05_force-libs.patch+11
- patches/fluidsynth/macos-10.15+1
- patches/fluidsynth/macos-universal+1
- patches/fluidsynth/macos/05_force-libs.patch+11
- patches/fluidsynth/win32/05_force-libs.patch+11
- patches/fluidsynth/win64+1
- patches/lvtk/01_fix-python3-compat.patch
- patches/lvtk1+1
- setup/env.sh+4-1
- setup/functions.sh+1-1
- setup/versions.sh+1-1
+15-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
80 |
| - | |
| 80 | + | |
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
| |||
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
100 |
| - | |
| 100 | + | |
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
104 | 117 |
| |
105 | 118 |
| |
106 | 119 |
| |
|
+13-12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
| 50 | + | |
50 | 51 |
| |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
55 |
| - | |
56 |
| - | |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 |
| - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
| 72 | + | |
72 | 73 |
| |
73 | 74 |
| |
74 | 75 |
| |
| |||
230 | 231 |
| |
231 | 232 |
| |
232 | 233 |
| |
| 234 | + | |
233 | 235 |
| |
234 | 236 |
| |
235 | 237 |
| |
|
- .github/workflows/build.yml+122
- .github/workflows/cmake.yml+2-2
- .github/workflows/makefile.yml-79
- dgl/src/pugl-upstream+1-1
- distrho/DistrhoUtils.hpp+4
- distrho/extra/Base64.hpp+9-10
- distrho/extra/ChildProcess.hpp+24-6
- distrho/extra/ExternalWindow.hpp+3-3
- distrho/extra/FileBrowserDialogImpl.cpp+6-4
- distrho/extra/RingBuffer.hpp+3-19
- distrho/extra/String.hpp+194-8
- distrho/extra/WebViewImpl.cpp+804-234
- distrho/extra/WebViewImpl.hpp+1
- distrho/src/DistrhoDefines.h+6
- distrho/src/DistrhoPluginAU.cpp+1-1
- distrho/src/DistrhoPluginCLAP.cpp+1-4
- distrho/src/DistrhoPluginVST.hpp+1-2
- distrho/src/DistrhoPluginVST2.cpp+1-4
- distrho/src/DistrhoPluginVST3.cpp+10-9
- distrho/src/DistrhoUI.cpp+15-9
- distrho/src/jackbridge/JackBridge.cpp+48-31
- examples/CairoUI/DemoWidgetBanner.hpp+8-10
- CHANGELOG.md+20
- docs/MIDIThingV2.md+28
- docs/img/MidiThingV2.png
- docs/img/UpdateRate.png
- docs/img/UpdateRatesScope.png
- docs/img/VoltageRange.png
- plugin.json+26-2
- res/panels/MidiThing.svg+5.6k
- res/panels/Octaves.svg+2.4k
- src/ADSR.cpp+4-4
- src/Burst.cpp+1-1
- src/MidiThing.cpp+823
- src/Octaves.cpp+336
- src/Voltio.cpp+5-14
- src/plugin.cpp+2
- src/plugin.hpp+7-5
+16-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
551 | 551 |
| |
552 | 552 |
| |
553 | 553 |
| |
554 |
| - | |
| 554 | + | |
555 | 555 |
| |
556 | 556 |
| |
557 | 557 |
| |
| |||
936 | 936 |
| |
937 | 937 |
| |
938 | 938 |
| |
| 939 | + | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
| 943 | + | |
939 | 944 |
| |
940 | 945 |
| |
941 | 946 |
| |
| |||
1307 | 1312 |
| |
1308 | 1313 |
| |
1309 | 1314 |
| |
| 1315 | + | |
1310 | 1316 |
| |
1311 | 1317 |
| |
1312 |
| - | |
| 1318 | + | |
1313 | 1319 |
| |
1314 | 1320 |
| |
1315 | 1321 |
| |
| |||
1472 | 1478 |
| |
1473 | 1479 |
| |
1474 | 1480 |
| |
| 1481 | + | |
1475 | 1482 |
| |
1476 | 1483 |
| |
1477 | 1484 |
| |
| |||
2633 | 2640 |
| |
2634 | 2641 |
| |
2635 | 2642 |
| |
| 2643 | + | |
| 2644 | + | |
| 2645 | + | |
| 2646 | + | |
| 2647 | + | |
| 2648 | + | |
| 2649 | + | |
2636 | 2650 |
| |
2637 | 2651 |
| |
2638 | 2652 |
| |
|
- CHANGELOG.md+11
- Galaxy.md+31-19
- Gravy.md+84
- README.md+11
- images/elastika.png
- images/frolic.png
- images/galaxy.png
- images/galaxy_menu.png
- images/glee.png
- images/gravy.png
- images/gravy_menu.png
- images/hiss.png
- images/nucleus.png
- images/pivot.png
- images/poly_stereo_out.png
- images/polynucleus.png
- images/pop.png
- images/rotini.png
- images/splitAddMerge.png
- plugin.json+10-1
- res/elastika.svg-41
- res/frolic.svg-12
- res/galaxy.svg-25
- res/glee.svg-12
- res/gravy.svg+38
- res/hiss.svg-12
- res/nucleus.svg-33
- res/pivot.svg-10
- res/polynucleus.svg-24
- res/pop.svg-10
- res/rotini.svg-8
- res/sam.svg-10
- res/stereo_in_l2.svg+6
- res/stereo_in_lr.svg+7
- res/stereo_in_r2.svg+6
- res/stereo_out_2.svg+6
- res/stereo_out_lr.svg+7
- res/tin.svg-10
- res/tout.svg-10
- src/elastika_vcv.cpp+4-7
- src/frolic_vcv.cpp+1-1
- src/galaxy_vcv.cpp+15-83
- src/glee_vcv.cpp+1-1
- src/gravy_engine.hpp+109
- src/gravy_vcv.cpp+178
- src/hiss_vcv.cpp+2-4
- src/nucleus_vcv.cpp+9-11
- src/pivot_vcv.cpp+3-4
- src/plugin.cpp+1
- src/plugin.hpp+1
- src/polynucleus_vcv.cpp+10-12
- src/pop_vcv.cpp+2-4
- src/reloadable_widget.hpp-187
- src/rotini_vcv.cpp+3-4
- src/sam_vcv.cpp+2-3
- src/sapphire_chaos_module.hpp+4-7
- src/sapphire_engine.hpp+107
- src/sapphire_panel.cpp+245
- src/sapphire_panel.hpp+21
- src/sapphire_simd.hpp+10
- src/sapphire_vcvrack.hpp+132
- src/sapphire_widget.hpp+121-13
- src/tin_vcv.cpp+2-3
- src/tout_vcv.cpp+2-3
- src/tricorder_vcv.cpp+2-6
- util/make_sapphire_svg.py+238-58
- util/modules.txt+1
- util/svgpanel.py+13-10
- util/unittest/audio_hash.txt+3
- util/unittest/output/.gitignore+1
- util/unittest/unittest.cpp+68-10
+61-20
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
762 | 762 |
| |
763 | 763 |
| |
764 | 764 |
| |
| 765 | + | |
| 766 | + | |
| 767 | + | |
765 | 768 |
| |
766 | 769 |
| |
767 | 770 |
| |
| |||
959 | 962 |
| |
960 | 963 |
| |
961 | 964 |
| |
| 965 | + | |
962 | 966 |
| |
963 | 967 |
| |
964 | 968 |
| |
| |||
1594 | 1598 |
| |
1595 | 1599 |
| |
1596 | 1600 |
| |
| 1601 | + | |
1597 | 1602 |
| |
1598 | 1603 |
| |
1599 | 1604 |
| |
| 1605 | + | |
| 1606 | + | |
| 1607 | + | |
1600 | 1608 |
| |
1601 | 1609 |
| |
1602 | 1610 |
| |
| |||
2865 | 2873 |
| |
2866 | 2874 |
| |
2867 | 2875 |
| |
| 2876 | + | |
| 2877 | + | |
| 2878 | + | |
| 2879 | + | |
| 2880 | + | |
| 2881 | + | |
| 2882 | + | |
| 2883 | + | |
| 2884 | + | |
| 2885 | + | |
| 2886 | + | |
| 2887 | + | |
| 2888 | + | |
| 2889 | + | |
| 2890 | + | |
| 2891 | + | |
| 2892 | + | |
| 2893 | + | |
| 2894 | + | |
| 2895 | + | |
| 2896 | + | |
| 2897 | + | |
| 2898 | + | |
| 2899 | + | |
2868 | 2900 |
| |
2869 | 2901 |
| |
2870 | 2902 |
| |
| |||
3097 | 3129 |
| |
3098 | 3130 |
| |
3099 | 3131 |
| |
| 3132 | + | |
3100 | 3133 |
| |
3101 | 3134 |
| |
3102 | 3135 |
| |
| |||
3365 | 3398 |
| |
3366 | 3399 |
| |
3367 | 3400 |
| |
3368 |
| - | |
3369 |
| - | |
3370 |
| - | |
3371 |
| - | |
3372 |
| - | |
3373 |
| - | |
3374 |
| - | |
3375 |
| - | |
3376 |
| - | |
3377 |
| - | |
3378 |
| - | |
3379 |
| - | |
3380 |
| - | |
3381 |
| - | |
3382 |
| - | |
3383 |
| - | |
3384 |
| - | |
3385 |
| - | |
3386 |
| - | |
3387 |
| - | |
| 3401 | + | |
| 3402 | + | |
| 3403 | + | |
| 3404 | + | |
| 3405 | + | |
| 3406 | + | |
| 3407 | + | |
| 3408 | + | |
| 3409 | + | |
| 3410 | + | |
| 3411 | + | |
| 3412 | + | |
| 3413 | + | |
| 3414 | + | |
| 3415 | + | |
| 3416 | + | |
| 3417 | + | |
| 3418 | + | |
| 3419 | + | |
| 3420 | + | |
| 3421 | + | |
| 3422 | + | |
| 3423 | + | |
| 3424 | + | |
| 3425 | + | |
| 3426 | + | |
| 3427 | + | |
3388 | 3428 |
| |
3389 | 3429 |
| |
3390 | 3430 |
| |
| |||
3504 | 3544 |
| |
3505 | 3545 |
| |
3506 | 3546 |
| |
| 3547 | + | |
3507 | 3548 |
| |
3508 | 3549 |
| |
3509 | 3550 |
| |
|
0 commit comments