-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathplugin.json
49 lines (49 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
{
"slug": "modular80",
"name": "modular80",
"author": "cschol",
"license": "GPL-3.0-or-later",
"authorEmail": "[email protected]",
"authorUrl": "",
"brand": "modular80",
"pluginUrl": "https://github.com/cschol/modular80/blob/master/README.md",
"manualUrl": "https://github.com/cschol/modular80/blob/master/README.md",
"sourceUrl": "https://github.com/cschol/modular80.git",
"changelogUrl": "https://github.com/cschol/modular80/blob/v1/CHANGELOG.md",
"donateUrl": "",
"version": "2.0.1",
"modules": [
{
"slug": "Logistiker",
"name": "Logistiker",
"description": "Chaotic CV generator based on Logistics equation",
"manualUrl": "https://github.com/cschol/modular80/blob/v2/README.md#logistiker",
"tags": [
"Random",
"Sample and hold"
]
},
{
"slug": "RadioMusic",
"name": "Radio Music",
"description": "The Music Thing Modular Radio Music is a sampler pretending to be a radio",
"manualUrl": "https://github.com/cschol/modular80/blob/v2/README.md#radio-music",
"modularGridUrl": "https://www.modulargrid.net/e/music-thing-modular-radio-music",
"tags": [
"Sampler",
"Hardware clone"
]
},
{
"slug": "Nosering",
"name": "Nosering",
"description": "Interpretation of Grant Richter's Noisering design",
"manualUrl": "https://github.com/cschol/modular80/blob/v2/README.md#nosering",
"tags": [
"Noise",
"Random",
"Sample and hold"
]
}
]
}