-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.json
56 lines (56 loc) · 1.84 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
{
"slug": "BlackNoiseModular",
"name": "BlackNoiseModular",
"version": "2.0.2",
"license": "GPL-3.0-or-later",
"brand": "BlackNoiseModular",
"author": "Alexandre Simon, Ewan Hemingway",
"authorEmail": "",
"authorUrl": "https://blacknoisemodular.com/",
"pluginUrl": "",
"manualUrl": "https://github.com/BlackNoiseModular/VCV/blob/master/README.md",
"sourceUrl": "https://github.com/BlackNoiseModular/VCV",
"donateUrl": "",
"changelogUrl": "https://github.com/BlackNoiseModular/VCV/blob/master/CHANGELOG.md",
"modules": [
{
"slug": "Cosmos",
"name": "Cosmos",
"description": "Cosmos is a new kind of module that will help you to creating complex modulation, sounds, patterns with ease and will lead you to new sounds territories.",
"manualUrl": "https://blacknoisemodular.com/products/cosmos",
"modularGridUrl": "https://modulargrid.net/e/black-noise-cosmos",
"tags": [
"Hardware clone",
"Logic",
"Multiple",
"Polyphonic"
]
},
{
"slug": "GomaII",
"name": "GomaII",
"description": "GOMA II is a new take on the classic attenuverter/mixer concept. It stands for Generator, Offset, Mixer, Attenuverter.",
"manualUrl": "https://blacknoisemodular.com/products/goma-ii",
"modularGridUrl": "https://modulargrid.net/e/black-noise-goma-ii",
"tags": [
"Attenuator",
"Hardware clone",
"Mixer",
"Polyphonic"
]
},
{
"slug": "SlewLFO",
"name": "SlewLFO",
"description": "Slew, LFO, and much more",
"manualUrl": "https://blacknoisemodular.com/products/slew-lfo",
"modularGridUrl": "https://modulargrid.net/e/black-noise-slew-lfo-",
"tags": [
"Hardware clone",
"Low-frequency oscillator",
"Slew limiter",
"Polyphonic"
]
}
]
}