From 0dd143b60ed11c3155cfe27f3c2deefaf54eb033 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 3 Aug 2019 07:54:40 -0400 Subject: [PATCH] Update build for computerscare, SubmarineFree, ZZC, SLM, trowaSoft, CountModula, FrozenWasteland --- manifests/CountModula.json | 3 +- manifests/FrozenWasteland.json | 17 ++++---- manifests/SLM.json | 13 +++++- manifests/SubmarineFree.json | 3 +- manifests/ZZC.json | 6 +-- manifests/computerscare.json | 3 +- manifests/trowaSoft.json | 75 ++++++++++++++++++++++++++++++++++ 7 files changed, 102 insertions(+), 18 deletions(-) create mode 100644 manifests/trowaSoft.json diff --git a/manifests/CountModula.json b/manifests/CountModula.json index 86c20c60..0902c4aa 100644 --- a/manifests/CountModula.json +++ b/manifests/CountModula.json @@ -1,7 +1,7 @@ { "slug": "CountModula", "name": "Count Modula", - "version": "1.2.0", + "version": "1.2.1", "license": "BSD-3-Clause", "brand": "Count Modula", "author": "Adam Verspaget", @@ -9,6 +9,7 @@ "authorUrl": "https://github.com/countmodula", "pluginUrl": "https://github.com/countmodula/VCVRackPlugins/blob/master/README.md", "manualUrl": "https://github.com/countmodula/VCVRackPlugins/blob/master/MANUAL.md", + "changelogUrl": "https://github.com/countmodula/VCVRackPlugins/blob/master/CHANGELOG.md", "sourceUrl": "https://github.com/countmodula/VCVRackPlugins", "donateUrl": "https://paypal.me/countmodula?locale.x=en_AU", "modules": [ diff --git a/manifests/FrozenWasteland.json b/manifests/FrozenWasteland.json index 9e272726..d7e5100d 100644 --- a/manifests/FrozenWasteland.json +++ b/manifests/FrozenWasteland.json @@ -1,7 +1,7 @@ { "slug": "FrozenWasteland", "name": "Frozen Wasteland", - "version": "1.5.1", + "version": "1.6.0", "author": "almostEric", "license": "CC0-1.0", "authorEmail": "almostEric@frozenwastelandmodules.com", @@ -103,20 +103,18 @@ ] }, { - "slug": "QuadGrooveExpander", - "name": "Quad Groove Expander", - "description": "Expander for QAR adds grooves...", + "slug": "QARGrooveExpander", + "name": "QAR - Groove", + "description": "Create Grooves and Microrhythms for QAR", "tags": [ - "Sequencer", "Expander" ] }, { - "slug": "QuadRhythmExpander", - "name": "Quad Rhythm Expander", - "description": "Expander for QAR adds probabilty and swing", + "slug": "QARProbabilityExpander", + "name": "QAR - Probability", + "description": "Add Randomness to QAR Rhythms", "tags": [ - "Sequencer", "Expander" ] }, @@ -165,7 +163,6 @@ "name": "Vox Inhumana Expander", "description": "Resonance and Slope Control", "tags": [ - "VCF", "Expander" ] } diff --git a/manifests/SLM.json b/manifests/SLM.json index 7f314107..07c23205 100644 --- a/manifests/SLM.json +++ b/manifests/SLM.json @@ -1,7 +1,7 @@ { "slug": "SLM", "name": "SLM", - "version": "1.0.0", + "version": "1.1.0", "license": "GPL-3.0-or-later", "brand": "SLM", "author": "Salvatore LA MALFA", @@ -11,16 +11,25 @@ "manualUrl": "https://github.com/salvolm84/SLM-vcv-rack/blob/master/README.md", "sourceUrl": "https://github.com/salvolm84/SLM-vcv-rack", "donateUrl": "https://paypal.me/salvolm", + "changelogUrl": "https://github.com/salvolm84/SLM-vcv-rack/blob/master/CHANGELOG.md", "modules": [ { "slug": "mux-freak", - "name": "mux-freak", + "name": "Mux Freak", "description": "4 to 1 clocked multiplexer with switch probability and gate length controls", "tags": [ "quad", "switch", "random" ] + }, + { + "slug": "the-tailor", + "name": "The Tailor", + "description": "waveforms morphing tool", + "tags": [ + "digital" + ] } ] } \ No newline at end of file diff --git a/manifests/SubmarineFree.json b/manifests/SubmarineFree.json index ef31d061..9312a3dc 100644 --- a/manifests/SubmarineFree.json +++ b/manifests/SubmarineFree.json @@ -10,7 +10,8 @@ "manualUrl": "https://github.com/david-c14/SubmarineFree/blob/master/manual/index.md", "donateUrl": "https://www.paypal.me/SubmarineFree", "pluginUrl": "https://github.com/david-c14/SubmarineFree/blob/master/README.md", - "version": "1.0.2", + "changelogUrl": "https://github.com/david-c14/SubmarineFree/blob/master/changelog.md", + "version": "1.0.3", "modules": [ { "slug": "AG-104", diff --git a/manifests/ZZC.json b/manifests/ZZC.json index ea4bd5c7..3d0f540f 100644 --- a/manifests/ZZC.json +++ b/manifests/ZZC.json @@ -2,13 +2,13 @@ "slug": "ZZC", "name": "ZZC", "brand": "ZZC", - "version": "1.0.0", + "version": "1.1.0", "license": "GPL-3.0", "author": "Sergey Ukolov", "authorEmail": "zezic51@yandex.ru", "authorUrl": "https://github.com/zezic", - "pluginUrl": "https://zzc-cv.github.io", - "manualUrl": "https://zzc-cv.github.io", + "pluginUrl": "https://zzc.github.io", + "manualUrl": "https://zzc.github.io", "sourceUrl": "https://github.com/zezic/ZZC", "donateUrl": "https://paypal.me/zezic", "modules": [ diff --git a/manifests/computerscare.json b/manifests/computerscare.json index d4f11762..888abfa6 100644 --- a/manifests/computerscare.json +++ b/manifests/computerscare.json @@ -1,5 +1,6 @@ { "slug": "computerscare", + "version": "1.0.3", "name": "computerscare", "brand": "computerscare", "author": "computerscare", @@ -8,7 +9,7 @@ "pluginUrl": "https://github.com/freddyz/computerscare-vcv-modules", "authorUrl": "https://github.com/freddyz/computerscare-vcv-modules", "sourceUrl": "https://github.com/freddyz/computerscare-vcv-modules", - "version": "1.0.0", + "manualUrl": "https://github.com/freddyz/computerscare-vcv-modules", "modules": [ { "slug": "computerscare-knolypobs", diff --git a/manifests/trowaSoft.json b/manifests/trowaSoft.json new file mode 100644 index 00000000..561a0f1b --- /dev/null +++ b/manifests/trowaSoft.json @@ -0,0 +1,75 @@ +{ + "slug": "trowaSoft", + "name": "trowaSoft", + "version": "1.0.1", + "license": "BSD-3-Clause", + "author": "j4s0n-c", + "authorEmail": "", + "authorUrl": "http://www.geekasaurusrex.net/", + "pluginUrl": "https://github.com/j4s0n-c/trowaSoft-VCV", + "manualUrl": "https://github.com/j4s0n-c/trowaSoft-VCV/blob/master/README.md", + "sourceUrl": "https://github.com/j4s0n-c/trowaSoft-VCV", + "donateUrl": "https://paypal.me/j4s0n", + "modules": [ + { + "slug": "trigSeq", + "name": "trigSeq", + "description": "16-step pad sequencer with a built-in Open Sound Control (OSC) interface.", + "tags": [ + "Sequencer", + "External" + ] + }, + { + "slug": "trigSeq64", + "name": "trigSeq64", + "description": "64-step pad sequencer with a built-in Open Sound Control (OSC) interface.", + "tags": [ + "Sequencer", + "External" + ] + }, + { + "slug": "voltSeq", + "name": "voltSeq", + "description": "16-step variable voltage/note sequencer with a built-in Open Sound Control (OSC) interface.", + "tags": [ + "Sequencer", + "External" + ] + }, + { + "slug": "multiWave", + "name": "multiWave", + "description": "Digital oscillator module with three (3) oscillators/clocks, each with two (2) configurable wave channel outputs.", + "tags": [ + "Oscillator", + "Ring modulator" + ] + }, + { + "slug": "multiScope", + "name": "multiScope", + "description": "Visual effects scope, with lissajous mode, that allows three (3) waveforms to be drawn on the same screen/canvas.", + "tags": [ + "Visual" + ] + }, + { + "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.", + "tags": [ + "External" + ] + }, + { + "slug": "tsBlank", + "name": "tsBlank", + "description": "Simple trowaSoft blank panel (variable width).", + "tags": [ + "Blank" + ] + } + ] +} \ No newline at end of file