-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.json
58 lines (58 loc) · 1.25 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
{
"slug": "Admiral",
"name": "Admiral",
"version": "1.1.0",
"license": "MIT",
"brand": "Admiral",
"author": "Wannes Rombouts",
"authorEmail": "wapiflapi@gmail.com",
"authorUrl": "https://github.com/wapiflapi",
"pluginUrl": "https://github.com/wapiflapi/admiral",
"manualUrl": "https://github.com/wapiflapi/admiral",
"sourceUrl": "https://github.com/wapiflapi/admiral",
"donateUrl": "https://paypal.me/wapiflapi",
"modules": [
{
"slug": "Watches",
"name": "Watches",
"description": "Dual switched multiples.",
"tags": [
"Dual",
"Multiple",
"Switch",
"Utility",
"Polyphonic"
]
},
{
"slug": "Shifts",
"name": "Shifts",
"description": "Two stage Bernoulli mixer.",
"tags": [
"Mixer",
"Panning",
"Random"
]
},
{
"slug": "Tables",
"name": "Tables",
"description": "Quad sequencer.",
"tags": [
"Clock modulator",
"Quad",
"Sequencer"
]
},
{
"slug": "Divisions",
"name": "Divisions",
"description": "Clock divider and polyrhythm generator.",
"tags": [
"Switch",
"Clock modulator",
"Sequencer"
]
}
]
}