forked from mgunyho/PdArray
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
49 lines (49 loc) · 1.21 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
{
"slug": "PdArray",
"name": "PdArray",
"version": "2.1.0",
"license": "EUPL-1.2",
"brand": "",
"author": "Márton Gunyhó",
"authorEmail": "",
"authorUrl": "https://github.com/mgunyho",
"pluginUrl": "https://github.com/mgunyho/PdArray",
"manualUrl": "https://github.com/mgunyho/PdArray",
"sourceUrl": "https://github.com/mgunyho/PdArray",
"changelogUrl": "https://github.com/mgunyho/PdArray/blob/master/CHANGELOG.md",
"donateUrl": "",
"modules": [
{
"slug": "Array",
"name": "Array",
"description": "Draw or record sequences, envelopes or audio",
"tags": [
"envelope generator",
"function generator",
"sampler",
"visual",
"waveshaper",
"polyphonic"
]
},
{
"slug": "Miniramp",
"name": "Miniramp",
"description": "Generate a ramp from 0V to 10V with a given duration",
"tags": [
"envelope generator",
"utility",
"polyphonic"
]
},
{
"slug": "Ministep",
"name": "Ministep",
"description": "Use triggers to step voltages from 0V to 10V in a given number of steps",
"tags": [
"utility",
"polyphonic"
]
}
]
}