-
Notifications
You must be signed in to change notification settings - Fork 2
/
plugin.json
66 lines (66 loc) · 1.42 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
{
"slug": "ap-modules",
"name": "aP-Modules",
"version": "1.0.0",
"license": "BSD 3-Clause",
"author": "Alessandro Petrone",
"authorEmail": "alessandro.nge@gmail.",
"authorUrl": "",
"pluginUrl": "",
"manualUrl": "https://github.com/aptrn/aP-Modules/tree/master/Single-Page%20Manual",
"sourceUrl": "https://github.com/aptrn/aP-Modules",
"donateUrl": "paypal.me/aptrn",
"modules": [
{
"slug": "Buffer-Sampler",
"name": "Buffer Sampler",
"description": "Real-Time Sampler",
"tags": [
"Sampler"
]
},
{
"slug": "Detuner",
"name": "Detuner",
"description": "Detune 1V/Oct",
"tags": [
"Utility",
"Polyphonic"
]
},
{
"slug": "Groove-Recorder",
"name": "Groove Recorder",
"description": "Record gates into clocked buffer",
"tags": [
"Sequencer",
"Polyphonic"
]
},
{
"slug": "Voltage-Recorder",
"name": "Voltage Recorder",
"description": "Record CVs into clocked buffer",
"tags": [
"Sequencer",
"Polyphonic"
]
},
{
"slug": "Tempo",
"name": "Tempo",
"description": "3x Clock Multiplier/Divider",
"tags": [
"Sequencer"
]
},
{
"slug": "MS-Matrix",
"name": "MS Matrix",
"description": "Mid/Side Encoder/Decoder",
"tags": [
"Utility"
]
}
]
}