diff --git a/manifests-cache.json b/manifests-cache.json index e7e94b1e..63a6bb47 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -3325,7 +3325,7 @@ } }, "Befaco": { - "buildTimestamp": 1732875143.6116178, + "buildTimestamp": 1741467222.009171, "creationTimestamp": 1518016501.0, "modules": { "EvenVCO": { @@ -3408,6 +3408,21 @@ }, "Bandit": { "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 } } + }, + "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 + } + } } } \ No newline at end of file diff --git a/manifests/Befaco.json b/manifests/Befaco.json index d2a22741..dacab150 100644 --- a/manifests/Befaco.json +++ b/manifests/Befaco.json @@ -1,6 +1,6 @@ { "slug": "Befaco", - "version": "2.8.2", + "version": "2.9.0", "license": "GPL-3.0-or-later", "name": "Befaco", "brand": "Befaco", @@ -359,6 +359,65 @@ "Polyphonic", "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" + ] } ] } \ No newline at end of file diff --git a/manifests/OuroborosModules.json b/manifests/OuroborosModules.json new file mode 100644 index 00000000..489649c1 --- /dev/null +++ b/manifests/OuroborosModules.json @@ -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" + } + ] +} \ No newline at end of file