-
Notifications
You must be signed in to change notification settings - Fork 3
/
plugin.json
61 lines (61 loc) · 1.57 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
{
"slug": "forsitan",
"name": "forsitan modulare",
"version": "2.1.0",
"license": "GPL-3.0-or-later",
"brand": "forsitan modulare",
"author": "Giampaolo Guiducci",
"authorEmail": "giampaolo.guiducci@gmail.com",
"authorUrl": "https://github.com/gosub",
"pluginUrl": "https://github.com/gosub/forsitan-modulare",
"manualUrl": "https://github.com/gosub/forsitan-modulare#forsitan-modulare",
"sourceUrl": "https://github.com/gosub/forsitan-modulare",
"donateUrl": "",
"changelogUrl": "https://github.com/gosub/forsitan-modulare/blob/v2.1.0/CHANGELOG.md",
"modules": [
{
"slug": "alea",
"name": "alea",
"description": "Add a random module to your rack.",
"tags": [
"Random",
"Utility"
]
},
{
"slug": "interea",
"name": "interea",
"description": "Make a chord from a V/Oct input, with quality, voicing and inversion. Harmonize option.",
"tags": [
"Quad",
"Utility"
]
},
{
"slug": "cumuli",
"name": "cumuli",
"description": "Accumulator with up and down gates and rates.",
"tags": [
"Envelope generator"
]
},
{
"slug": "deinde",
"name": "deinde",
"description": "Quad cascading addressable attack-hold envelope.",
"tags": [
"Envelope generator",
"Quad"
]
},
{
"slug": "pavo",
"name": "pavo",
"description": "Spreader of polyphonic mono signals across the stereo field (Splay Ugen).",
"tags": [
"Panning",
"Polyphonic"
]
}
]
}