-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
56 lines (56 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
{
"slug": "SignalFlux",
"name": "Signal Flux",
"version": "1.1.0",
"license": "GPL-3.0-or-later",
"brand": "Signal Flux",
"author": "Sam Wolk and Signal Flux",
"authorEmail": "[email protected]",
"authorUrl": "https://signalflux.org",
"pluginUrl": "https://github.com/signal-flux/Signal-Flux-VCV-Rack-Modules",
"manualUrl": "https://github.com/signal-flux/Signal-Flux-VCV-Rack-Modules/blob/master/README.md",
"sourceUrl": "https://github.com/signal-flux/Signal-Flux-VCV-Rack-Modules",
"donateUrl": "https://signalflux.org/about/",
"modules": [
{
"slug": "SimpleKnob",
"name": "Unipolar Offset",
"description": "Generates a voltage offset based on the knob position.",
"tags": [
"Utility"
]
},
{
"slug": "BipolarKnob",
"name": "Bipolar Offset",
"description": "Outputs positive and negative voltage proprtional to knob position.",
"tags": [
"Utility"
]
},
{
"slug": "Attenuate",
"name": "Attenuate",
"description": "A single attenuator.",
"tags": [
"utility"
]
},
{
"slug": "Attenuvert",
"name": "Attenuvert",
"description": "A single attenuverter.",
"tags": [
"utility"
]
},
{
"slug": "Invert",
"name": "Invert",
"description": "A single inverter.",
"tags": [
"utility"
]
}
]
}