-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
29 lines (29 loc) · 865 Bytes
/
plugin.json
File metadata and controls
29 lines (29 loc) · 865 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
{
"slug": "duddex",
"name": "duddex's Modules",
"version": "2.0.0",
"license": "GPL-3.0-or-later",
"brand": "duddex",
"author": "duddex",
"authorEmail": "duddex@outlook.com",
"authorUrl": "https://github.com/duddex",
"pluginUrl": "https://github.com/duddex/VCVRackModules",
"manualUrl": "https://github.com/duddex/VCVRackModules",
"sourceUrl": "https://github.com/duddex/VCVRackModules",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "TropicalOscillator",
"name": "Tropical Oscillator",
"description": "Tropical Additive Synthesis oscillator based on min-plus algebra",
"tags": ["Oscillator", "Polyphonic"]
},
{
"slug": "Blinkenlights",
"name": "Blinkenlights",
"description": "A blinking LED with adjustable frequency",
"tags": ["Visual", "Utility"]
}
]
}