| @@ -381,7 +381,7 @@ | |||||
| } | } | ||||
| }, | }, | ||||
| "voxglitch": { | "voxglitch": { | ||||
| "buildTimestamp": 1735623864.1021004, | |||||
| "buildTimestamp": 1737225457.3382158, | |||||
| "creationTimestamp": 1579792597.0, | "creationTimestamp": 1579792597.0, | ||||
| "modules": { | "modules": { | ||||
| "autobreak": { | "autobreak": { | ||||
| @@ -11682,7 +11682,7 @@ | |||||
| } | } | ||||
| }, | }, | ||||
| "StochasticTelegraph": { | "StochasticTelegraph": { | ||||
| "buildTimestamp": 1727516590.2641466, | |||||
| "buildTimestamp": 1737225286.2588716, | |||||
| "creationTimestamp": 1649868370.1906905, | "creationTimestamp": 1649868370.1906905, | ||||
| "modules": { | "modules": { | ||||
| "Drifter": { | "Drifter": { | ||||
| @@ -11717,6 +11717,9 @@ | |||||
| }, | }, | ||||
| "Venn": { | "Venn": { | ||||
| "creationTimestamp": 1727516590.5533786 | "creationTimestamp": 1727516590.5533786 | ||||
| }, | |||||
| "Brainwash": { | |||||
| "creationTimestamp": 1737225457.620569 | |||||
| } | } | ||||
| } | } | ||||
| }, | }, | ||||
| @@ -13944,7 +13947,7 @@ | |||||
| } | } | ||||
| }, | }, | ||||
| "pachde-hc-one": { | "pachde-hc-one": { | ||||
| "buildTimestamp": 1709087624.1798103, | |||||
| "buildTimestamp": 1737225197.4858797, | |||||
| "creationTimestamp": 1709087624.25196, | "creationTimestamp": 1709087624.25196, | ||||
| "modules": { | "modules": { | ||||
| "pachde-hc-1": { | "pachde-hc-1": { | ||||
| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "slug": "StochasticTelegraph", | "slug": "StochasticTelegraph", | ||||
| "name": "Stochastic Telegraph", | "name": "Stochastic Telegraph", | ||||
| "version": "2.0.17", | |||||
| "version": "2.0.18", | |||||
| "minRackVersion": "2.4.0", | "minRackVersion": "2.4.0", | ||||
| "license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
| "brand": "Stochastic Telegraph", | "brand": "Stochastic Telegraph", | ||||
| @@ -128,13 +128,24 @@ | |||||
| { | { | ||||
| "slug": "Venn", | "slug": "Venn", | ||||
| "name": "Venn", | "name": "Venn", | ||||
| "description": "2D graphical approach to control signal generation. A single moving or mouse-driven point causes up to 16 circles to output signals based on the point's position within them.", | |||||
| "description": "2D graphical control signals. A single moving or mouse-driven point causes up to 16 circles to output signals based on the point's position within them.", | |||||
| "manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/README.md#venn", | "manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/README.md#venn", | ||||
| "tags": [ | "tags": [ | ||||
| "Controller", | "Controller", | ||||
| "Polyphonic", | "Polyphonic", | ||||
| "Visual" | "Visual" | ||||
| ] | ] | ||||
| }, | |||||
| { | |||||
| "slug": "Brainwash", | |||||
| "name": "Brainwash", | |||||
| "description": "Records input and then replaces the contents of a Memory.", | |||||
| "manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/Memory.md#brainwash", | |||||
| "tags": [ | |||||
| "Expander", | |||||
| "Recording", | |||||
| "Sampler" | |||||
| ] | |||||
| } | } | ||||
| ] | ] | ||||
| } | } | ||||
| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "slug": "pachde-hc-one", | "slug": "pachde-hc-one", | ||||
| "name": "HC One", | "name": "HC One", | ||||
| "version": "2.0.0", | |||||
| "version": "2.0.1", | |||||
| "license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
| "brand": "pachde", | "brand": "pachde", | ||||
| "author": "pachde", | "author": "pachde", | ||||
| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "slug": "voxglitch", | "slug": "voxglitch", | ||||
| "name": "Voxglitch", | "name": "Voxglitch", | ||||
| "version": "2.32.0", | |||||
| "version": "2.31.1", | |||||
| "license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
| "brand": "Voxglitch", | "brand": "Voxglitch", | ||||
| "author": "Bret Truchan", | "author": "Bret Truchan", | ||||
| @@ -234,15 +234,6 @@ | |||||
| "Sampler" | "Sampler" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| "slug": "vector_rotation", | |||||
| "name": "Vector Rotation", | |||||
| "description": "Utility module for laser enthusiasts.", | |||||
| "tags": [ | |||||
| "Envelope Generator", | |||||
| "Oscillator" | |||||
| ] | |||||
| }, | |||||
| { | { | ||||
| "slug": "wavbank", | "slug": "wavbank", | ||||
| "name": "Wav Bank", | "name": "Wav Bank", | ||||