-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
28 lines (28 loc) · 926 Bytes
/
plugin.json
File metadata and controls
28 lines (28 loc) · 926 Bytes
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
{
"slug": "ModularMooch",
"name": "Modular Mooch",
"version": "2.1.0",
"license": "GPL-3.0-or-later",
"brand": "Modular Mooch",
"author": "Wesley Leggo-Morrell",
"authorEmail": "wes.mm@outlook.com",
"authorUrl": "https://github.com/WesDaMooch",
"pluginUrl": "https://github.com/WesDaMooch/Modular-Mooch-VCV",
"sourceUrl": "https://github.com/WesDaMooch/Modular-Mooch-VCV",
"donateUrl": "https://www.paypal.com/donate/?hosted_button_id=BWB3HKRKDTSFC",
"changelogUrl": "",
"modules": [
{
"slug": "Wolfram",
"name": "Wolfram",
"description": "Multi-algorithmic Generative Sequencer",
"manualUrl": "https://github.com/WesDaMooch/Modular-Mooch-VCV/blob/main/img/manuals/Wolfram_Manual.pdf",
"keywords": "cellular automata conway life led matrix generative algorithm",
"tags": [
"Sequencer",
"Function generator",
"Random"
]
}
]
}