-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.json
45 lines (45 loc) · 1.07 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
{
"slug": "Equanimity",
"name": "Equanimity",
"version": "1.0.0",
"license": "GPL-3.0-or-later",
"brand": "Equanimity",
"author": "Vena",
"authorEmail": "yppahhappy.com@gmail.com",
"authorUrl": "https://github.com/VenaMaybe",
"pluginUrl": "https://github.com/VenaMaybe/Equanimity",
"manualUrl": "",
"sourceUrl": "https://github.com/VenaMaybe/Equanimity/tree/master",
"donateUrl": "https://www.dictionary.com/browse/equanimity",
"changelogUrl": "",
"modules": [
{
"slug": "comparator_one",
"name": "Reflect",
"description": "A simple logical dual comparator",
"tags": [
"Utility",
"Effect",
"Distortion",
"Switch",
"Waveshaper",
"Limiter",
"Dual"
]
},
{
"slug": "comparator_two",
"name": "Reflections",
"description": "A logical dual comparator with included gate and latch switches",
"tags": [
"Utility",
"Effect",
"Distortion",
"Switch",
"Waveshaper",
"Limiter",
"Dual"
]
}
]
}