@@ -3325,7 +3325,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"Befaco": { | "Befaco": { | ||||
"buildTimestamp": 1732875143.6116178, | |||||
"buildTimestamp": 1741467222.009171, | |||||
"creationTimestamp": 1518016501.0, | "creationTimestamp": 1518016501.0, | ||||
"modules": { | "modules": { | ||||
"EvenVCO": { | "EvenVCO": { | ||||
@@ -3408,6 +3408,21 @@ | |||||
}, | }, | ||||
"Bandit": { | "Bandit": { | ||||
"creationTimestamp": 1731801510.3757339 | "creationTimestamp": 1731801510.3757339 | ||||
}, | |||||
"Mixer2": { | |||||
"creationTimestamp": 1741467308.2132354 | |||||
}, | |||||
"Atte": { | |||||
"creationTimestamp": 1741467308.2807086 | |||||
}, | |||||
"AxBC": { | |||||
"creationTimestamp": 1741467308.3646183 | |||||
}, | |||||
"Slew": { | |||||
"creationTimestamp": 1741467308.4345155 | |||||
}, | |||||
"MuDi": { | |||||
"creationTimestamp": 1741467308.5048082 | |||||
} | } | ||||
} | } | ||||
}, | }, | ||||
@@ -15037,5 +15052,26 @@ | |||||
"creationTimestamp": 1740596377.2776837 | "creationTimestamp": 1740596377.2776837 | ||||
} | } | ||||
} | } | ||||
}, | |||||
"OuroborosModules": { | |||||
"buildTimestamp": 1741467308.1223116, | |||||
"creationTimestamp": 1741467308.5818284, | |||||
"modules": { | |||||
"MetaModule": { | |||||
"creationTimestamp": 1741467308.6516895 | |||||
}, | |||||
"CableColorModule": { | |||||
"creationTimestamp": 1741467308.720783 | |||||
}, | |||||
"StereoVCAModule": { | |||||
"creationTimestamp": 1741467308.7941813 | |||||
}, | |||||
"BernoulliGates": { | |||||
"creationTimestamp": 1741467308.8632936 | |||||
}, | |||||
"Median": { | |||||
"creationTimestamp": 1741467308.9396498 | |||||
} | |||||
} | |||||
} | } | ||||
} | } |
@@ -1,6 +1,6 @@ | |||||
{ | { | ||||
"slug": "Befaco", | "slug": "Befaco", | ||||
"version": "2.8.2", | |||||
"version": "2.9.0", | |||||
"license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
"name": "Befaco", | "name": "Befaco", | ||||
"brand": "Befaco", | "brand": "Befaco", | ||||
@@ -359,6 +359,65 @@ | |||||
"Polyphonic", | "Polyphonic", | ||||
"Utility" | "Utility" | ||||
] | ] | ||||
}, | |||||
{ | |||||
"slug": "Mixer2", | |||||
"name": "Mixer", | |||||
"description": "Utilitarian audio and CV mixer", | |||||
"manualUrl": "https://www.befaco.org/mixer-v2/", | |||||
"tags": [ | |||||
"Hardware clone", | |||||
"Mixer", | |||||
"Polyphonic" | |||||
] | |||||
}, | |||||
{ | |||||
"slug": "Atte", | |||||
"name": "Atte", | |||||
"description": "Quad Attenuator/Inverter, Splitter, and Offset Generator", | |||||
"manualUrl": "https://www.befaco.org/atte/", | |||||
"tags": [ | |||||
"Attenuator", | |||||
"Hardware clone", | |||||
"Polyphonic" | |||||
] | |||||
}, | |||||
{ | |||||
"slug": "AxBC", | |||||
"name": "AxBC", | |||||
"description": "Voltage-Controlled Voltage Processor", | |||||
"manualUrl": "https://www.befaco.org/axbc/", | |||||
"tags": [ | |||||
"Ring Modulator", | |||||
"Attenuator", | |||||
"Dual", | |||||
"Hardware clone", | |||||
"Polyphonic" | |||||
] | |||||
}, | |||||
{ | |||||
"slug": "Slew", | |||||
"name": "Slew", | |||||
"description": "Voltage-controlled lag processor and slope detector", | |||||
"manualUrl": "https://www.befaco.org/slew/", | |||||
"tags": [ | |||||
"Slew Limiter", | |||||
"Envelope Follower", | |||||
"Hardware clone", | |||||
"Polyphonic" | |||||
] | |||||
}, | |||||
{ | |||||
"slug": "MuDi", | |||||
"name": "MuDi", | |||||
"description": "Clock Multiple, Conditioner, and Divider in a compact 2HP format", | |||||
"manualUrl": "https://www.befaco.org/mudi/", | |||||
"tags": [ | |||||
"Clock generator", | |||||
"Clock modulator", | |||||
"Hardware clone", | |||||
"Polyphonic" | |||||
] | |||||
} | } | ||||
] | ] | ||||
} | } |
@@ -0,0 +1,69 @@ | |||||
{ | |||||
"slug": "OuroborosModules", | |||||
"name": "OuroborosModules", | |||||
"version": "2.0.1", | |||||
"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/master/CHANGELOG.md", | |||||
"modules": [ | |||||
{ | |||||
"slug": "MetaModule", | |||||
"name": "Meta", | |||||
"description": "Adds features to VCV Rack", | |||||
"tags": [ | |||||
"Utility" | |||||
], | |||||
"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" | |||||
], | |||||
"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" | |||||
], | |||||
"manualUrl": "https://github.com/Doom2fan/OuroborosModules/wiki/ST\u2010VCA" | |||||
}, | |||||
{ | |||||
"slug": "BernoulliGates", | |||||
"name": "Bernoulli", | |||||
"description": "A bank of 8 bernoulli gates", | |||||
"tags": [ | |||||
"Random", | |||||
"Logic", | |||||
"Switch", | |||||
"Clock modulator" | |||||
], | |||||
"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" | |||||
} | |||||
] | |||||
} |