-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.json
44 lines (44 loc) · 1.03 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
{
"slug": "s-ol",
"name": "s-ol",
"version": "1.0.0",
"license": "MIT",
"brand": "s-ol",
"author": "sol bekic",
"authorEmail": "[email protected]",
"authorUrl": "https://s-ol.nu",
"pluginUrl": "https://s-ol.nu/vcvmods",
"manualUrl": "https://s-ol.nu/vcvmods/doc",
"sourceUrl": "https://git.s-ol.nu/vcvmods",
"donateUrl": "",
"modules": [
{
"slug": "WrapComp",
"name": "Wrapping Comparator",
"description": "compares a voltage against a window in a circular space",
"tags": [
"Utility",
"Logic"
]
},
{
"slug": "CircleVCO",
"name": "Quadrature Circle VCO",
"description": "sinewave VCO with 90\u00b0 quadrature output for drawing circles.",
"tags": [
"Digital",
"Oscillator",
"Visual"
]
},
{
"slug": "Modulo",
"name": "Modulo / Round",
"description": "generates a modulo + rounded signal for a voltage-controlled step size.",
"tags": [
"Logic",
"Quantizer"
]
}
]
}