forked from dotinspace/vcv-MrLumps
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin.json
41 lines (41 loc) · 945 Bytes
/
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
{
"slug": "MrLumps",
"name": "MrLumps",
"version": "2.0.0",
"license": "MIT",
"brand": "MrLumps",
"author": "David Peterson",
"authorEmail": "[email protected]",
"authorUrl": "https://github.com/djpeterso23662",
"pluginUrl": "https://github.com/djpeterso23662/MrLumps",
"manualUrl": "https://github.com/djpeterso23662/MrLumps/blob/master/README.md",
"sourceUrl": "https://github.com/djpeterso23662/MrLumps",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "SEQE",
"name": "SEQEuclid",
"description": "Euclidean Sequencer",
"tags": [
"Sequencer"
]
},
{
"slug": "VCS1",
"name": "VCS1",
"description": "1x8 Voltage Controlled Switch",
"tags": [
"Switch"
]
},
{
"slug": "VCS2",
"name": "VCS2",
"description": "2x4 Voltage Controlled Switch",
"tags": [
"Switch"
]
}
]
}