| @@ -381,7 +381,7 @@ | |||||
| } | } | ||||
| }, | }, | ||||
| "voxglitch": { | "voxglitch": { | ||||
| "buildTimestamp": 1729567310.891924, | |||||
| "buildTimestamp": 1730755453.1180902, | |||||
| "creationTimestamp": 1579792597.0, | "creationTimestamp": 1579792597.0, | ||||
| "modules": { | "modules": { | ||||
| "autobreak": { | "autobreak": { | ||||
| @@ -470,6 +470,9 @@ | |||||
| }, | }, | ||||
| "noteDetector": { | "noteDetector": { | ||||
| "creationTimestamp": 1704333638.0587897 | "creationTimestamp": 1704333638.0587897 | ||||
| }, | |||||
| "cue_research": { | |||||
| "creationTimestamp": 1730755512.9604619 | |||||
| } | } | ||||
| } | } | ||||
| }, | }, | ||||
| @@ -6014,7 +6017,7 @@ | |||||
| "modules": {} | "modules": {} | ||||
| }, | }, | ||||
| "NonlinearCircuits": { | "NonlinearCircuits": { | ||||
| "buildTimestamp": 1729363772.9006455, | |||||
| "buildTimestamp": 1730755206.982187, | |||||
| "creationTimestamp": 1582350675.0, | "creationTimestamp": 1582350675.0, | ||||
| "modules": { | "modules": { | ||||
| "BOOLs": { | "BOOLs": { | ||||
| @@ -13896,7 +13899,7 @@ | |||||
| } | } | ||||
| }, | }, | ||||
| "CVfunk": { | "CVfunk": { | ||||
| "buildTimestamp": 1729362759.0912879, | |||||
| "buildTimestamp": 1730755284.6287775, | |||||
| "creationTimestamp": 1711827243.9642084, | "creationTimestamp": 1711827243.9642084, | ||||
| "modules": { | "modules": { | ||||
| "Steps": { | "Steps": { | ||||
| @@ -14430,7 +14433,7 @@ | |||||
| } | } | ||||
| }, | }, | ||||
| "Wygonium": { | "Wygonium": { | ||||
| "buildTimestamp": 1729567070.9401343, | |||||
| "buildTimestamp": 1730755158.822234, | |||||
| "creationTimestamp": 1727604799.6599896, | "creationTimestamp": 1727604799.6599896, | ||||
| "modules": { | "modules": { | ||||
| "ORBsqVi": { | "ORBsqVi": { | ||||
| @@ -14511,7 +14514,7 @@ | |||||
| } | } | ||||
| }, | }, | ||||
| "BlackNoiseModular": { | "BlackNoiseModular": { | ||||
| "buildTimestamp": 1729567155.4429193, | |||||
| "buildTimestamp": 1730755512.871338, | |||||
| "creationTimestamp": 1729567727.9417233, | "creationTimestamp": 1729567727.9417233, | ||||
| "modules": { | "modules": { | ||||
| "Cosmos": { | "Cosmos": { | ||||
| @@ -14526,7 +14529,7 @@ | |||||
| } | } | ||||
| }, | }, | ||||
| "acModules": { | "acModules": { | ||||
| "buildTimestamp": 1730227604.2685342, | |||||
| "buildTimestamp": 1730755489.7847044, | |||||
| "creationTimestamp": 1729793469.3900518, | "creationTimestamp": 1729793469.3900518, | ||||
| "modules": { | "modules": { | ||||
| "Pick6": { | "Pick6": { | ||||
| @@ -14543,6 +14546,12 @@ | |||||
| }, | }, | ||||
| "Rhythm1101": { | "Rhythm1101": { | ||||
| "creationTimestamp": 1730227604.5116591 | "creationTimestamp": 1730227604.5116591 | ||||
| }, | |||||
| "Merc8or": { | |||||
| "creationTimestamp": 1730755513.041858 | |||||
| }, | |||||
| "Pul5es": { | |||||
| "creationTimestamp": 1730755513.1124332 | |||||
| } | } | ||||
| } | } | ||||
| }, | }, | ||||
| @@ -1,14 +1,14 @@ | |||||
| { | { | ||||
| "slug": "BlackNoiseModular", | "slug": "BlackNoiseModular", | ||||
| "name": "BlackNoiseModular", | "name": "BlackNoiseModular", | ||||
| "version": "2.0.1", | |||||
| "version": "2.0.2", | |||||
| "license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
| "brand": "BlackNoiseModular", | "brand": "BlackNoiseModular", | ||||
| "author": "Alexandre Simon, Ewan Hemingway", | "author": "Alexandre Simon, Ewan Hemingway", | ||||
| "authorEmail": "", | "authorEmail": "", | ||||
| "authorUrl": "https://blacknoisemodular.com/", | "authorUrl": "https://blacknoisemodular.com/", | ||||
| "pluginUrl": "", | "pluginUrl": "", | ||||
| "manualUrl": "", | |||||
| "manualUrl": "https://github.com/BlackNoiseModular/VCV/blob/master/README.md", | |||||
| "sourceUrl": "https://github.com/BlackNoiseModular/VCV", | "sourceUrl": "https://github.com/BlackNoiseModular/VCV", | ||||
| "donateUrl": "", | "donateUrl": "", | ||||
| "changelogUrl": "https://github.com/BlackNoiseModular/VCV/blob/master/CHANGELOG.md", | "changelogUrl": "https://github.com/BlackNoiseModular/VCV/blob/master/CHANGELOG.md", | ||||
| @@ -22,7 +22,8 @@ | |||||
| "tags": [ | "tags": [ | ||||
| "Hardware clone", | "Hardware clone", | ||||
| "Logic", | "Logic", | ||||
| "Multiple" | |||||
| "Multiple", | |||||
| "Polyphonic" | |||||
| ] | ] | ||||
| }, | }, | ||||
| { | { | ||||
| @@ -47,7 +48,8 @@ | |||||
| "tags": [ | "tags": [ | ||||
| "Hardware clone", | "Hardware clone", | ||||
| "Low-frequency oscillator", | "Low-frequency oscillator", | ||||
| "Slew limiter" | |||||
| "Slew limiter", | |||||
| "Polyphonic" | |||||
| ] | ] | ||||
| } | } | ||||
| ] | ] | ||||
| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "slug": "CVfunk", | "slug": "CVfunk", | ||||
| "name": "CV funk Modules", | "name": "CV funk Modules", | ||||
| "version": "2.0.9", | |||||
| "version": "2.0.10", | |||||
| "license": "MIT", | "license": "MIT", | ||||
| "brand": "CV funk", | "brand": "CV funk", | ||||
| "author": "Cody Geary", | "author": "Cody Geary", | ||||
| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "slug": "NonlinearCircuits", | "slug": "NonlinearCircuits", | ||||
| "name": "Nonlinear Circuits", | "name": "Nonlinear Circuits", | ||||
| "version": "2.3.1", | |||||
| "version": "2.3.2", | |||||
| "license": "CC0-1.0", | "license": "CC0-1.0", | ||||
| "author": "Michael Hetrick", | "author": "Michael Hetrick", | ||||
| "authorEmail": "", | "authorEmail": "", | ||||
| @@ -9,6 +9,7 @@ | |||||
| "pluginUrl": "http://nonlinearcircuits.blogspot.com/", | "pluginUrl": "http://nonlinearcircuits.blogspot.com/", | ||||
| "manualUrl": "https://github.com/mhetrick/nonlinearcircuits", | "manualUrl": "https://github.com/mhetrick/nonlinearcircuits", | ||||
| "sourceUrl": "https://github.com/mhetrick/nonlinearcircuits", | "sourceUrl": "https://github.com/mhetrick/nonlinearcircuits", | ||||
| "changelogUrl": "https://github.com/mhetrick/nonlinearcircuits/blob/master/CHANGELOG.md", | |||||
| "modules": [ | "modules": [ | ||||
| { | { | ||||
| "slug": "4Seq", | "slug": "4Seq", | ||||
| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "slug": "Wygonium", | "slug": "Wygonium", | ||||
| "name": "Wygonium", | "name": "Wygonium", | ||||
| "version": "2.0.2", | |||||
| "version": "2.0.4", | |||||
| "license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
| "brand": "Wygonium", | "brand": "Wygonium", | ||||
| "author": "g.wygonik", | "author": "g.wygonik", | ||||
| @@ -11,7 +11,7 @@ | |||||
| "manualUrl": "https://github.com/gwygonik/ORBsqVi", | "manualUrl": "https://github.com/gwygonik/ORBsqVi", | ||||
| "sourceUrl": "https://github.com/gwygonik/ORBsqVi", | "sourceUrl": "https://github.com/gwygonik/ORBsqVi", | ||||
| "donateUrl": "", | "donateUrl": "", | ||||
| "changelogUrl": "", | |||||
| "changelogUrl": "https://github.com/gwygonik/ORBsqVi", | |||||
| "modules": [ | "modules": [ | ||||
| { | { | ||||
| "slug": "ORBsqVi", | "slug": "ORBsqVi", | ||||
| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "slug": "acModules", | "slug": "acModules", | ||||
| "name": "acModules", | "name": "acModules", | ||||
| "version": "2.0.2", | |||||
| "version": "2.0.4", | |||||
| "license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
| "brand": "artificialcolors", | "brand": "artificialcolors", | ||||
| "author": "g.wygonik", | "author": "g.wygonik", | ||||
| @@ -53,11 +53,29 @@ | |||||
| { | { | ||||
| "slug": "Rhythm1101", | "slug": "Rhythm1101", | ||||
| "name": "Rhythm1101", | "name": "Rhythm1101", | ||||
| "description": "16-step drum-oriented trigger sequencer (1:4 patterned switch), with preset grooves.", | |||||
| "description": "16-step drum-oriented trigger sequencer with preset grooves.", | |||||
| "tags": [ | "tags": [ | ||||
| "Sequencer", | "Sequencer", | ||||
| "Switch" | "Switch" | ||||
| ] | ] | ||||
| }, | |||||
| { | |||||
| "slug": "Merc8or", | |||||
| "name": "Merc8or", | |||||
| "description": "Quickly remap, scale, and/or invert one range of polyphonic CV values to another.", | |||||
| "tags": [ | |||||
| "Attenuator", | |||||
| "Polyphonic", | |||||
| "Utility" | |||||
| ] | |||||
| }, | |||||
| { | |||||
| "slug": "Pul5es", | |||||
| "name": "Pul5es", | |||||
| "description": "Outputs a trigger pulse upon receiving a specified number of incoming pulses.", | |||||
| "tags": [ | |||||
| "Utility" | |||||
| ] | |||||
| } | } | ||||
| ] | ] | ||||
| } | } | ||||
| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "slug": "voxglitch", | "slug": "voxglitch", | ||||
| "name": "Voxglitch", | "name": "Voxglitch", | ||||
| "version": "2.29.1", | |||||
| "version": "2.30.0", | |||||
| "license": "GPL-3.0-or-later", | "license": "GPL-3.0-or-later", | ||||
| "brand": "Voxglitch", | "brand": "Voxglitch", | ||||
| "author": "Bret Truchan", | "author": "Bret Truchan", | ||||
| @@ -84,6 +84,14 @@ | |||||
| "Polyphonic" | "Polyphonic" | ||||
| ] | ] | ||||
| }, | }, | ||||
| { | |||||
| "slug": "cue_research", | |||||
| "name": "Cue Research", | |||||
| "description": "Sample player with cue based trigger outputs", | |||||
| "tags": [ | |||||
| "Sampler" | |||||
| ] | |||||
| }, | |||||
| { | { | ||||
| "slug": "glitchsequencer", | "slug": "glitchsequencer", | ||||
| "name": "Glitch Sequencer", | "name": "Glitch Sequencer", | ||||