forked from AmalgamatedHarmonics/Prism
-
Notifications
You must be signed in to change notification settings - Fork 2
/
plugin.json
33 lines (32 loc) · 1.06 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
{
"slug": "Prism",
"name": "Prism",
"author": "John Hoar / Pyer / Steve Russell",
"license": "BSD-3-Clause",
"authorEmail": "[email protected]",
"manualUrl": "https://github.com/SteveRussell33/Prism/blob/master/doc/PrismUM.pdf",
"pluginUrl": "https://github.com/SteveRussell33/Prism",
"sourceUrl": "https://github.com/SteveRussell33/Prism",
"changelogUrl": "https://github.com/SteveRussell33/Prism/blob/Rack2/CHANGELOG.md",
"version": "2.3.5a",
"modules": [
{
"slug": "Rainbow",
"name": "Rainbow",
"description": "A multiband band-pass resonant filter, a port of the 4ms SMR",
"tags": ["Physical modeling", "VCF", "Hardware clone"]
},
{
"slug": "RainbowScaleExpander",
"name": "Spectrum",
"description": "Expander for Rainbow for programming of user-defined scales",
"tags": ["Expander"]
},
{
"slug": "Droplet",
"name": "Droplet",
"description": "A band-pass resonant filter, a port of the 4ms SMR MaxQ filter",
"tags": ["Physical modeling", "VCF", "Hardware clone"]
}
]
}