forked from NicolasNeubauer/noobhour_modules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
58 lines (58 loc) · 1.41 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
{
"slug": "noobhour",
"name": "noobhour",
"version": "2.0.0",
"license": "BSD-3-Clause",
"brand": "noobhour",
"author": "Nicolas Neubauer",
"authorEmail": "[email protected]",
"authorUrl": "https://www.facebook.com/noobhourmusic",
"pluginUrl": "https://github.com/NicolasNeubauer/noobhour_modules",
"manualUrl": "https://github.com/NicolasNeubauer/noobhour_modules/blob/master/README.md",
"sourceUrl": "https://github.com/NicolasNeubauer/noobhour_modules",
"donateUrl": "",
"modules": [
{
"slug": "baseliner",
"name": "Baseliner",
"description": "A 4x probabilistic attenuverting switch.",
"tags": [
"random",
"attenuator",
"switch",
"quad",
"poly"
]
},
{
"slug": "bsl1r",
"name": "Bsl1r",
"description": "A single-channel Baseliner.",
"tags": [
"random",
"attenuator",
"switch",
"poly"
]
},
{
"slug": "customscale",
"name": "Customscaler",
"description": "A quantizer for custom, CV-modifiable scales.",
"tags": [
"quantizer",
"random",
"poly"
]
},
{
"slug": "Normaliser",
"name": "Normaliser",
"description": "An attenuator scaling values to an output range.",
"tags": [
"attenuator",
"poly"
]
}
]
}