| @@ -11265,7 +11265,7 @@ | |||
| } | |||
| }, | |||
| "alefsbits": { | |||
| "buildTimestamp": 1675713167.3457918, | |||
| "buildTimestamp": 1678157421.2631426, | |||
| "creationTimestamp": 1650829410.386362, | |||
| "modules": { | |||
| "simplexandhold": { | |||
| @@ -11312,6 +11312,12 @@ | |||
| }, | |||
| "lights": { | |||
| "creationTimestamp": 1675713351.032931 | |||
| }, | |||
| "slips": { | |||
| "creationTimestamp": 1678157573.954443 | |||
| }, | |||
| "turnt": { | |||
| "creationTimestamp": 1678157574.320665 | |||
| } | |||
| } | |||
| }, | |||
| @@ -11442,7 +11448,7 @@ | |||
| } | |||
| }, | |||
| "fruitsofkarma": { | |||
| "buildTimestamp": 1677813062.344605, | |||
| "buildTimestamp": 1678157572.6438348, | |||
| "creationTimestamp": 1652376852.6430357, | |||
| "modules": { | |||
| "Quadro360": { | |||
| @@ -11769,11 +11775,17 @@ | |||
| } | |||
| }, | |||
| "SeasideModular": { | |||
| "buildTimestamp": 1667893939.054745, | |||
| "buildTimestamp": 1678157534.402817, | |||
| "creationTimestamp": 1663459028.233182, | |||
| "modules": { | |||
| "Proteus": { | |||
| "creationTimestamp": 1663459028.4510758 | |||
| }, | |||
| "Jawari": { | |||
| "creationTimestamp": 1678157574.6739085 | |||
| }, | |||
| "ProteusX": { | |||
| "creationTimestamp": 1678157574.9681187 | |||
| } | |||
| } | |||
| }, | |||
| @@ -1,7 +1,7 @@ | |||
| { | |||
| "slug": "SeasideModular", | |||
| "name": "Seaside Modular", | |||
| "version": "2.2.1", | |||
| "version": "2.4", | |||
| "license": "MIT", | |||
| "brand": "Seaside Modular", | |||
| "author": "Blue Nautilus", | |||
| @@ -10,19 +10,43 @@ | |||
| "pluginUrl": "https://github.com/abluenautilus/SeasideModularVCV", | |||
| "manualUrl": "https://github.com/abluenautilus/SeasideModularVCV/blob/master/README.md", | |||
| "sourceUrl": "https://github.com/abluenautilus/SeasideModularVCV", | |||
| "donateUrl": "", | |||
| "donateUrl": "https://paypal.me/seasidemodular", | |||
| "changelogUrl": "https://github.com/abluenautilus/SeasideModularVCV/blob/master/CHANGELOG.md", | |||
| "modules": [ | |||
| { | |||
| "slug": "Proteus", | |||
| "name": "Proteus", | |||
| "description": "Proteus generative sequencer", | |||
| "description": "Proteus is a generative sequencer that makes looping melodies which evolve and renew.", | |||
| "tags": [ | |||
| "Sequencer" | |||
| ], | |||
| "keywords": [ | |||
| "generative" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "Jawari", | |||
| "name": "Jawari", | |||
| "description": "Jawari is a synthesized version of the tanpura, the Indian drone instrument", | |||
| "tags": [ | |||
| "Physical modeling", | |||
| "Synth voice" | |||
| ], | |||
| "keywords": [ | |||
| "Drone", | |||
| "Tanpura" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "ProteusX", | |||
| "name": "ProteusX", | |||
| "description": "Proteus expander module, adds functionality to the Proteus sequencer", | |||
| "tags": [ | |||
| "sequencer" | |||
| ], | |||
| "keywords": [ | |||
| "sequencer" | |||
| ] | |||
| } | |||
| ] | |||
| } | |||
| @@ -1,7 +1,7 @@ | |||
| { | |||
| "slug": "alefsbits", | |||
| "name": "alef's bits", | |||
| "version": "2.5.2", | |||
| "version": "2.5.3", | |||
| "license": "GPL-3.0-or-later", | |||
| "brand": "alef's bits", | |||
| "author": "alefnull", | |||
| @@ -85,7 +85,7 @@ | |||
| { | |||
| "slug": "mlt", | |||
| "name": "mlt", | |||
| "description": "two 1:3 polyphonic multiples", | |||
| "description": "two 1:5 polyphonic multiples", | |||
| "tags": [ | |||
| "Polyphonic", | |||
| "Utility" | |||
| @@ -134,6 +134,24 @@ | |||
| "Utility", | |||
| "Visual" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "slips", | |||
| "name": "slips", | |||
| "description": "generate random melodies, with optional random offsets each cycle, quantized to a scale", | |||
| "tags": [ | |||
| "Sequencer", | |||
| "Random", | |||
| "Quantizer" | |||
| ] | |||
| }, | |||
| { | |||
| "slug": "turnt", | |||
| "name": "turnt", | |||
| "description": "generate triggers when a CV signal changes direction, crosses zero, or both", | |||
| "tags": [ | |||
| "Utility" | |||
| ] | |||
| } | |||
| ] | |||
| } | |||
| @@ -1,7 +1,7 @@ | |||
| { | |||
| "slug": "fruitsofkarma", | |||
| "name": "fruitsofkarma", | |||
| "version": "2.0.7", | |||
| "version": "2.0.8", | |||
| "license": "MIT", | |||
| "brand": "fruitsofkarma", | |||
| "author": "Alexey Komarov", | |||