From 6939f7073fb6c13d347938d2a978a5ca5019b2b0 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Mon, 30 Jan 2023 12:53:17 -0500 Subject: [PATCH] Update manifest KRTPluginA to 2.26.28, voxglitch to 2.26.1, questionablemodules to 2.1.6, trowaSoft to 2.0.7, Ohmer to 2.2.4, CountModula to 2.4.0, HetrickCV to 2.1.0, Airwin2Rack to 2.0.1, RPJ to 2.2.3 --- manifests-cache.json | 58 ++++++++++++++--- manifests/Airwin2Rack.json | 24 +++++++ manifests/CountModula.json | 19 +++++- manifests/HetrickCV.json | 30 +++++++-- manifests/KRTPluginA.json | 17 ++++- manifests/Ohmer.json | 4 +- manifests/RPJ.json | 4 +- manifests/questionablemodules.json | 2 +- manifests/trowaSoft.json | 100 ++++++++++++++++++++++++++--- manifests/voxglitch.json | 2 +- 10 files changed, 229 insertions(+), 31 deletions(-) create mode 100644 manifests/Airwin2Rack.json diff --git a/manifests-cache.json b/manifests-cache.json index 3525059a..6cc8640c 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -381,7 +381,7 @@ } }, "voxglitch": { - "buildTimestamp": 1673764071.4117842, + "buildTimestamp": 1675096217.8553033, "creationTimestamp": 1579792597.0, "modules": { "autobreak": { @@ -3858,7 +3858,7 @@ } }, "trowaSoft": { - "buildTimestamp": 1665870742.4680612, + "buildTimestamp": 1675096503.523483, "creationTimestamp": 1518016501.0, "modules": { "trigSeq": { @@ -3890,6 +3890,24 @@ }, "multiSeq64": { "creationTimestamp": 1665871106.4906664 + }, + "multiWaveMini": { + "creationTimestamp": 1675100687.8889413 + }, + "polyGen": { + "creationTimestamp": 1675100688.1425772 + }, + "cvOSCcv-InputExpander-16": { + "creationTimestamp": 1675100688.3713682 + }, + "cvOSCcv-InputExpander-32": { + "creationTimestamp": 1675100688.5878437 + }, + "cvOSCcv-OutputExpander-16": { + "creationTimestamp": 1675100688.791737 + }, + "cvOSCcv-OutputExpander-32": { + "creationTimestamp": 1675100689.0612388 } } }, @@ -5026,7 +5044,7 @@ } }, "HetrickCV": { - "buildTimestamp": 1638135335.0786786, + "buildTimestamp": 1675097682.5601652, "creationTimestamp": 1518016501.0, "modules": { "ASR": { @@ -5133,6 +5151,12 @@ }, "XYToPolar": { "creationTimestamp": 1638135910.9837992 + }, + "GateJunctionExp": { + "creationTimestamp": 1675100689.2571015 + }, + "VectorMix": { + "creationTimestamp": 1675100689.4325426 } } }, @@ -5239,7 +5263,7 @@ } }, "CountModula": { - "buildTimestamp": 1673295338.5245419, + "buildTimestamp": 1675097471.4909058, "creationTimestamp": 1560722026.0, "modules": { "AnalogueShiftRegister": { @@ -5634,6 +5658,12 @@ }, "Sequencer64": { "creationTimestamp": 1673295702.9781063 + }, + "GateSequencer16b": { + "creationTimestamp": 1675100689.6147768 + }, + "Stack": { + "creationTimestamp": 1675100689.7891617 } } }, @@ -7291,7 +7321,7 @@ } }, "Ohmer": { - "buildTimestamp": 1673294250.6556842, + "buildTimestamp": 1675096571.3487523, "creationTimestamp": 1521738241.0, "modules": { "KlokSpid": { @@ -10344,7 +10374,7 @@ } }, "RPJ": { - "buildTimestamp": 1667894969.0488353, + "buildTimestamp": 1675100685.7171862, "creationTimestamp": 1624763005.6302476, "modules": { "Grendel": { @@ -10452,7 +10482,7 @@ } }, "KRTPluginA": { - "buildTimestamp": 1643908970.648836, + "buildTimestamp": 1675095996.4756007, "creationTimestamp": 1627193159.9948137, "modules": { "A": { @@ -10529,6 +10559,9 @@ }, "G": { "creationTimestamp": 1632097261.0811803 + }, + "Z": { + "creationTimestamp": 1675100687.3833017 } } }, @@ -11904,7 +11937,7 @@ } }, "questionablemodules": { - "buildTimestamp": 1674368626.016696, + "buildTimestamp": 1675096284.8638926, "creationTimestamp": 1671488541.442978, "modules": { "discombobulator": { @@ -11989,5 +12022,14 @@ "creationTimestamp": 1674367606.6248746 } } + }, + "Airwin2Rack": { + "buildTimestamp": 1675100424.7529113, + "creationTimestamp": 1675100686.7833567, + "modules": { + "Airwin2Rack": { + "creationTimestamp": 1675100687.0354137 + } + } } } \ No newline at end of file diff --git a/manifests/Airwin2Rack.json b/manifests/Airwin2Rack.json new file mode 100644 index 00000000..baad3e75 --- /dev/null +++ b/manifests/Airwin2Rack.json @@ -0,0 +1,24 @@ +{ + "slug": "Airwin2Rack", + "name": "Airwindows", + "version": "2.0.1", + "license": "MIT", + "author": "@baconpaul, @airwindows", + "authorEmail": "", + "authorUrl": "https://www.airwindows.com/", + "pluginUrl": "", + "manualUrl": "https://github.com/baconpaul/airwin2rack/blob/main/doc/manual.md", + "sourceUrl": "https://github.com/baconpaul/airwin2rack", + "donateUrl": "", + "modules": [ + { + "slug": "Airwin2Rack", + "name": "Airwindows Suite for Rack", + "description": "Airwindows is a collection of effects; this module contains all of them", + "tags": [ + "Effect", + "Multiple" + ] + } + ] +} \ No newline at end of file diff --git a/manifests/CountModula.json b/manifests/CountModula.json index fe909712..b9893a1f 100644 --- a/manifests/CountModula.json +++ b/manifests/CountModula.json @@ -1,7 +1,7 @@ { "slug": "CountModula", "name": "Count Modula", - "version": "2.3.0", + "version": "2.4.0", "license": "GPL-3.0-only", "brand": "Count Modula", "author": "Adam Verspaget", @@ -1162,6 +1162,23 @@ "tags": [ "Sequencer" ] + }, + { + "slug": "GateSequencer16b", + "name": "12 x 16 Gate Sequencer", + "description": "A 12 Channel 16 Step Gate/Trigger Sequencer", + "tags": [ + "Sequencer" + ] + }, + { + "slug": "Stack", + "name": "CV Stack", + "description": "Sequential voltage storage stack with First In First Out or Last In First Out operation", + "tags": [ + "Sequencer", + "Sample and hold" + ] } ] } \ No newline at end of file diff --git a/manifests/HetrickCV.json b/manifests/HetrickCV.json index d06f4f35..37d8d492 100644 --- a/manifests/HetrickCV.json +++ b/manifests/HetrickCV.json @@ -1,7 +1,7 @@ { "slug": "HetrickCV", "name": "HetrickCV", - "version": "2.0.0", + "version": "2.1.0", "license": "CC0-1.0", "author": "Michael Hetrick", "authorEmail": "", @@ -10,6 +10,7 @@ "manualUrl": "https://github.com/mhetrick/hetrickcv/blob/master/README.md", "sourceUrl": "https://github.com/mhetrick/hetrickcv", "donateUrl": "https://paypal.me/MHetrick", + "changelogUrl": "https://github.com/mhetrick/hetrickcv/blob/master/CHANGELOG.md", "modules": [ { "slug": "Chaos1Op", @@ -51,7 +52,8 @@ "name": "Analog to Digital", "description": "Converts a continuous signal into eight gates representing bit values.", "tags": [ - "Logic" + "Logic", + "Polyphonic" ] }, { @@ -167,7 +169,8 @@ "name": "Digital to Analog", "description": "Converts eight gates to a smooth signal.", "tags": [ - "Logic" + "Logic", + "Polyphonic" ] }, { @@ -226,6 +229,16 @@ "Logic" ] }, + { + "slug": "GateJunctionExp", + "name": "Gate Junction Expanded", + "description": "Eight channel gate processor, expanded with more jacks and polyphony.", + "tags": [ + "Switch", + "Logic", + "Polyphonic" + ] + }, { "slug": "Gingerbread", "name": "Gingerbread Chaos", @@ -240,7 +253,8 @@ "name": "OR Logic (Gate Combiner)", "description": "Combines multiple gates into one gate.", "tags": [ - "Logic" + "Logic", + "Polyphonic" ] }, { @@ -304,6 +318,14 @@ "Polyphonic" ] }, + { + "slug": "VectorMix", + "name": "4-Way Cartesian Mixer", + "description": "Two-dimensional crossfading between four signals.", + "tags": [ + "Mixer" + ] + }, { "slug": "Waveshaper", "name": "Waveshaper", diff --git a/manifests/KRTPluginA.json b/manifests/KRTPluginA.json index 75149d36..bf51d32e 100644 --- a/manifests/KRTPluginA.json +++ b/manifests/KRTPluginA.json @@ -1,7 +1,7 @@ { "slug": "KRTPluginA", "name": "KRTPluginA", - "version": "2.25.27", + "version": "2.26.28", "license": "MIT", "brand": "KRT", "description": "The free plugin set from KRT.", @@ -11,7 +11,7 @@ "pluginUrl": "https://jackokring.github.io/KRTPluginADemo/", "manualUrl": "https://github.com/jackokring/KRTPluginA/blob/master/README.md", "sourceUrl": "https://github.com/jackokring/KRTPluginA", - "donateUrl": "https://github.com/jackokring", + "donateUrl": "https://www.paypal.com/donate/?hosted_button_id=Y94P8UE7PYCJY", "changelogUrl": "https://github.com/jackokring/KRTPluginA/blob/master/changes.md", "modules": [ { @@ -98,7 +98,8 @@ "Envelope generator", "Voltage-controlled amplifier", "Polyphonic" - ] + ], + "deprecated": true }, { "slug": "F", @@ -270,6 +271,16 @@ "Limiter", "Dynamics" ] + }, + { + "slug": "Z", + "name": "Z", + "description": "", + "tags": [ + "Polyphonic", + "Filter", + "Waveshaper" + ] } ] } \ No newline at end of file diff --git a/manifests/Ohmer.json b/manifests/Ohmer.json index a9cce99a..580fbf7f 100644 --- a/manifests/Ohmer.json +++ b/manifests/Ohmer.json @@ -1,7 +1,7 @@ { "slug": "Ohmer", "name": "Ohmer", - "version": "2.2.2", + "version": "2.2.4", "license": "BSD-3-Clause", "author": "Dominique Camus", "brand": "Ohmer Modules", @@ -15,7 +15,7 @@ { "slug": "KlokSpid", "name": "KlokSpid", - "description": "CPU-controlled clock generator/modulator", + "description": "CPU-controlled clock generator or clock modulator", "tags": [ "Clock generator", "Clock modulator" diff --git a/manifests/RPJ.json b/manifests/RPJ.json index 3eec443b..fff06877 100644 --- a/manifests/RPJ.json +++ b/manifests/RPJ.json @@ -1,7 +1,7 @@ { "slug": "RPJ", "name": "RPJ", - "version": "2.2.2", + "version": "2.2.3", "license": "GPL-3.0-or-later", "brand": "RPJ", "author": "Robert Kock", @@ -11,7 +11,7 @@ "manualUrl": "https://github.com/kockie69/RPJ/blob/main/README.md", "sourceUrl": "https://github.com/kockie69/RPJ", "donateUrl": "https://paypal.me/RPJVCV", - "changelogUrl": "https://github.com/kockie69/RPJ/blob/master/CHANGELOG.md", + "changelogUrl": "https://github.com/kockie69/RPJ/blob/v2/CHANGELOG.md", "modules": [ { "slug": "Grendel", diff --git a/manifests/questionablemodules.json b/manifests/questionablemodules.json index 7712283d..786f04b7 100644 --- a/manifests/questionablemodules.json +++ b/manifests/questionablemodules.json @@ -1,7 +1,7 @@ { "slug": "questionablemodules", "name": "Questionable Modules", - "version": "2.1.5", + "version": "2.1.6", "license": "GPL-3.0-or-later", "brand": "Questionable Modules", "author": "John Iannandrea", diff --git a/manifests/trowaSoft.json b/manifests/trowaSoft.json index 1badb7ea..6373bf9c 100644 --- a/manifests/trowaSoft.json +++ b/manifests/trowaSoft.json @@ -2,20 +2,22 @@ "slug": "trowaSoft", "name": "trowaSoft", "brand": "trowaSoft", - "version": "2.0.5", + "version": "2.0.7", "license": "BSD-3-Clause", "author": "j4s0n-c", "authorEmail": "trowasoft.vcv@gmail.com", "authorUrl": "https://github.com/j4s0n-c/", "pluginUrl": "https://github.com/j4s0n-c/trowaSoft-VCV", - "manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV/blob/master/README.md", + "manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV#trowasoft-vcv", "sourceUrl": "https://github.com/j4s0n-c/trowaSoft-VCV", + "changelogUrl": "https://github.com/j4s0n-c/trowaSoft-VCV/blob/v2/CHANGELOG.md", "donateUrl": "https://paypal.me/j4s0n", "modules": [ { "slug": "trigSeq", "name": "trigSeq", "description": "16-step pad sequencer with a built-in Open Sound Control (OSC) interface.", + "manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV#trigseq--trigseq64", "tags": [ "Sequencer", "External" @@ -25,6 +27,7 @@ "slug": "trigSeq64", "name": "trigSeq64", "description": "64-step pad sequencer with a built-in Open Sound Control (OSC) interface.", + "manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV#trigseq--trigseq64", "tags": [ "Sequencer", "External" @@ -34,6 +37,7 @@ "slug": "voltSeq", "name": "voltSeq", "description": "16-step variable voltage/note sequencer with a built-in Open Sound Control (OSC) interface.", + "manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV#voltseq", "tags": [ "Sequencer", "External" @@ -41,8 +45,9 @@ }, { "slug": "multiSeq64", - "name": "multiSeq64", + "name": "multiSeq", "description": "64-step trigger/variable voltage/note sequencer with a built-in Open Sound Control (OSC) interface. Basically, trigSeq and voltSeq combined into one.", + "manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV#multiseq", "tags": [ "Sequencer", "External" @@ -51,16 +56,39 @@ { "slug": "multiWave", "name": "multiWave", - "description": "Digital oscillator module with three (3) oscillators/clocks, each with two (2) configurable wave channel outputs.", + "description": "Digital oscillator module with three (3) oscillators/clocks, each with two (2) configurable wave channel outputs. Same as multiWaveMini but with a display.", + "manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV#multiwave", "tags": [ "Oscillator", "Ring modulator" ] }, + { + "slug": "multiWaveMini", + "name": "multiWaveMini", + "description": "Digital oscillator module with three (3) oscillators/clocks, each with two (2) configurable wave channel outputs. Same as multiWave but smaller without display.", + "manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV#multiwave", + "tags": [ + "Oscillator", + "Ring modulator" + ] + }, + { + "slug": "polyGen", + "name": "polyGen", + "description": "Polygon generator/oscillator. Generates output CVs for x and y coordinates of shapes for drawing.", + "manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV#polygen", + "tags": [ + "Oscillator", + "Visual" + ], + "keywords": "polygon draw shape" + }, { "slug": "multiScope", "name": "multiScope", "description": "Visual effects scope, with lissajous mode, that allows three (3) waveforms to be drawn on the same screen/canvas.", + "manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV#multiscope", "tags": [ "Visual" ] @@ -69,30 +97,84 @@ "slug": "cvOSCcv", "name": "cvOSCcv", "description": "Generic Open Sound Control (OSC) module for outputting Rack CVs to OSC and reading in simple OSC messages into Rack CVs.", + "manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV#cvosccv", "tags": [ "External", "Polyphonic" - ] + ], + "keywords": "OSC Open Sound Control" }, { "slug": "cvOSCcv-InputExpander", "name": "cvOSC Input Expander", - "description": "Expansion module for cvOSCcv. Allows more input CV channels to be sent to OSC.", + "description": "Expansion module for cvOSCcv. Allows eight (8) more input CV channels to be sent to OSC.", + "manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV#cvosccv-expansion-modules", "tags": [ "External", "Polyphonic", "Expander" - ] + ], + "keywords": "OSC Open Sound Control" + }, + { + "slug": "cvOSCcv-InputExpander-16", + "name": "cvOSC16 Input Expander", + "description": "Expansion module for cvOSCcv. Allows 16 more input CV channels to be sent to OSC.", + "manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV#cvosccv-expansion-modules", + "tags": [ + "External", + "Polyphonic", + "Expander" + ], + "keywords": "OSC Open Sound Control" + }, + { + "slug": "cvOSCcv-InputExpander-32", + "name": "cvOSC32 Input Expander", + "description": "Expansion module for cvOSCcv. Allows 32 more input CV channels to be sent to OSC.", + "manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV#cvosccv-expansion-modules", + "tags": [ + "External", + "Polyphonic", + "Expander" + ], + "keywords": "OSC Open Sound Control" }, { "slug": "cvOSCcv-OutputExpander", "name": "OSCcv Output Expander", - "description": "Expansion module for cvOSCcv. Allows more output CV channels to be received from OSC.", + "description": "Expansion module for cvOSCcv. Allows eight (8) more output CV channels to be received from OSC.", + "manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV#cvosccv-expansion-modules", "tags": [ "External", "Polyphonic", "Expander" - ] + ], + "keywords": "OSC Open Sound Control" + }, + { + "slug": "cvOSCcv-OutputExpander-16", + "name": "OSCcv16 Output Expander", + "description": "Expansion module for cvOSCcv. Allows 16 more output CV channels to be received from OSC.", + "manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV#cvosccv-expansion-modules", + "tags": [ + "External", + "Polyphonic", + "Expander" + ], + "keywords": "OSC Open Sound Control" + }, + { + "slug": "cvOSCcv-OutputExpander-32", + "name": "OSCcv32 Output Expander", + "description": "Expansion module for cvOSCcv. Allows 32 more output CV channels to be received from OSC.", + "manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV#cvosccv-expansion-modules", + "tags": [ + "External", + "Polyphonic", + "Expander" + ], + "keywords": "OSC Open Sound Control" }, { "slug": "tsBlank", diff --git a/manifests/voxglitch.json b/manifests/voxglitch.json index fbc7005b..f0a0c9e0 100644 --- a/manifests/voxglitch.json +++ b/manifests/voxglitch.json @@ -1,7 +1,7 @@ { "slug": "voxglitch", "name": "Voxglitch", - "version": "2.25.1", + "version": "2.26.1", "license": "GPL-3.0-or-later", "brand": "Voxglitch", "author": "Bret Truchan",