-
Notifications
You must be signed in to change notification settings - Fork 5
/
plugin.json
71 lines (71 loc) · 1.74 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
65
66
67
68
69
70
71
{
"slug": "LittleUtils",
"name": "Little Utils",
"version": "2.1.0",
"license": "EUPL-1.2",
"brand": "",
"author": "Márton Gunyhó",
"authorEmail": "",
"authorUrl": "https://github.com/mgunyho",
"pluginUrl": "https://github.com/mgunyho/Little-Utils",
"manualUrl": "https://github.com/mgunyho/Little-Utils",
"sourceUrl": "https://github.com/mgunyho/Little-Utils",
"changelogUrl": "https://github.com/mgunyho/Little-Utils/blob/master/CHANGELOG.md",
"donateUrl": "",
"modules": [
{
"slug": "Button",
"name": "Button",
"description": "Press a button to output a trigger, gate or flip-flop signal",
"tags": [
"utility"
]
},
{
"slug": "BiasSemitone",
"name": "Bias/Semitone",
"description": "Offset an incoming voltage by volts or semitones",
"tags": [
"utility",
"polyphonic"
]
},
{
"slug": "MultiplyDivide",
"name": "Multiply/Divide",
"description": "Multiply or divide two signals",
"tags": [
"utility",
"polyphonic"
]
},
{
"slug": "PulseGenerator",
"name": "Pulse Generator",
"description": "Generate rectangular pulses with a given duration",
"tags": [
"utility",
"envelope generator",
"polyphonic"
]
},
{
"slug": "TeleportIn",
"name": "Teleport In",
"description": "Send signals wirelessly to one or more Teleport Out modules",
"tags": [
"utility",
"polyphonic"
]
},
{
"slug": "TeleportOut",
"name": "Teleport Out",
"description": "Receive signals wirelessly from a Teleport In module",
"tags": [
"utility",
"polyphonic"
]
}
]
}