@@ -1849,6 +1849,7 @@ | |||||
"pluginSlug": "NANOModules", | "pluginSlug": "NANOModules", | ||||
"moduleSlug": "ARC", | "moduleSlug": "ARC", | ||||
"vcvUrl": "https://library.vcvrack.com/NANOModules/ARC", | "vcvUrl": "https://library.vcvrack.com/NANOModules/ARC", | ||||
"mgUrl": "https://www.modulargrid.net/e/nano-modules-arc" | |||||
"mgUrl": "https://www.modulargrid.net/e/nano-modules-arc", | |||||
"mgModuleId": 50826 | |||||
} | } | ||||
] | ] |
@@ -6014,7 +6014,7 @@ | |||||
"modules": {} | "modules": {} | ||||
}, | }, | ||||
"NonlinearCircuits": { | "NonlinearCircuits": { | ||||
"buildTimestamp": 1696090432.8045933, | |||||
"buildTimestamp": 1728141018.2802548, | |||||
"creationTimestamp": 1582350675.0, | "creationTimestamp": 1582350675.0, | ||||
"modules": { | "modules": { | ||||
"BOOLs": { | "BOOLs": { | ||||
@@ -6070,6 +6070,9 @@ | |||||
}, | }, | ||||
"TripleSloth": { | "TripleSloth": { | ||||
"creationTimestamp": 1696090977.9671283 | "creationTimestamp": 1696090977.9671283 | ||||
}, | |||||
"Splish": { | |||||
"creationTimestamp": 1728141036.5685852 | |||||
} | } | ||||
} | } | ||||
}, | }, | ||||
@@ -13977,7 +13980,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"SanguineMutants": { | "SanguineMutants": { | ||||
"buildTimestamp": 1725898024.580309, | |||||
"buildTimestamp": 1728140883.9585345, | |||||
"creationTimestamp": 1717919524.088269, | "creationTimestamp": 1717919524.088269, | ||||
"modules": { | "modules": { | ||||
"Funes": { | "Funes": { | ||||
@@ -14085,7 +14088,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"Cella": { | "Cella": { | ||||
"buildTimestamp": 1727177354.4791765, | |||||
"buildTimestamp": 1728141036.390039, | |||||
"creationTimestamp": 1723919612.1472793, | "creationTimestamp": 1723919612.1472793, | ||||
"modules": { | "modules": { | ||||
"Euler": { | "Euler": { | ||||
@@ -14136,7 +14139,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"SanguineMonsters": { | "SanguineMonsters": { | ||||
"buildTimestamp": 1725269061.6834927, | |||||
"buildTimestamp": 1728140952.7677057, | |||||
"creationTimestamp": 1725269088.3066404, | "creationTimestamp": 1725269088.3066404, | ||||
"modules": { | "modules": { | ||||
"Sanguine-SuperSwitch81": { | "Sanguine-SuperSwitch81": { | ||||
@@ -14395,5 +14398,23 @@ | |||||
"creationTimestamp": 1727604799.722493 | "creationTimestamp": 1727604799.722493 | ||||
} | } | ||||
} | } | ||||
}, | |||||
"Tyche": { | |||||
"buildTimestamp": 1728140968.7608473, | |||||
"creationTimestamp": 1728141036.6399722, | |||||
"modules": { | |||||
"Omen": { | |||||
"creationTimestamp": 1728141036.7012753 | |||||
}, | |||||
"Kron": { | |||||
"creationTimestamp": 1728141036.759458 | |||||
}, | |||||
"Tale": { | |||||
"creationTimestamp": 1728141036.8184476 | |||||
}, | |||||
"Blank": { | |||||
"creationTimestamp": 1728141036.8757322 | |||||
} | |||||
} | |||||
} | } | ||||
} | } |
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"slug": "Cella", | "slug": "Cella", | ||||
"name": "Cella", | "name": "Cella", | ||||
"version": "2.0.3", | |||||
"version": "2.0.4", | |||||
"license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
"brand": "Cella", | "brand": "Cella", | ||||
"author": "Victor Kashirin", | "author": "Victor Kashirin", | ||||
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"slug": "NonlinearCircuits", | "slug": "NonlinearCircuits", | ||||
"name": "Nonlinear Circuits", | "name": "Nonlinear Circuits", | ||||
"version": "2.2.0", | |||||
"version": "2.3.0", | |||||
"license": "CC0-1.0", | "license": "CC0-1.0", | ||||
"author": "Michael Hetrick", | "author": "Michael Hetrick", | ||||
"authorEmail": "", | "authorEmail": "", | ||||
@@ -123,6 +123,7 @@ | |||||
"slug": "Numberwang", | "slug": "Numberwang", | ||||
"name": "Numberwang", | "name": "Numberwang", | ||||
"description": "Four gates make sixteen. That's Numberwang! Panel by jk.", | "description": "Four gates make sixteen. That's Numberwang! Panel by jk.", | ||||
"manualUrl": "https://github.com/mhetrick/nonlinearcircuits", | |||||
"tags": [ | "tags": [ | ||||
"Logic", | "Logic", | ||||
"Hardware Clone" | "Hardware Clone" | ||||
@@ -132,6 +133,7 @@ | |||||
"slug": "Router", | "slug": "Router", | ||||
"name": "Router", | "name": "Router", | ||||
"description": "Simple switch. If the CV input is below the knob voltage setting, the output is active. Panel by jk.", | "description": "Simple switch. If the CV input is below the knob voltage setting, the output is active. Panel by jk.", | ||||
"manualUrl": "https://github.com/mhetrick/nonlinearcircuits", | |||||
"tags": [ | "tags": [ | ||||
"Switch", | "Switch", | ||||
"Mixer", | "Mixer", | ||||
@@ -179,6 +181,20 @@ | |||||
"Low-frequency oscillator" | "Low-frequency oscillator" | ||||
] | ] | ||||
}, | }, | ||||
{ | |||||
"slug": "Splish", | |||||
"name": "Splish", | |||||
"description": "Three input variation of Let's Splosh.", | |||||
"manualUrl": "https://github.com/mhetrick/nonlinearcircuits#splish", | |||||
"tags": [ | |||||
"Mixer", | |||||
"Noise", | |||||
"Utility", | |||||
"Random", | |||||
"Hardware Clone", | |||||
"Quad" | |||||
] | |||||
}, | |||||
{ | { | ||||
"slug": "SquidAxon", | "slug": "SquidAxon", | ||||
"name": "Squid Axon", | "name": "Squid Axon", | ||||
@@ -194,6 +210,7 @@ | |||||
"slug": "Statues", | "slug": "Statues", | ||||
"name": "Statues", | "name": "Statues", | ||||
"description": "1->8 Signal switch using binary inputs. Panel by jk.", | "description": "1->8 Signal switch using binary inputs. Panel by jk.", | ||||
"manualUrl": "https://github.com/mhetrick/nonlinearcircuits", | |||||
"tags": [ | "tags": [ | ||||
"Logic", | "Logic", | ||||
"Hardware Clone" | "Hardware Clone" | ||||
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"slug": "SanguineMonsters", | "slug": "SanguineMonsters", | ||||
"name": "Sanguine Modules", | "name": "Sanguine Modules", | ||||
"version": "2.3.0", | |||||
"version": "2.3.1", | |||||
"license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
"author": "Bloodbat", | "author": "Bloodbat", | ||||
"pluginUrl": "https://github.com/Bloodbat/SanguineMonsters", | "pluginUrl": "https://github.com/Bloodbat/SanguineMonsters", | ||||
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"slug": "SanguineMutants", | "slug": "SanguineMutants", | ||||
"name": "Sanguine Modules", | "name": "Sanguine Modules", | ||||
"version": "2.4.1", | |||||
"version": "2.4.2", | |||||
"license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
"author": "Bloodbat", | "author": "Bloodbat", | ||||
"pluginUrl": "https://github.com/Bloodbat/SanguineMutants", | "pluginUrl": "https://github.com/Bloodbat/SanguineMutants", | ||||
@@ -15,9 +15,14 @@ | |||||
"name": "Funes", | "name": "Funes", | ||||
"description": "Based on Mutable Instruments' Plaits 1.2", | "description": "Based on Mutable Instruments' Plaits 1.2", | ||||
"tags": [ | "tags": [ | ||||
"Oscillator", | |||||
"Digital", | |||||
"Drum", | |||||
"Hardware clone", | "Hardware clone", | ||||
"Polyphonic" | |||||
"Noise", | |||||
"Oscillator", | |||||
"Polyphonic", | |||||
"Speech", | |||||
"Synth voice" | |||||
] | ] | ||||
}, | }, | ||||
{ | { | ||||
@@ -34,13 +39,15 @@ | |||||
"name": "Apices", | "name": "Apices", | ||||
"description": "Based on Mutable Instruments' Peaks", | "description": "Based on Mutable Instruments' Peaks", | ||||
"tags": [ | "tags": [ | ||||
"Delay", | |||||
"Drum", | "Drum", | ||||
"Dual", | |||||
"Envelope generator", | "Envelope generator", | ||||
"Oscillator", | |||||
"Hardware clone", | |||||
"Low-frequency oscillator", | "Low-frequency oscillator", | ||||
"Oscillator", | |||||
"Sequencer", | "Sequencer", | ||||
"Hardware clone", | |||||
"Dual" | |||||
"Speech" | |||||
] | ] | ||||
}, | }, | ||||
{ | { | ||||
@@ -59,10 +66,14 @@ | |||||
"name": "Nodi", | "name": "Nodi", | ||||
"description": "A macro oscillator based on Mutable Instruments' Braids", | "description": "A macro oscillator based on Mutable Instruments' Braids", | ||||
"tags": [ | "tags": [ | ||||
"Digital", | |||||
"Hardware clone", | |||||
"Noise", | |||||
"Oscillator", | "Oscillator", | ||||
"Waveshaper", | |||||
"Polyphonic", | "Polyphonic", | ||||
"Hardware clone" | |||||
"Speech", | |||||
"Synth voice", | |||||
"Waveshaper" | |||||
] | ] | ||||
}, | }, | ||||
{ | { | ||||
@@ -70,10 +81,14 @@ | |||||
"name": "Contextus", | "name": "Contextus", | ||||
"description": "A macro oscillator based on the Renaissance alternative firmware for Braids", | "description": "A macro oscillator based on the Renaissance alternative firmware for Braids", | ||||
"tags": [ | "tags": [ | ||||
"Digital", | |||||
"Hardware clone", | |||||
"Noise", | |||||
"Oscillator", | "Oscillator", | ||||
"Waveshaper", | |||||
"Polyphonic", | "Polyphonic", | ||||
"Hardware clone" | |||||
"Speech", | |||||
"Synth voice", | |||||
"Waveshaper" | |||||
] | ] | ||||
}, | }, | ||||
{ | { | ||||
@@ -81,9 +96,12 @@ | |||||
"name": "Nebulae", | "name": "Nebulae", | ||||
"description": "A texture synthesizer based on Audible Instruments' Clouds", | "description": "A texture synthesizer based on Audible Instruments' Clouds", | ||||
"tags": [ | "tags": [ | ||||
"Delay", | |||||
"Digital", | |||||
"Effect", | |||||
"Granular", | "Granular", | ||||
"Reverb", | |||||
"Hardware clone" | |||||
"Hardware clone", | |||||
"Reverb" | |||||
] | ] | ||||
}, | }, | ||||
{ | { | ||||
@@ -91,9 +109,12 @@ | |||||
"name": "Etesia", | "name": "Etesia", | ||||
"description": "A texture synthesizer based on the Clouds Parasite", | "description": "A texture synthesizer based on the Clouds Parasite", | ||||
"tags": [ | "tags": [ | ||||
"Delay", | |||||
"Digital", | |||||
"Effect", | |||||
"Granular", | "Granular", | ||||
"Reverb", | |||||
"Hardware clone" | |||||
"Hardware clone", | |||||
"Reverb" | |||||
] | ] | ||||
}, | }, | ||||
{ | { | ||||
@@ -101,13 +122,15 @@ | |||||
"name": "Mortuus", | "name": "Mortuus", | ||||
"description": "Based on the Dead Man's Catch alternative firmware for Peaks", | "description": "Based on the Dead Man's Catch alternative firmware for Peaks", | ||||
"tags": [ | "tags": [ | ||||
"Delay", | |||||
"Drum", | "Drum", | ||||
"Dual", | |||||
"Envelope generator", | "Envelope generator", | ||||
"Oscillator", | |||||
"Hardware clone", | |||||
"Low-frequency oscillator", | "Low-frequency oscillator", | ||||
"Oscillator", | |||||
"Sequencer", | "Sequencer", | ||||
"Hardware clone", | |||||
"Dual" | |||||
"Speech" | |||||
] | ] | ||||
}, | }, | ||||
{ | { | ||||
@@ -115,8 +138,10 @@ | |||||
"name": "Fluctus", | "name": "Fluctus", | ||||
"description": "A texture synthesizer based on the Kammerl Beat-Repeat firmware", | "description": "A texture synthesizer based on the Kammerl Beat-Repeat firmware", | ||||
"tags": [ | "tags": [ | ||||
"Delay", | |||||
"Digital", | |||||
"Effect", | |||||
"Granular", | "Granular", | ||||
"Reverb", | |||||
"Hardware clone" | "Hardware clone" | ||||
] | ] | ||||
}, | }, | ||||
@@ -125,9 +150,13 @@ | |||||
"name": "Incurvationes", | "name": "Incurvationes", | ||||
"description": "A meta modulator based on Mutable Instruments Warps", | "description": "A meta modulator based on Mutable Instruments Warps", | ||||
"tags": [ | "tags": [ | ||||
"Digital", | |||||
"Effect", | |||||
"Hardware clone", | |||||
"Oscillator", | |||||
"Ring modulator", | "Ring modulator", | ||||
"Waveshaper", | |||||
"Hardware clone" | |||||
"Vocoder", | |||||
"Waveshaper" | |||||
] | ] | ||||
}, | }, | ||||
{ | { | ||||
@@ -135,10 +164,14 @@ | |||||
"name": "Distortiones", | "name": "Distortiones", | ||||
"description": "A doctored meta modulator based on the Parasite alternative firmware for Warps", | "description": "A doctored meta modulator based on the Parasite alternative firmware for Warps", | ||||
"tags": [ | "tags": [ | ||||
"Ring modulator", | |||||
"Waveshaper", | |||||
"Delay", | |||||
"Digital", | |||||
"Effect", | "Effect", | ||||
"Hardware clone" | |||||
"Hardware clone", | |||||
"Oscillator", | |||||
"Ring modulator", | |||||
"Vocoder", | |||||
"Waveshaper" | |||||
] | ] | ||||
}, | }, | ||||
{ | { | ||||
@@ -146,11 +179,16 @@ | |||||
"name": "Mutuus", | "name": "Mutuus", | ||||
"description": "An experimental meta modulator based on the Symbiote alternative firmware for Warps", | "description": "An experimental meta modulator based on the Symbiote alternative firmware for Warps", | ||||
"tags": [ | "tags": [ | ||||
"Ring modulator", | |||||
"Waveshaper", | |||||
"Delay", | |||||
"Digital", | |||||
"Effect", | "Effect", | ||||
"Filter", | |||||
"Hardware clone", | |||||
"Oscillator", | |||||
"Reverb", | "Reverb", | ||||
"Hardware clone" | |||||
"Ring modulator", | |||||
"Vocoder", | |||||
"Waveshaper" | |||||
] | ] | ||||
}, | }, | ||||
{ | { | ||||
@@ -158,13 +196,15 @@ | |||||
"name": "Explorator", | "name": "Explorator", | ||||
"description": "A fully polyphonic multiple, mixer, noise source, sample and hold, inverter, rectifier and logic unit, based on Mutable Instruments Links and Kinks", | "description": "A fully polyphonic multiple, mixer, noise source, sample and hold, inverter, rectifier and logic unit, based on Mutable Instruments Links and Kinks", | ||||
"tags": [ | "tags": [ | ||||
"Multiple", | |||||
"Mixer", | |||||
"Hardware clone", | "Hardware clone", | ||||
"Logic", | |||||
"Mixer", | |||||
"Multiple", | |||||
"Noise", | |||||
"Polyphonic", | "Polyphonic", | ||||
"Utility", | |||||
"Sample and hold", | "Sample and hold", | ||||
"Noise" | |||||
"Utility", | |||||
"Waveshaper" | |||||
] | ] | ||||
}, | }, | ||||
{ | { | ||||
@@ -172,8 +212,13 @@ | |||||
"name": "Marmora", | "name": "Marmora", | ||||
"description": "Based on Mutable Instruments Marbles", | "description": "Based on Mutable Instruments Marbles", | ||||
"tags": [ | "tags": [ | ||||
"Clock generator", | |||||
"Clock modulator", | |||||
"Digital", | |||||
"Hardware clone", | |||||
"Quantizer", | |||||
"Random", | "Random", | ||||
"Hardware clone" | |||||
"Sequencer" | |||||
] | ] | ||||
}, | }, | ||||
{ | { | ||||
@@ -181,9 +226,12 @@ | |||||
"name": "Anuli", | "name": "Anuli", | ||||
"description": "Anuli is a polyphonic resonator based on Mutable Instruments Rings", | "description": "Anuli is a polyphonic resonator based on Mutable Instruments Rings", | ||||
"tags": [ | "tags": [ | ||||
"Effect", | |||||
"Filter", | |||||
"Hardware clone", | |||||
"Oscillator", | |||||
"Physical modeling", | "Physical modeling", | ||||
"Polyphonic", | |||||
"Hardware clone" | |||||
"Polyphonic" | |||||
] | ] | ||||
}, | }, | ||||
{ | { | ||||
@@ -193,6 +241,7 @@ | |||||
"tags": [ | "tags": [ | ||||
"Mixer", | "Mixer", | ||||
"Polyphonic", | "Polyphonic", | ||||
"Quad", | |||||
"Voltage-controlled amplifier" | "Voltage-controlled amplifier" | ||||
] | ] | ||||
} | } | ||||
@@ -0,0 +1,61 @@ | |||||
{ | |||||
"slug": "Tyche", | |||||
"name": "Tyche", | |||||
"version": "2.0.1", | |||||
"license": "GPL-3.0-or-later", | |||||
"brand": "Tyche", | |||||
"author": "denolehov", | |||||
"authorEmail": "", | |||||
"authorUrl": "https://github.com/denolehov", | |||||
"pluginUrl": "https://github.com/denolehov/VCVTyche", | |||||
"manualUrl": "https://github.com/denolehov/VCVTyche", | |||||
"sourceUrl": "https://github.com/denolehov/VCVTyche", | |||||
"donateUrl": "https://www.buymeacoffee.com/evrwhr", | |||||
"changelogUrl": "https://github.com/denolehov/VCVTyche/releases", | |||||
"modules": [ | |||||
{ | |||||
"slug": "Omen", | |||||
"name": "Omen", | |||||
"description": "Controls the seed of the other Tyche modules", | |||||
"tags": [ | |||||
"Random", | |||||
"Sample and hold", | |||||
"Noise", | |||||
"Low-frequency oscillator", | |||||
"Function Generator", | |||||
"Clock Modulator" | |||||
] | |||||
}, | |||||
{ | |||||
"slug": "Kron", | |||||
"name": "Kron", | |||||
"description": "Random pulse generator", | |||||
"tags": [ | |||||
"Clock Modulator", | |||||
"Random", | |||||
"Expander" | |||||
] | |||||
}, | |||||
{ | |||||
"slug": "Tale", | |||||
"name": "Tale", | |||||
"description": "Random-walk CV source", | |||||
"tags": [ | |||||
"Random", | |||||
"Sample and hold", | |||||
"Noise", | |||||
"Low-frequency oscillator", | |||||
"Expander" | |||||
] | |||||
}, | |||||
{ | |||||
"slug": "Blank", | |||||
"name": "Blank", | |||||
"description": "A blank separator from Tyche collection", | |||||
"tags": [ | |||||
"Blank", | |||||
"Expander" | |||||
] | |||||
} | |||||
] | |||||
} |