forked from janne808/kocmoc-rack-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.json
85 lines (85 loc) · 1.56 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"slug": "kocmoc",
"name": "kocmoc",
"version": "2.0.5",
"license": "GPL-3.0-or-later",
"brand": "kocmoc",
"author": "janne808",
"authorEmail": "[email protected]",
"authorUrl": "",
"pluginUrl": "",
"manualUrl": "",
"sourceUrl": "https://github.com/janne808/kocmoc-rack-modules/",
"donateUrl": "https://ko-fi.com/janne808",
"changelogUrl": "",
"modules": [
{
"slug": "SVF-1",
"name": "SVF",
"description": "State Variable Filter",
"tags": [
"Filter",
"Polyphonic"
]
},
{
"slug": "TRG",
"name": "TRG",
"description": "Trigger Sequencer",
"tags": [
"Sequencer"
]
},
{
"slug": "LADR",
"name": "LADR",
"description": "4-pole Ladder Filter",
"tags": [
"Filter",
"Polyphonic"
]
},
{
"slug": "OP",
"name": "OP",
"description": "Phase-modulation operator",
"tags": [
"Oscillator",
"Polyphonic"
]
},
{
"slug": "PHASR",
"name": "PHASR",
"description": "Phasor oscillator",
"tags": [
"Oscillator"
]
},
{
"slug": "MUL",
"name": "MUL",
"description": "Multiplier",
"tags": [
"Utility"
]
},
{
"slug": "SKF",
"name": "SKF",
"description": "Sallen-Key filter",
"tags": [
"Filter",
"Polyphonic"
]
},
{
"slug": "DDLY",
"name": "DDLY",
"description": "Digital Delay",
"tags": [
"Delay"
]
}
]
}