-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
plugin.json
77 lines (77 loc) · 2.26 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"slug": "CaptainsSounds",
"name": "Captain's Sounds",
"version": "2.0.0",
"license": "GPL-3.0-only",
"brand": "Captain's Sounds",
"author": "Mike Allison",
"authorEmail": "mike@captainssounds.com",
"authorUrl": "https://captainofbass.com",
"pluginUrl": "https://captainssounds.com",
"manualUrl": "",
"sourceUrl": "https://github.com/mikeallisonJS/vcv-CaptainsSounds",
"donateUrl": "https://captainofbass.com/donate",
"changelogUrl": "https://github.com/mikeallisonJS/vcv-CaptainsSounds/CHANGELOG.md",
"modules": [
{
"slug": "Blank901",
"name": "Blank 901",
"description": "1HP Blank 90h theme",
"tags": ["Blank"]
},
{
"slug": "Blank902",
"name": "Blank 902",
"description": "2HP Blank 90h theme",
"tags": ["Blank"]
},
{
"slug": "Blank904",
"name": "Blank 904",
"description": "4HP Blank 90h theme",
"tags": ["Blank"]
},
{
"slug": "Blank908",
"name": "Blank 908",
"description": "8HP Blank 90h theme",
"tags": ["Blank"]
},
{
"slug": "IMO",
"name": "IMO - Input to Multiple Output",
"description": "Dual polyphonic input to multi out",
"tags": ["Dual", "Multiple", "Polyphonic", "Utility"]
},
{
"slug": "MIO",
"name": "MIO - Multiple Input to Output",
"description": "Dual polyphonic multi input to out",
"tags": ["Dual", "Mixer", "Multiple", "Polyphonic", "Utility"]
},
{
"slug": "Nip",
"name": "Nip",
"description": "Hard clipper with ceiling",
"tags": ["Distortion", "Dynamics", "Limiter", "Polyphonic"]
},
{
"slug": "Pow",
"name": "Pow",
"description": "Uni-polar and Bi-polar voltage generator and attenuator",
"tags": ["Attenuator", "Polyphonic", "Utility"]
},
{
"slug": "VBNO",
"name": "VBNO - Voice By Note Oscillator",
"description": "Oscillator with locked pitch by octave & note. Also allows for v/oct overrides rounding voltage to nearest octave or note.",
"tags": ["Digital", "Oscillator", "Tuner"]
},
{
"slug": "Dip",
"name": "Dip",
"description": "Parallel High-pass & Low-pass filter. Like a notch filter on sterioids.",
"tags": ["Filter"]
}
]
}