-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
43 lines (43 loc) · 771 Bytes
/
Copy pathplugin.json
File metadata and controls
43 lines (43 loc) · 771 Bytes
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
{
"slug": "cmags-acid",
"name": "cmags-acid",
"version": "2.0.0",
"license": "GPL-3.0-only",
"brand": "cmags-acid",
"author": "Niels Poensgen",
"authorEmail": "",
"authorUrl": "",
"pluginUrl": "",
"manualUrl": "",
"sourceUrl": "",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "wavesetOsc",
"name": "wavesetOsc",
"description": "",
"tags": [
"oscillator"
]
},
{
"slug": "SuperSaw",
"name": "SuperSaw",
"description": "",
"tags": []
},
{
"slug": "Clock",
"name": "Clock",
"description": "",
"tags": []
},
{
"slug": "RampToTrig",
"name": "RampToTrig",
"description": "",
"tags": []
}
]
}