-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.json
53 lines (53 loc) · 1.06 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
{
"slug": "NB",
"name": "NB",
"version": "2.0.0",
"license": "GPL-3.0-or-later",
"brand": "NB",
"author": "Nils Brederlow",
"authorEmail": "",
"authorUrl": "",
"pluginUrl": "",
"manualUrl": "",
"sourceUrl": "",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "softclip",
"name": "softclip",
"description": "soft tanh clipping with hardness control",
"tags": [
"Waveshaper",
"Distortion",
"Effect"
]
},
{
"slug": "Moggle",
"name": "Moggle",
"description": "cv controlled morphing between two values",
"tags": [
"Logic"
]
},
{
"slug": "Polyfotz",
"name": "Polyfotz",
"description": "Polyphonic 4 voice harmony generator",
"tags": [
"polyphonic",
"chorus"
]
},
{
"slug": "VarTriSaw",
"name": "VarTriSaw",
"description": "4 voice oscillator square and triangle waveforms with pwm",
"tags": [
"polyphonic",
"oscillator"
]
}
]
}