File tree
13 files changed
+61
-323
lines changed- bin
- plugins
- PowerJuiceX2
- PowerJuice
- StutterJuice
- TriggerJuice
- VectorJuice
- WobbleJuice
13 files changed
+61
-323
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
11 | | - | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
| 16 | + | |
13 | 17 | | |
14 | | - | |
| 18 | + | |
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
| 26 | + | |
22 | 27 | | |
23 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
24 | 32 | | |
25 | 33 | | |
26 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
27 | 38 | | |
28 | 39 | | |
29 | 40 | | |
| |||
36 | 47 | | |
37 | 48 | | |
38 | 49 | | |
| 50 | + | |
39 | 51 | | |
40 | 52 | | |
41 | 53 | | |
| |||
This file was deleted.
This file was deleted.
- .gitignore+2
- .travis.yml+18
- .travis/before_install.sh+10
- .travis/install.sh+16
- .travis/script-linux.sh+14
- .travis/script-macos.sh+17
- .travis/script-win32.sh+20
- .travis/script-win64.sh+20
- Makefile+54
- Makefile.base.mk+236
- Makefile.plugins.mk+206
- README.md+3-2
- dgl/Application.hpp+1-1
- dgl/Makefile+46-46
- dgl/Makefile.mk-127
- dgl/src/Application.cpp+2-2
- dgl/src/NanoVG.cpp+4-4
- dgl/src/WidgetPrivateData.hpp+4-4
- dgl/src/Window.cpp+86-39
- dgl/src/nanovg/fontstash.h+2-2
- dgl/src/pugl/pugl_osx.m-3
- dgl/src/pugl/pugl_win.cpp+2-2
- dgl/src/sofd/libsofd.c+1-1
- distrho/DistrhoPlugin.hpp+102-4
- distrho/DistrhoPluginMain.cpp+2
- distrho/DistrhoUI.hpp+2-1
- distrho/DistrhoUIMain.cpp+2
- distrho/extra/Base64.hpp+1-1
- distrho/src/DistrhoDefines.h+3-3
- distrho/src/DistrhoPlugin.cpp+7-7
- distrho/src/DistrhoPluginCarla.cpp+68-12
- distrho/src/DistrhoPluginInternal.hpp+56-7
- distrho/src/DistrhoPluginJack.cpp+90-23
- distrho/src/DistrhoPluginLADSPA+DSSI.cpp+35-15
- distrho/src/DistrhoPluginLV2.cpp+107-37
- distrho/src/DistrhoPluginLV2export.cpp+47-24
- distrho/src/DistrhoPluginVST.cpp+324-76
- distrho/src/DistrhoUI.cpp+1-1
- distrho/src/DistrhoUIDSSI.cpp+14-3
- distrho/src/DistrhoUIInternal.hpp+20-15
- distrho/src/DistrhoUILV2.cpp+34-1
- distrho/src/vestige/vestige.h+92-31
- examples/Info/DistrhoPluginInfo.h+47
- examples/Info/InfoExamplePlugin.cpp+288
- examples/Info/InfoExampleUI.cpp+222
- examples/Info/Makefile+45
- examples/Info/README.md+10
- examples/Latency/DistrhoPluginInfo.h+30
- examples/Latency/LatencyExamplePlugin.cpp+251
- examples/Latency/Makefile+36
- examples/Latency/README.md+8
- examples/Meters/DistrhoPluginInfo.h+34
- examples/Meters/ExamplePluginMeters.cpp+284
- examples/Meters/ExampleUIMeters.cpp+254
- examples/Meters/Makefile+53
- examples/Meters/README.md+8
- examples/MidiThrough/DistrhoPluginInfo.h+31
- examples/MidiThrough/Makefile+35
- examples/MidiThrough/MidiThroughExamplePlugin.cpp+137
- examples/MidiThrough/README.md+6
- examples/Parameters/DistrhoPluginInfo.h+30
- examples/Parameters/ExamplePluginParameters.cpp+292
- examples/Parameters/ExampleUIParameters.cpp+244
- examples/Parameters/Makefile+54
- examples/Parameters/README.md+9
- examples/States/DistrhoPluginInfo.h+31
- examples/States/ExamplePluginStates.cpp+316
- examples/States/ExampleUIStates.cpp+287
- examples/States/Makefile+53
- examples/States/README.md+9
- utils/generate-ttl.sh+6-6
- utils/generate-vst-bundles.sh-6
- utils/png2rgba.py+1-1
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
0 commit comments