-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin.json
41 lines (36 loc) · 990 Bytes
/
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
{
"slug": "PolyAudibleInstruments",
"name": "Xenakios",
"version": "1.0.9",
"license": "GPL-3.0-only",
"brand": "Xenakios",
"author": "Xenakios",
"authorEmail": "[email protected]",
"authorUrl": "https://xenakios.wordpress.com/",
"pluginUrl": "https://xenakios.wordpress.com/",
"manualUrl": "",
"sourceUrl": "https://github.com/Xenakios/Poly_AudibleInstruments",
"donateUrl": "",
"modules": [
{
"slug": "PolyBraids",
"name": "Macro PolyOscillator 1",
"description": "Based on Mutable Instruments Braids",
"tags": [
"Oscillator",
"Hardware",
"Polyphonic"
]
},
{
"slug": "PolyMarbles",
"name": "Random Sampler",
"description": "Based on Mutable Instruments Marbles",
"modularGridUrl": "https://www.modulargrid.net/e/mutable-instruments-marbles",
"tags": [
"Random",
"Hardware clone"
]
}
]
}