-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathplugin.json
59 lines (59 loc) · 1.37 KB
/
plugin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"slug": "OrangeLine",
"name": "OrangeLine",
"version": "1.3.4",
"license": "GPL-3.0-only",
"brand": "",
"author": "Dieter Stubler",
"authorEmail": "[email protected]",
"authorUrl": "https://github.com/Stubs42/OrangeLine",
"pluginUrl": "https://github.com/Stubs42/OrangeLine",
"manualUrl": "https://github.com/Stubs42/OrangeLine/blob/master/README.md",
"sourceUrl": "https://github.com/Stubs42/OrangeLine",
"donateUrl": "https://paypal.me/DieterStubler?locale.x=de_DE",
"modules": [
{
"slug": "Fence",
"name": "Fence",
"description": "Keep CVs in a defined pitch range",
"tags": [
"Quantizer",
"Tuner",
"Utility",
"Distortion",
"WaveShaper",
"Polyphonic",
"Poly"
]
},
{
"slug": "Swing",
"name": "Swing",
"description": "Micro Timing Sequencer",
"tags": [
"Sequencer",
"Clock"
]
},
{
"slug": "Mother",
"name": "Mother",
"description": "Mode aware probability driven quantizer",
"tags": [
"Quantizer",
"Sequencer",
"Polyphonic",
"Poly"
]
},
{
"slug": "Phrase",
"name": "Phrase",
"description": "Utility to sequence phrases by sequencing a sequencer",
"tags": [
"Sequencer",
"Utility"
]
}
]
}