diff --git a/manifests-cache.json b/manifests-cache.json index 1ef69e41..172fa1cf 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -845,7 +845,7 @@ } }, "Bogaudio": { - "buildTimestamp": 1679285611.220906, + "buildTimestamp": 1699747059.4496238, "creationTimestamp": 1518016501.0, "modules": { "Bogaudio-VCO": { @@ -2565,7 +2565,7 @@ } }, "unless_modules": { - "buildTimestamp": 1693899710.2956753, + "buildTimestamp": 1699748149.4833136, "creationTimestamp": 1524653643.0, "modules": { "markov": { @@ -2806,7 +2806,7 @@ } }, "squinkylabs-plug1": { - "buildTimestamp": 1666642557.1237948, + "buildTimestamp": 1699747977.6233513, "creationTimestamp": 1521738241.0, "modules": { "squinkylabs-ev3": { @@ -3840,11 +3840,14 @@ "modules": {} }, "PS-PurrSoftware": { - "buildTimestamp": 1676812929.3713956, + "buildTimestamp": 1699748182.5599728, "creationTimestamp": 1579232908.0, "modules": { "Meander": { "creationTimestamp": 1579232908.0 + }, + "ModeScaleQuant": { + "creationTimestamp": 1699748183.0097864 } } }, @@ -3936,7 +3939,7 @@ } }, "Valley": { - "buildTimestamp": 1698774546.053722, + "buildTimestamp": 1699748096.3566585, "creationTimestamp": 1521979525.0, "modules": { "Topograph": { @@ -11502,7 +11505,7 @@ } }, "alefsbits": { - "buildTimestamp": 1679284611.3197708, + "buildTimestamp": 1699746587.6297276, "creationTimestamp": 1650829410.386362, "modules": { "simplexandhold": { @@ -11564,6 +11567,12 @@ }, "lucc": { "creationTimestamp": 1679285788.628547 + }, + "polyshuffle": { + "creationTimestamp": 1699748182.7210395 + }, + "polycounter": { + "creationTimestamp": 1699748182.869292 } } }, @@ -11694,7 +11703,7 @@ } }, "fruitsofkarma": { - "buildTimestamp": 1680833185.4207609, + "buildTimestamp": 1699747591.6201026, "creationTimestamp": 1652376852.6430357, "modules": { "Quadro360": { @@ -12510,7 +12519,7 @@ } }, "Airwin2Rack": { - "buildTimestamp": 1692243664.249576, + "buildTimestamp": 1699747570.6761782, "creationTimestamp": 1675100686.7833567, "modules": { "Airwin2Rack": { diff --git a/manifests/Airwin2Rack.json b/manifests/Airwin2Rack.json index ea982023..6a4160a1 100644 --- a/manifests/Airwin2Rack.json +++ b/manifests/Airwin2Rack.json @@ -1,7 +1,7 @@ { "slug": "Airwin2Rack", "name": "Airwindows", - "version": "2.5.1", + "version": "2.6.0", "license": "MIT", "author": "@baconpaul, @airwindows", "authorEmail": "", diff --git a/manifests/Bogaudio.json b/manifests/Bogaudio.json index 3bc9dbf5..bdb59e95 100644 --- a/manifests/Bogaudio.json +++ b/manifests/Bogaudio.json @@ -1,7 +1,7 @@ { "slug": "Bogaudio", "name": "Bogaudio", - "version": "2.3.43", + "version": "2.4.44", "license": "GPL-3.0-or-later", "brand": "Bogaudio", "author": "Matt Demanett", diff --git a/manifests/PS-PurrSoftware.json b/manifests/PS-PurrSoftware.json index 80eaa644..e21ba274 100644 --- a/manifests/PS-PurrSoftware.json +++ b/manifests/PS-PurrSoftware.json @@ -1,7 +1,7 @@ { "slug": "PS-PurrSoftware", "name": "PS-PurrSoftware", - "version": "2.0.28", + "version": "2.0.29", "license": "GPL-3.0-or-later", "brand": "PurrSoftware", "author": "Ken Chaffin", @@ -21,6 +21,15 @@ "Sequencer", "Polyphonic" ] + }, + { + "slug": "ModeScaleQuant", + "name": "ModeScaleQuant", + "description": "Mode Scale Quantizer", + "tags": [ + "Quantizer", + "Polyphonic" + ] } ] } \ No newline at end of file diff --git a/manifests/Valley.json b/manifests/Valley.json index 17283b0b..f644a905 100644 --- a/manifests/Valley.json +++ b/manifests/Valley.json @@ -1,7 +1,7 @@ { "slug": "Valley", "name": "Valley", - "version": "2.4.4", + "version": "2.4.5", "license": "GPL-3.0-or-later", "author": "Valley", "authorEmail": "valley.audio.soft@gmail.com", diff --git a/manifests/alefsbits.json b/manifests/alefsbits.json index ba3b0262..4192a277 100644 --- a/manifests/alefsbits.json +++ b/manifests/alefsbits.json @@ -1,12 +1,12 @@ { "slug": "alefsbits", "name": "alef's bits", - "version": "2.5.4", + "version": "2.5.52", "license": "GPL-3.0-or-later", "brand": "alef's bits", "author": "alefnull", "authorEmail": "", - "authorUrl": "https://twitter.com/alefnull", + "authorUrl": "https://github.com/alefnull", "pluginUrl": "https://github.com/alefnull/alefsbits", "manualUrl": "https://github.com/alefnull/alefsbits/blob/master/README.md", "sourceUrl": "https://github.com/alefnull/alefsbits", @@ -175,8 +175,7 @@ "Oscillator", "Random", "Polyphonic" - ], - "hidden": false + ] }, { "slug": "lucc", @@ -185,6 +184,25 @@ "tags": [ "Clock modulator" ] + }, + { + "slug": "polyshuffle", + "name": "polyshuffle", + "description": "shuffle the channels of a polyphonic signal, with various modes", + "tags": [ + "polyphonic", + "random", + "utility" + ] + }, + { + "slug": "polycounter", + "name": "polycounter", + "description": "count up or down on trigger with custom start/end/increment values", + "tags": [ + "polyphonic", + "utility" + ] } ] } \ No newline at end of file diff --git a/manifests/fruitsofkarma.json b/manifests/fruitsofkarma.json index 1a10fc56..5380c366 100644 --- a/manifests/fruitsofkarma.json +++ b/manifests/fruitsofkarma.json @@ -1,7 +1,7 @@ { "slug": "fruitsofkarma", "name": "fruitsofkarma", - "version": "2.0.9", + "version": "2.0.10", "license": "MIT", "brand": "fruitsofkarma", "author": "Alexey Komarov", diff --git a/manifests/squinkylabs-plug1.json b/manifests/squinkylabs-plug1.json index f9fbd1ad..1796ca91 100644 --- a/manifests/squinkylabs-plug1.json +++ b/manifests/squinkylabs-plug1.json @@ -8,7 +8,7 @@ "sourceUrl": "https://github.com/kockie69/SquinkyVCV-main", "manualUrl": "https://github.com/kockie69/SquinkyVCV-main/blob/master/docs/booty-shifter.md", "changelogUrl": "https://github.com/kockie69/SquinkyVCV-main/blob/master/CHANGELOG.md", - "version": "2.1.8", + "version": "2.1.9", "modules": [ { "slug": "squinkylabs-mixm", diff --git a/manifests/unless_modules.json b/manifests/unless_modules.json index a166f07d..56eec9a6 100644 --- a/manifests/unless_modules.json +++ b/manifests/unless_modules.json @@ -3,7 +3,7 @@ "name": "unless modules", "author": "\u00c1kos Plesznivy", "brand": "unless games", - "version": "2.2.6", + "version": "2.2.7", "license": "GPL-3.0-or-later", "authorEmail": "unlessgames@gmail.com", "pluginUrl": "https://gitlab.com/unlessgames/unless_modules",