-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin.json
30 lines (30 loc) · 919 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
{
"slug": "captvolt",
"name": "CaptVolt's VCV Modules",
"version": "2.1.0",
"license": "GPL-3.0-or-later",
"brand": "captvolt",
"author": "Christian Vogelgsang",
"authorEmail": "[email protected]",
"authorUrl": "https://github.com/cnvogelg",
"pluginUrl": "https://github.com/cnvogelg/captvolt-vcv",
"manualUrl": "https://github.com/cnvogelg/captvolt-vcv/blob/master/README.md",
"sourceUrl": "https://github.com/cnvogelg/captvolt-vcv",
"donateUrl": "",
"changelogUrl": "https://github.com/cnvogelg/captvolt-vcv/releases",
"modules": [
{
"slug": "captvolt-sidofon",
"name": "sidofon",
"description": "Raw SID 6581/8580 chip emulation using ReSID engine",
"tags": [
"Synth Voice",
"Filter"
],
"keywords" : [
"SID"
],
"manualUrl": "https://github.com/cnvogelg/captvolt-vcv/blob/master/README.md#sidofon"
}
]
}