From ca5271f96eca6c8a3a57a63b330129481d81b58e Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sun, 15 Sep 2024 22:49:39 -0400 Subject: [PATCH] Update manifest MUS-X to 2.1.0, Venom to 2.9.1, JW-Modules to 2.0.6, WavsynModular to 2.1.0, squinktronix-plug1 to 2.2.5, dbRackModules to 2.5.0, voxglitch to 2.29.0, FreeSurface to 2.1.1 --- manifests-cache.json | 52 +++++++++++++++++++++++----- manifests/FreeSurface.json | 2 +- manifests/JW-Modules.json | 11 +++++- manifests/MUS-X.json | 31 ++++++++++++++++- manifests/Venom.json | 2 +- manifests/WavsynModular.json | 12 ++++++- manifests/dbRackModules.json | 57 ++++++++++++++++++++++++++++++- manifests/squinktronix-plug1.json | 11 +++++- manifests/voxglitch.json | 2 +- 9 files changed, 164 insertions(+), 16 deletions(-) diff --git a/manifests-cache.json b/manifests-cache.json index 4fa674ee..38b52929 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -381,7 +381,7 @@ } }, "voxglitch": { - "buildTimestamp": 1704328004.344655, + "buildTimestamp": 1726454769.3204064, "creationTimestamp": 1579792597.0, "modules": { "autobreak": { @@ -3511,7 +3511,7 @@ } }, "JW-Modules": { - "buildTimestamp": 1725011492.8716714, + "buildTimestamp": 1726454253.1341572, "creationTimestamp": 1518016501.0, "modules": { "BlankPanel_SM": { @@ -3603,6 +3603,9 @@ }, "AbcdSeq": { "creationTimestamp": 1725011492.9796405 + }, + "Timer": { + "creationTimestamp": 1726454792.6314766 } } }, @@ -11097,7 +11100,7 @@ } }, "FreeSurface": { - "buildTimestamp": 1638233773.882063, + "buildTimestamp": 1726454792.5169044, "creationTimestamp": 1636820542.584936, "modules": { "FreeSurface-WaterTable": { @@ -11247,7 +11250,7 @@ } }, "dbRackModules": { - "buildTimestamp": 1721627361.913851, + "buildTimestamp": 1726454608.0415783, "creationTimestamp": 1641209269.2091281, "modules": { "GeneticTerrain": { @@ -11474,6 +11477,24 @@ }, "OscP": { "creationTimestamp": 1721627409.8618238 + }, + "X16": { + "creationTimestamp": 1726454793.0489497 + }, + "X8": { + "creationTimestamp": 1726454793.1138687 + }, + "X6": { + "creationTimestamp": 1726454793.2411215 + }, + "X4": { + "creationTimestamp": 1726454793.304575 + }, + "CVS": { + "creationTimestamp": 1726454793.3778856 + }, + "DTrig": { + "creationTimestamp": 1726454793.451714 } } }, @@ -12891,7 +12912,7 @@ } }, "Venom": { - "buildTimestamp": 1724754239.3293092, + "buildTimestamp": 1726454163.454809, "creationTimestamp": 1676260955.1683722, "modules": { "BernoulliSwitch": { @@ -13614,7 +13635,7 @@ } }, "squinktronix-plug1": { - "buildTimestamp": 1717919441.6227424, + "buildTimestamp": 1726454333.7969043, "creationTimestamp": 1704333639.9465997, "modules": { "sqh-harmony1": { @@ -13628,6 +13649,9 @@ }, "sqh-harmony2": { "creationTimestamp": 1717919524.0286038 + }, + "sqh-visualizer": { + "creationTimestamp": 1726454792.7980306 } } }, @@ -13686,7 +13710,7 @@ } }, "MUS-X": { - "buildTimestamp": 1712606942.3767183, + "buildTimestamp": 1726453821.723959, "creationTimestamp": 1705388984.538214, "modules": { "ADSR": { @@ -13718,6 +13742,15 @@ }, "Last": { "creationTimestamp": 1712607167.2224782 + }, + "Filter": { + "creationTimestamp": 1726454792.8624876 + }, + "Synth": { + "creationTimestamp": 1726454792.917275 + }, + "SplitStack": { + "creationTimestamp": 1726454792.9754593 } } }, @@ -13995,7 +14028,7 @@ } }, "WavsynModular": { - "buildTimestamp": 1719229119.2604964, + "buildTimestamp": 1726454266.8073912, "creationTimestamp": 1719229858.8750262, "modules": { "Pleats": { @@ -14003,6 +14036,9 @@ }, "Strange": { "creationTimestamp": 1719229858.9803524 + }, + "Trip": { + "creationTimestamp": 1726454792.7074556 } } }, diff --git a/manifests/FreeSurface.json b/manifests/FreeSurface.json index fb700130..b7e65961 100644 --- a/manifests/FreeSurface.json +++ b/manifests/FreeSurface.json @@ -1,6 +1,6 @@ { "slug": "FreeSurface", - "version": "2.0.5", + "version": "2.1.1", "license": "GPL-3.0-only", "name": "Causal Systems", "brand": "Free Surface", diff --git a/manifests/JW-Modules.json b/manifests/JW-Modules.json index 91190b18..404956bc 100644 --- a/manifests/JW-Modules.json +++ b/manifests/JW-Modules.json @@ -10,7 +10,7 @@ "sourceUrl": "https://github.com/jeremywen/JW-Modules", "donateUrl": "https://www.paypal.me/jeremywen", "changelogUrl": "https://github.com/jeremywen/JW-Modules/blob/master/CHANGELOG.md", - "version": "2.0.5", + "version": "2.0.6", "modules": [ { "slug": "BlankPanel_1HP", @@ -205,6 +205,15 @@ "Random" ] }, + { + "slug": "Timer", + "name": "Timer", + "manualUrl": "https://github.com/jeremywen/JW-Modules#timer", + "tags": [ + "Clock", + "Utility" + ] + }, { "slug": "Str1ker", "name": "Str1ker", diff --git a/manifests/MUS-X.json b/manifests/MUS-X.json index 82f9f4cd..ef6c6e46 100644 --- a/manifests/MUS-X.json +++ b/manifests/MUS-X.json @@ -1,7 +1,7 @@ { "slug": "MUS-X", "name": "MUS-X", - "version": "2.0.2", + "version": "2.1.0", "license": "GPL-3.0-or-later", "brand": "MUS-X", "author": "Dr. Johannes Rauch", @@ -113,6 +113,35 @@ "Utility" ], "manualUrl": "https://github.com/Jojosito/MUS-X#last" + }, + { + "slug": "Filter", + "name": "Filter", + "description": "Collection of virtual analog filters", + "tags": [ + "Filter", + "Polyphonic" + ], + "manualUrl": "https://github.com/Jojosito/MUS-X#filter" + }, + { + "slug": "Synth", + "name": "Synth", + "description": "A virtual-analogue polyphonic synthesizer with 2 oscillators, dual filters and intuitive modulation system", + "tags": [ + "Synth voice", + "Polyphonic" + ], + "manualUrl": "https://github.com/Jojosito/MUS-X#synth" + }, + { + "slug": "SplitStack", + "name": "Split/Stack", + "description": "Utility for splitting or layering two synthesizer parts", + "tags": [ + "Utility" + ], + "manualUrl": "https://github.com/Jojosito/MUS-X#spitstack" } ] } \ No newline at end of file diff --git a/manifests/Venom.json b/manifests/Venom.json index 592fbbc5..8b08765b 100644 --- a/manifests/Venom.json +++ b/manifests/Venom.json @@ -1,7 +1,7 @@ { "slug": "Venom", "name": "Venom", - "version": "2.9.0", + "version": "2.9.1", "license": "GPL-3.0-or-later", "brand": "", "author": "David Benham", diff --git a/manifests/WavsynModular.json b/manifests/WavsynModular.json index 81a771ce..0f032c0d 100644 --- a/manifests/WavsynModular.json +++ b/manifests/WavsynModular.json @@ -1,7 +1,7 @@ { "slug": "WavsynModular", "name": "WavsynModular", - "version": "2.0.0", + "version": "2.1.0", "license": "GPL-3.0-or-later", "brand": "WavsynModular", "author": "Erich Izdepski", @@ -31,6 +31,16 @@ "tags": [ "sample and hold" ] + }, + { + "slug": "Trip", + "name": "Trip", + "description": "8-step sequencer with controls for randomization", + "manualUrl": "https://erichizdepski.wordpress.com/wavsynmodular-manual", + "tags": [ + "sequencer", + "random" + ] } ] } \ No newline at end of file diff --git a/manifests/dbRackModules.json b/manifests/dbRackModules.json index aa3730b1..1443c439 100644 --- a/manifests/dbRackModules.json +++ b/manifests/dbRackModules.json @@ -1,7 +1,7 @@ { "slug": "dbRackModules", "name": "dbRackModules", - "version": "2.4.0", + "version": "2.5.0", "license": "GPL-3.0-or-later", "brand": "docB", "author": "docB", @@ -679,6 +679,61 @@ "Oscillator", "Polyphonic" ] + }, + { + "slug": "X16", + "name": "X16", + "description": "Matrix Mixer 16x16 with modulation", + "tags": [ + "Mixer" + ] + }, + { + "slug": "X8", + "name": "X8", + "description": "8x8 Matrix Mixer with modulation", + "tags": [ + "Mixer", + "Polyphonic" + ] + }, + { + "slug": "X6", + "name": "X6", + "description": "6x6 Matrix Mixer with modulation", + "tags": [ + "Mixer", + "Polyphonic" + ] + }, + { + "slug": "X4", + "name": "X4", + "description": "4x4 Matrix Mixer with modulation", + "tags": [ + "Mixer", + "Polyphonic" + ] + }, + { + "slug": "CVS", + "name": "CVS", + "description": "CV controlled polyphonic switch, sequencer, crossfader, scanner", + "tags": [ + "Switch", + "Mixer", + "Sequencer", + "Polyphonic" + ] + }, + { + "slug": "DTrig", + "name": "DTrig", + "description": "CV change detector", + "tags": [ + "Utility", + "Polyphonic" + ] } ] } \ No newline at end of file diff --git a/manifests/squinktronix-plug1.json b/manifests/squinktronix-plug1.json index e261a441..2b4b7927 100644 --- a/manifests/squinktronix-plug1.json +++ b/manifests/squinktronix-plug1.json @@ -2,7 +2,7 @@ "slug": "squinktronix-plug1", "name": "Squinktronix", "author": "Squinktronix", - "version": "2.2.4", + "version": "2.2.5", "license": "GPL-3.0-or-later", "manualUrl": "https://github.com/squinkylabs/SqHarmony/blob/main/README.md", "sourceUrl": "https://github.com/squinkylabs/SqHarmony", @@ -35,6 +35,15 @@ "tags": [ "Utility" ] + }, + { + "slug": "sqh-visualizer", + "name": "Visualizer", + "disabled": false, + "manualUrl": "https://github.com/squinkylabs/SqHarmony/blob/main/docs/visualizer.md", + "tags": [ + "Utility" + ] } ] } \ No newline at end of file diff --git a/manifests/voxglitch.json b/manifests/voxglitch.json index 6184271f..b5f371a6 100644 --- a/manifests/voxglitch.json +++ b/manifests/voxglitch.json @@ -1,7 +1,7 @@ { "slug": "voxglitch", "name": "Voxglitch", - "version": "2.28.0", + "version": "2.29.0", "license": "GPL-3.0-or-later", "brand": "Voxglitch", "author": "Bret Truchan",