-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin.json
27 lines (27 loc) · 829 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
{
"slug": "h4n4-modules",
"name": "H4N4 Modules",
"version": "2.3.1",
"license": "GPL-3.0-or-later",
"brand": "H4N4",
"author": "Hanna Koppelaar",
"authorEmail": "",
"authorUrl": "",
"pluginUrl": "",
"manualUrl": "https://github.com/hannakoppelaar/h4n4-modules",
"sourceUrl": "https://github.com/hannakoppelaar/h4n4-modules",
"donateUrl": "https://paypal.me/hannakoppelaar",
"changelogUrl": "https://github.com/hannakoppelaar/h4n4-modules/blob/main/CHANGELOG.md",
"modules": [
{
"slug": "xen-qnt",
"name": "Xen Quantizer",
"description": "Polyphonic CV-controllable Scala Quantizer",
"tags": [
"quantizer", "polyphonic"
],
"manualUrl": "https://github.com/hannakoppelaar/h4n4-modules#xen-quantizer",
"keywords": "xenharmonic microtonal"
}
]
}