-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathplugin.json
43 lines (43 loc) · 1.2 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
{
"slug": "IggyLabsModules",
"name": "iggy.labs",
"version": "2.0.0",
"license": "GPL-3.0-or-later",
"brand": "iggy.labs",
"author": "Isabel Kaspriskie",
"authorEmail": "[email protected]",
"authorUrl": "",
"pluginUrl": "",
"manualUrl": "https://github.com/isabelgk/IggyLabsModules",
"sourceUrl": "https://github.com/isabelgk/IggyLabsModules",
"donateUrl": "https://www.buymeacoffee.com/iggylabs",
"changelogUrl": "https://github.com/isabelgk/IggyLabsModules/blob/master/CHANGELOG",
"modules": [
{
"slug": "table",
"name": "table",
"description": "Wavetable oscillator for user-imported wavetables",
"tags": [
"oscillator",
"polyphonic"
],
"manualUrl": "https://github.com/isabelgk/IggyLabsModules/"
},
{
"slug": "select",
"name": "select",
"description": "Utility to route one of 16 inputs to an output",
"tags": [
"utility"
]
},
{
"slug": "more-ideas",
"name": "more-ideas",
"description": "Elementary cellular automata sequencer (modeled after less concepts for norns)",
"tags": [
"random"
]
}
]
}