-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
44 lines (44 loc) · 1.29 KB
/
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
36
37
38
39
40
41
42
43
44
{
"$schema" : "plugin.schema.json",
"author" : "Nathan J. Hood",
"authorEmail" : "[email protected]",
"authorUrl" : "https://github.com/nathanjhood",
"brand" : "StoneyDSP",
"changelogUrl" : "https://github.com/StoneyDSP/StoneyVCV/blob/production/CHANGELOG.md",
"donateUrl" : "https://github.com/StoneyDSP/StoneyVCV/blob/production/.github/FUNDING.yml",
"license" : "MIT",
"manualUrl" : "https://github.com/StoneyDSP/StoneyVCV/blob/production/README.md",
"minRackVersion" : "2.5.2",
"modules" :
[
{
"description" : "1hp Panel Spacer.",
"name" : "HP1",
"slug" : "HP1",
"tags" : [ "Blank" ]
},
{
"description" : "2hp Panel Spacer.",
"name" : "HP2",
"slug" : "HP2",
"tags" : [ "Blank" ]
},
{
"description" : "4hp Panel Spacer.",
"name" : "HP4",
"slug" : "HP4",
"tags" : [ "Blank" ]
},
{
"description" : "Voltage-controlled Amplifier. Supports polyphony.",
"name" : "VCA",
"slug" : "VCA",
"tags" : [ "Voltage-controlled amplifier", "Polyphonic" ]
}
],
"name" : "StoneyVCV",
"pluginUrl" : "https://github.com/StoneyDSP/StoneyVCV",
"slug" : "StoneyDSP-StoneyVCV",
"sourceUrl" : "https://github.com/StoneyDSP/StoneyVCV/blob/production",
"version" : "2.0.1349"
}