-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.json
More file actions
73 lines (73 loc) · 3.23 KB
/
plugin.json
File metadata and controls
73 lines (73 loc) · 3.23 KB
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
{
"slug": "OuroborosModules",
"name": "OuroborosModules",
"version": "2.1.2",
"license": "GPL-3.0-or-later",
"brand": "Ouroboros Industries",
"author": "Chronos \"phantombeta\" Ouroboros",
"authorEmail": "",
"authorUrl": "https://github.com/Doom2fan",
"pluginUrl": "https://github.com/Doom2fan/OuroborosModules",
"manualUrl": "https://github.com/Doom2fan/OuroborosModules/wiki",
"sourceUrl": "https://github.com/Doom2fan/OuroborosModules",
"donateUrl": "",
"changelogUrl": "https://github.com/Doom2fan/OuroborosModules/blob/develop/CHANGELOG.md",
"modules": [
{
"slug": "MetaModule",
"name": "Meta",
"description": "Adds meta features to VCV Rack (Cable sounds, startup pre-muter; Full list in the manual)",
"tags": [ "Utility" ],
"keywords": "sounds cable_sounds cablesounds premute premuter",
"manualUrl": "https://github.com/Doom2fan/OuroborosModules/wiki/Meta"
},
{
"slug": "CableColorModule",
"name": "Chroma",
"description": "A cable colour manager with labels and support for multiple colour collections",
"tags": [ "Utility" ],
"keywords": "cable cables color manager",
"manualUrl": "https://github.com/Doom2fan/OuroborosModules/wiki/Chroma"
},
{
"slug": "StereoVCAModule",
"name": "ST-VCA",
"description": "A stereo version of the Fundamental VCA",
"tags": [ "Voltage-controlled amplifier", "Polyphonic" ],
"keywords": "stereo vca",
"manualUrl": "https://github.com/Doom2fan/OuroborosModules/wiki/ST‐VCA"
},
{
"slug": "BernoulliGates",
"name": "Bernoulli",
"description": "A bank of 8 bernoulli gates",
"tags": [ "Random", "Logic", "Switch", "Clock modulator" ],
"keywords": "gate gates",
"manualUrl": "https://github.com/Doom2fan/OuroborosModules/wiki/Bernoulli"
},
{
"slug": "Median",
"name": "Median",
"description": "A 3-element voltage sorter, sorts 3 voltages into min, mid and max",
"tags": [ "Logic", "Waveshaper", "Polyphonic" ],
"keywords": "sort sorting sorter min mid max",
"manualUrl": "https://github.com/Doom2fan/OuroborosModules/wiki/Median"
},
{
"slug": "Junction",
"name": "Junction",
"description": "A switched mult with 8 inputs and 2 outputs. Counterpart to Branch",
"tags": [ "Switch", "Multiple", "Utility", "Mixer", "Polyphonic" ],
"keywords": "switched mult switchedmult mults switchedmults",
"manualUrl": "https://github.com/Doom2fan/OuroborosModules/wiki/Junction"
},
{
"slug": "Branch",
"name": "Branch",
"description": "A switched mult/router with 2 inputs and 8 outputs. Counterpart to Junction",
"tags": [ "Switch", "Multiple", "Utility", "Polyphonic" ],
"keywords": "switched mult switchedmult mults switchedmults",
"manualUrl": "https://github.com/Doom2fan/OuroborosModules/wiki/Branch"
}
]
}