-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
35 lines (35 loc) · 1.21 KB
/
plugin.json
File metadata and controls
35 lines (35 loc) · 1.21 KB
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
{
"slug": "duddex",
"name": "duddex's Modules",
"version": "2.0.1",
"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": "https://github.com/duddex/VCVRackModules/blob/main/CHANGELOG.md",
"modules": [
{
"slug": "TropicalOscillator",
"name": "Tropical Oscillator",
"description": "Polyphonic oscillator using tropical additive synthesis with harmonic multipliers, detune, and tropical VCAs",
"tags": ["Oscillator", "Polyphonic"]
},
{
"slug": "Blinkenlights",
"name": "Blinkenlights",
"description": "Color-cycling blinker with four stacked RGB LED sizes (large to tiny)",
"tags": ["Visual", "Utility"]
},
{
"slug": "BlinkenlightsPlus",
"name": "Blinkenlights Plus",
"description": "Color-cycling blinker using a light bezel and light slider, with slider-controlled frequency",
"tags": ["Visual", "Utility"]
}
]
}