-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
71 lines (71 loc) · 1.59 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
60
61
62
63
64
65
66
67
68
69
70
71
{
"slug": "GoodSheperd",
"name": "GoodSheperd",
"version": "2.0.0",
"license": "GPL-3.0-or-later",
"brand": "GoodSheperd",
"author": "Jens Schulze",
"authorEmail": "",
"authorUrl": "https://github.com/jensschulze",
"pluginUrl": "https://github.com/jensschulze/GoodSheperd",
"manualUrl": "https://github.com/jensschulze/GoodSheperd/blob/master/README.md",
"sourceUrl": "https://github.com/jensschulze/GoodSheperd",
"donateUrl": "",
"modules": [
{
"slug": "Hurdle",
"name": "Hurdle",
"description": "github.com/jensschulze3000/GoodSheperd",
"tags": [
"Switch",
"Random"
]
},
{
"slug": "Stable16",
"name": "Stable16",
"description": "github.com/jensschulze3000/GoodSheperd",
"tags": [
"Sequencer"
]
},
{
"slug": "SEQ3st",
"name": "SEQ3st",
"description": "github.com/jensschulze3000/GoodSheperd",
"tags": [
"Sequencer",
"Random"
]
},
{
"slug": "Stall",
"name": "Stall",
"description": "github.com/jensschulze3000/GoodSheperd",
"tags": [
"Polyphonic",
"Switch",
"Utility"
]
},
{
"slug": "Switch1",
"name": "Switch1",
"description": "github.com/jensschulze3000/GoodSheperd",
"tags": [
"Switch"
]
},
{
"slug": "Seqtrol",
"name": "Seqtrol",
"description": "github.com/jensschulze3000/GoodSheperd",
"tags": [
"Clock modulator",
"Sample and hold",
"Switch",
"Utility"
]
}
]
}