-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
35 lines (35 loc) · 853 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
{
"slug": "vitamin",
"name": "Vitamin",
"version": "2.0.1",
"license": "BlueOak-1.0.0",
"brand": "Vitamin",
"author": "Xavier Shay",
"authorEmail": "[email protected]",
"authorUrl": "https://xaviershay.com",
"pluginUrl": "",
"manualUrl": "https://github.com/xaviershay/vitamin-vcv-modules",
"sourceUrl": "https://github.com/xaviershay/vitamin-vcv-modules",
"donateUrl": "",
"modules": [
{
"slug": "Bypass",
"name": "B (Effect Bypass)",
"description": "Multi-channel effect bypass.",
"tags": [
"utility",
"polyphonic"
]
},
{
"slug": "Pan",
"name": "P (Pan)",
"description": "Pan a polyphonic mono input using constant power law to maintain overall volume.",
"tags": [
"pan",
"mixer",
"polyphonic"
]
}
]
}