-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin.json
60 lines (60 loc) · 1.4 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"slug": "Plurm",
"name": "Plurm",
"version": "2.0.1",
"license": "GPL-3.0-or-later",
"brand": "Plurm",
"author": "David Cherepov",
"authorEmail": "aliasup@yahoo.com",
"authorUrl": "",
"pluginUrl": "",
"manualUrl": "https://github.com/terrytheplatypus/Plurm/blob/master/README.md",
"sourceUrl": "https://github.com/terrytheplatypus/Plurm",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "Stacktrace",
"name": "Stacktrace",
"description": "Sample and hold in an 8-frame stack",
"tags": [
"Sample and hold"
]
},
{
"slug": "randomchordrecorder",
"name": "randomchordrecorder",
"description": "",
"tags": [
"Sequencer",
"Random"
]
},
{
"slug": "randomchordexpndr",
"name": "randomchordexpndr",
"description": "an expander for randomchordrecorder",
"tags": [
"Expander"
]
},
{
"slug": "chordscalequantizer",
"name": "chordscalequantizer",
"description": "quantizes notes to a diatonic scale based on a chord",
"tags": [
"Quantizer"
]
},
{
"slug": "simplerouter",
"name": "simplerouter",
"description": "a rpre/post-processing switch",
"tags": [
"Switch",
"Utility",
"Polyphonic"
]
}
]
}