forked from isabelgk/repelzen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.json
68 lines (68 loc) · 1.46 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
{
"slug": "repelzen",
"name": "repelzen",
"version": "2.0.0",
"license": "GPL-3.0-or-later",
"brand": "repelzen",
"author": "wiqid",
"authorEmail": "[email protected]",
"authorUrl": "https://github.com/wiqid/",
"pluginUrl": "https://github.com/wiqid/repelzen",
"manualUrl": "https://github.com/wiqid/repelzen/blob/master/README.md",
"sourceUrl": "https://github.com/wiqid/repelzen",
"donateUrl": "https://paypal.me/wiqid",
"modules": [
{
"slug": "reblank",
"name": "re-blank",
"description": "4hp blank panel with logo",
"tags": [
"blank"
]
},
{
"slug": "reburst",
"name": "re-burst",
"description": "burst generator",
"tags": [
"clock modulator",
"random"
]
},
{
"slug": "refold",
"name": "re-fold",
"description": "wavefolder",
"tags": [
"waveshaper",
"polyphonic"
]
},
{
"slug": "rewin",
"name": "re-win",
"description": "4 channel quantizer",
"tags": [
"quantizer",
"quad"
]
},
{
"slug": "rexmix",
"name": "rexmix",
"description": "6 channel mixer with three band eq and dual sends, inspired by befaco hexmix",
"tags": [
"mixer",
"equalizer"
]
},
{
"slug": "retrig",
"name": "re-trig",
"description": "cv to trigger utility",
"tags": [
"utility"
]
}
]
}