-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.json
64 lines (64 loc) · 1.4 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
{
"slug": "nullpath",
"name": "NullPath",
"version": "2.0.0",
"license": "GPL-3.0-or-later",
"brand": "NullPath",
"author": "Andrew Hanson & Eric Socia",
"authorEmail": "",
"authorUrl": "",
"pluginUrl": "https://github.com/alefnull/NullPath",
"manualUrl": "https://github.com/alefnull/NullPath",
"sourceUrl": "https://github.com/alefnull/NullPath",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "switch18",
"name": "Expand",
"description": "A 1-9 not-so-sequential switch",
"tags": [
"Switch",
"Utility",
"Polyphonic"
]
},
{
"slug": "switch81",
"name": "Collapse",
"description": "A 9-1 not-so-sequential switch",
"tags": [
"Switch",
"Utility",
"Polyphonic"
]
},
{
"slug": "funcgen",
"name": "Cascade",
"description": "A 4 channel envelope/function generator",
"tags": [
"Envelope generator"
]
},
{
"slug": "supersaw",
"name": "Turbulence",
"description": "A supersaw oscillator/synth voice, with noise and a built-in ADSR envelope",
"tags": [
"Oscillator",
"Polyphonic",
"Synth voice"
]
},
{
"slug": "randrouter",
"name": "Entangle",
"description": "9-9 random router",
"tags": [
"Switch",
"Utility"
]
}
]
}