-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathplugin.json
28 lines (27 loc) · 922 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
{
"slug": "Prism",
"name": "Prism",
"author": "John Hoar / Pyer",
"license": "BSD-3-Clause",
"authorEmail": "[email protected]",
"manualUrl": "https://github.com/AmalgamatedHarmonics/Prism/wiki",
"pluginUrl": "https://github.com/AmalgamatedHarmonics/Prism/wiki",
"authorUrl": "https://github.com/AmalgamatedHarmonics/Prism/wiki",
"sourceUrl": "https://github.com/AmalgamatedHarmonics/Prism",
"changelogUrl": "https://github.com/AmalgamatedHarmonics/Prism/blob/master/CHANGELOG.md",
"version": "1.2.0",
"modules": [
{
"slug": "Rainbow",
"name": "Rainbow",
"description": "A multiband band-pass resonant filter, a port of the 4ms SMR",
"tags": ["Physical modeling", "VCF"]
},
{
"slug": "RainbowScaleExpander",
"name": "Spectrum",
"description": "Expander for Rainbow for programming of user-defined scales",
"tags": ["Expander"]
}
]
}