From ae37b24b0943728e1a385e88276e2d529fa95c86 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Wed, 13 Apr 2022 12:52:15 -0400 Subject: [PATCH] Update manifest Bidoo to 2.0.13, OrangeLine to 2.4.1, AS to 2.0.3, StochasticTelegraph to 2.0.0, unless_modules to 2.2.5, PathSet to 2.2.0, PS-PurrSoftware to 2.0.16, CountModula to 2.1.0 --- manifests-cache.json | 41 +++++++++++++++++++++++++----- manifests/AS.json | 2 +- manifests/Bidoo.json | 6 ++--- manifests/CountModula.json | 29 +++++++++++++++++++-- manifests/OrangeLine.json | 11 +++++++- manifests/PS-PurrSoftware.json | 2 +- manifests/PathSet.json | 17 ++++++++++--- manifests/StochasticTelegraph.json | 27 ++++++++++++++++++++ manifests/unless_modules.json | 2 +- 9 files changed, 118 insertions(+), 19 deletions(-) create mode 100644 manifests/StochasticTelegraph.json diff --git a/manifests-cache.json b/manifests-cache.json index 7453ba56..c8ca6e16 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -1283,7 +1283,7 @@ } }, "OrangeLine": { - "buildTimestamp": 1649108568.703745, + "buildTimestamp": 1649866322.0903268, "creationTimestamp": 1571530639.0, "modules": { "Fence": { @@ -1303,6 +1303,9 @@ }, "Gator": { "creationTimestamp": 1623736815.1118467 + }, + "Resc": { + "creationTimestamp": 1649868369.675865 } } }, @@ -2454,7 +2457,7 @@ } }, "unless_modules": { - "buildTimestamp": 1638319500.3391702, + "buildTimestamp": 1649866719.355262, "creationTimestamp": 1524653643.0, "modules": { "markov": { @@ -3708,7 +3711,7 @@ "modules": {} }, "PS-PurrSoftware": { - "buildTimestamp": 1649109365.7344754, + "buildTimestamp": 1649866829.2675471, "creationTimestamp": 1579232908.0, "modules": { "Meander": { @@ -4036,7 +4039,7 @@ } }, "AS": { - "buildTimestamp": 1639112919.217947, + "buildTimestamp": 1649866538.7415044, "creationTimestamp": 1518016501.0, "modules": { "SineOSC": { @@ -4606,7 +4609,7 @@ } }, "Bidoo": { - "buildTimestamp": 1649183639.4624186, + "buildTimestamp": 1649866254.1755786, "creationTimestamp": 1518016501.0, "modules": { "vOId": { @@ -4761,6 +4764,9 @@ }, "ZOUMAI-Expander": { "creationTimestamp": 1641943454.3492813 + }, + "VOID": { + "creationTimestamp": 1649868370.0344121 } } }, @@ -5107,7 +5113,7 @@ } }, "CountModula": { - "buildTimestamp": 1642327794.4087212, + "buildTimestamp": 1649867978.7384427, "creationTimestamp": 1560722026.0, "modules": { "AnalogueShiftRegister": { @@ -5484,6 +5490,15 @@ }, "SequenceEncoder": { "creationTimestamp": 1638133662.4722774 + }, + "NibbleTriggerSequencer": { + "creationTimestamp": 1649868370.4812682 + }, + "RandomAccessSwitch18": { + "creationTimestamp": 1649868370.6202712 + }, + "RandomAccessSwitch81": { + "creationTimestamp": 1649868370.7652428 } } }, @@ -10704,7 +10719,7 @@ } }, "PathSet": { - "buildTimestamp": 1645570335.4407334, + "buildTimestamp": 1649866764.979544, "creationTimestamp": 1643066843.6193788, "modules": { "ShiftyMod": { @@ -10715,6 +10730,9 @@ }, "AstroVibe": { "creationTimestamp": 1643066844.1824462 + }, + "GlassPane": { + "creationTimestamp": 1649868369.8377025 } } }, @@ -10798,5 +10816,14 @@ "creationTimestamp": 1649130171.355179 } } + }, + "StochasticTelegraph": { + "buildTimestamp": 1649866609.6596467, + "creationTimestamp": 1649868370.1906905, + "modules": { + "Drifter": { + "creationTimestamp": 1649868370.3562028 + } + } } } \ No newline at end of file diff --git a/manifests/AS.json b/manifests/AS.json index 79072f16..872e935f 100644 --- a/manifests/AS.json +++ b/manifests/AS.json @@ -1,6 +1,6 @@ { "slug": "AS", - "version": "2.0.2", + "version": "2.0.3", "license": "MIT", "name": "AS", "brand": "AS", diff --git a/manifests/Bidoo.json b/manifests/Bidoo.json index e8bc59d4..2269cda2 100644 --- a/manifests/Bidoo.json +++ b/manifests/Bidoo.json @@ -1,6 +1,6 @@ { "slug": "Bidoo", - "version": "2.0.10", + "version": "2.0.13", "license": "GPL-3.0-or-later", "name": "Bidoo", "brand": "Bidoo", @@ -10,7 +10,7 @@ "authorUrl": "https://github.com/sebastien-bouffier/Bidoo", "manualUrl": "https://github.com/sebastien-bouffier/Bidoo/wiki", "sourceUrl": "https://github.com/sebastien-bouffier/Bidoo", - "changelogUrl": "https://github.com/sebastien-bouffier/Bidoo/blob/v1.0/changelog.md", + "changelogUrl": "https://github.com/sebastien-bouffier/Bidoo/blob/v2/changelog.md", "donateUrl": "https://www.paypal.me/sebastienbouffier", "modules": [ { @@ -446,7 +446,7 @@ ] }, { - "slug": "vOId", + "slug": "VOID", "name": "vOId", "description": "The ultimate mastering tool for Rack.\nOnce plugged in your Rack, you gonna\n sound FAAAAT.\n\nPicture is taken from a very good LP\nTERA MELOS.\n", "manualUrl": "https://github.com/sebastien-bouffier/Bidoo/wiki#void", diff --git a/manifests/CountModula.json b/manifests/CountModula.json index a1c86557..5688dc75 100644 --- a/manifests/CountModula.json +++ b/manifests/CountModula.json @@ -1,7 +1,7 @@ { "slug": "CountModula", "name": "Count Modula", - "version": "2.0.3", + "version": "2.1.0", "license": "GPL-3.0-only", "brand": "Count Modula", "author": "Adam Verspaget", @@ -560,7 +560,8 @@ "name": "Fade-in/Fade-out and Record Controller", "description": "Automated fade in/out with integrated start/stop control for the VCV Record module", "tags": [ - "Controller" + "Controller", + "Polyphonic" ] }, { @@ -1113,6 +1114,30 @@ "tags": [ "Sequencer" ] + }, + { + "slug": "NibbleTriggerSequencer", + "name": "Nibble Trigger Sequencer", + "description": "Binary nibble based trigger sequencer", + "tags": [ + "Sequencer" + ] + }, + { + "slug": "RandomAccessSwitch18", + "name": "Random Access Switch 1-8", + "description": "Random access switch 1 input to 8 output", + "tags": [ + "Switch" + ] + }, + { + "slug": "RandomAccessSwitch81", + "name": "Random Access Switch 8-1", + "description": "Random access switch 8 inputs to 1 output", + "tags": [ + "Switch" + ] } ] } \ No newline at end of file diff --git a/manifests/OrangeLine.json b/manifests/OrangeLine.json index fe48cc64..30974e71 100644 --- a/manifests/OrangeLine.json +++ b/manifests/OrangeLine.json @@ -1,7 +1,7 @@ { "slug": "OrangeLine", "name": "OrangeLine", - "version": "2.3.15", + "version": "2.4.1", "license": "GPL-3.0-only", "brand": "", "author": "Dieter Stubler", @@ -76,6 +76,15 @@ "Polyphonic", "Clock Modulator" ] + }, + { + "slug": "Resc", + "name": "Resc", + "description": "Harmonicaly Rescale Pitch from one Scale to another Scale", + "tags": [ + "Utility", + "Polyphonic" + ] } ] } \ No newline at end of file diff --git a/manifests/PS-PurrSoftware.json b/manifests/PS-PurrSoftware.json index b645145d..85439b87 100644 --- a/manifests/PS-PurrSoftware.json +++ b/manifests/PS-PurrSoftware.json @@ -1,7 +1,7 @@ { "slug": "PS-PurrSoftware", "name": "PS-PurrSoftware", - "version": "2.0.15", + "version": "2.0.16", "license": "GPL-3.0-or-later", "brand": "PurrSoftware", "author": "Ken Chaffin", diff --git a/manifests/PathSet.json b/manifests/PathSet.json index f30a73d1..8f2a3593 100644 --- a/manifests/PathSet.json +++ b/manifests/PathSet.json @@ -1,7 +1,7 @@ { "slug": "PathSet", - "name": "Path Set", - "version": "2.1.1", + "name": "Path Set: Free", + "version": "2.2.0", "license": "GPL-3.0-or-later", "brand": "Path Set", "author": "Andrew Hanson", @@ -29,7 +29,8 @@ "description": "Speed shifter and tape delay with selective memory. Perform into this and it will never forget your mistakes.", "tags": [ "Delay", - "Recording" + "Recording", + "Granular" ] }, { @@ -41,6 +42,16 @@ "LFO", "Physical modeling" ] + }, + { + "slug": "GlassPane", + "name": "GlassPane", + "description": "Patchable, branchable, network sequencer. Create a cascading intricate self modulating sequence.", + "manualUrl": "https://github.com/patheros/PathSetManuals/blob/main/modules/GlassPane.md", + "tags": [ + "Sequencer", + "Random" + ] } ] } \ No newline at end of file diff --git a/manifests/StochasticTelegraph.json b/manifests/StochasticTelegraph.json new file mode 100644 index 00000000..31edd9e6 --- /dev/null +++ b/manifests/StochasticTelegraph.json @@ -0,0 +1,27 @@ +{ + "slug": "StochasticTelegraph", + "name": "Stochastic Telegraph", + "version": "2.0.0", + "license": "GPL-3.0-or-later", + "brand": "Stochastic Telegraph", + "author": "Mahlen Morris", + "authorEmail": "vcv@stochastictelegraph.com", + "authorUrl": "https://www.youtube.com/channel/UCLKkhFpFxOwCz9aLor06cew", + "pluginUrl": "https://github.com/mahlenmorris/VCVRack", + "manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/README.md", + "sourceUrl": "https://github.com/mahlenmorris/VCVRack", + "donateUrl": "", + "changelogUrl": "", + "modules": [ + { + "slug": "Drifter", + "name": "Drifter", + "description": "Varying linear function generator", + "manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/README.md#drifter", + "tags": [ + "Random", + "Sample and hold" + ] + } + ] +} \ No newline at end of file diff --git a/manifests/unless_modules.json b/manifests/unless_modules.json index 8b6e52b6..91cd3550 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.3", + "version": "2.2.5", "license": "GPL-3.0-or-later", "authorEmail": "unlessgames@gmail.com", "pluginUrl": "https://gitlab.com/unlessgames/unless_modules",