-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathplugin.json
37 lines (37 loc) · 931 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
{
"slug": "Mog",
"name": "Mog",
"version": "1.1.1",
"license": "CC0-1.0",
"brand": "Mog",
"author": "Mog",
"authorEmail": "",
"authorUrl": "",
"pluginUrl": "https://github.com/JustMog/Mog-VCV",
"manualUrl": "https://github.com/JustMog/Mog-VCV",
"sourceUrl": "https://github.com/JustMog/Mog-VCV",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "Network",
"name": "Network",
"description": "Node-based polyphonic sequencer",
"tags": [
"Sequencer",
"Polyphonic"
],
"manualUrl": "https://github.com/JustMog/Mog-VCV/#network"
},
{
"slug": "Nexus",
"name": "Nexus",
"description": "Combination clock divider & sequential switch",
"tags": [
"Clock modulator",
"Polyphonic"
],
"manualUrl": "https://github.com/JustMog/Mog-VCV#nexus"
}
]
}