diff --git a/manifests/23volts.json b/manifests/23volts.json index fccbc51b..5c2df834 100644 --- a/manifests/23volts.json +++ b/manifests/23volts.json @@ -1,7 +1,7 @@ { "slug": "23volts", "name": "23volts", - "version": "1.1.3", + "version": "1.1.4", "license": "GPL-3.0-only", "brand": "23volts", "author": "R\u00e9mi Collin", @@ -11,7 +11,7 @@ "manualUrl": "https://github.com/23volts/23volts-vcv", "sourceUrl": "https://github.com/23volts/23volts-vcv", "donateUrl": "https://paypal.me/23volts", - "changelogUrl": "https://github.com/23volts/23volts-vcv/CHANGELOG.md", + "changelogUrl": "https://github.com/23volts/23volts-vcv/blob/master/CHANGELOG.md", "modules": [ { "slug": "Mem", diff --git a/manifests/Bidoo.json b/manifests/Bidoo.json index f359068b..0239fad4 100644 --- a/manifests/Bidoo.json +++ b/manifests/Bidoo.json @@ -1,6 +1,6 @@ { "slug": "Bidoo", - "version": "1.1.8", + "version": "1.1.10", "license": "GPL-3.0-only", "name": "Bidoo", "brand": "Bidoo", diff --git a/manifests/CountModula.json b/manifests/CountModula.json index 2e60ee48..7e3a7405 100644 --- a/manifests/CountModula.json +++ b/manifests/CountModula.json @@ -1,7 +1,7 @@ { "slug": "CountModula", "name": "Count Modula", - "version": "1.6.0", + "version": "1.7.1", "license": "GPL-3.0-only", "brand": "Count Modula", "author": "Adam Verspaget", @@ -62,7 +62,8 @@ "description": "Dual voltage controlled logical inverter.", "tags": [ "Logic", - "Dual" + "Dual", + "Polyphonic" ] }, { @@ -361,7 +362,7 @@ }, { "slug": "SequencerExpanderCV8", - "name": "Sequencer CV Expander ", + "name": "Sequencer CV Expander", "description": "8 step sequencer expander adding an extra channel of CV output", "tags": [ "Sequencer", @@ -370,7 +371,7 @@ }, { "slug": "SequencerExpanderOut8", - "name": "Sequencer Output Expander ", + "name": "Sequencer Output Expander", "description": "8 step sequencer expander adding a gate output for each step", "tags": [ "Sequencer", @@ -379,7 +380,7 @@ }, { "slug": "SequencerExpanderTrig8", - "name": "Sequencer Trigger Expander ", + "name": "Sequencer Trigger Expander", "description": "8 step sequencer expander adding a an extra channel of gate/trigger output", "tags": [ "Sequencer", @@ -588,6 +589,120 @@ "Sequencer", "Expander" ] + }, + { + "slug": "Euclid", + "name": "Euclidean Sequencer", + "description": "Algorithmic trigger sequencer based on Euclidean division", + "tags": [ + "Sequencer" + ] + }, + { + "slug": "EuclidExpanderCV", + "name": "Euclidean Sequencer Expander", + "description": "CV Expander for the Euclidean Sequencer", + "tags": [ + "Sequencer", + "Expander" + ] + }, + { + "slug": "VoltageScaler", + "name": "Voltage Scaler", + "description": "Rescale a voltage from one range to another", + "tags": [ + "Attenuator", + "Utility", + "Polyphonic" + ] + }, + { + "slug": "PolyMinMax", + "name": "Polyphonic Min/Max", + "description": "Determines minimum and maximum values from a polyphonic CV input", + "tags": [ + "Utility", + "Polyphonic" + ] + }, + { + "slug": "Breakout", + "name": "Breakout", + "description": "Breaks polyphonic signals out to individual normalled output/input pairs", + "tags": [ + "Utility", + "Polyphonic" + ] + }, + { + "slug": "GateSequencer8", + "name": "8 x 8 Gate Sequencer", + "description": "An 8 Channel 8 Step Gate/Trigger Sequencer", + "tags": [ + "Sequencer" + ] + }, + { + "slug": "GateSequencer16", + "name": "8 x 16 Gate Sequencer", + "description": "An 8 Channel 16 Step Gate/Trigger Sequencer", + "tags": [ + "Sequencer" + ] + }, + { + "slug": "PolyMute", + "name": "Polyphonic Mute", + "description": "Polyphonic Manual/VC Mute", + "tags": [ + "Controller", + "Polyphonic" + ] + }, + { + "slug": "Sequencer16", + "name": "16 Step Sequencer", + "description": "16 Step Sequencer", + "tags": [ + "Sequencer" + ] + }, + { + "slug": "Sequencer8", + "name": "8 Step Sequencer", + "description": "8 Step Sequencer", + "tags": [ + "Sequencer" + ] + }, + { + "slug": "SequencerChannel16", + "name": "16 Step Sequencer Channel Expander", + "description": "Adds another channel to the 16 Step Sequencer", + "tags": [ + "Sequencer", + "Expander" + ] + }, + { + "slug": "SequencerChannel8", + "name": "8 Step Sequencer Channel Expander", + "description": "Adds another channel to the 8 Step Sequencer", + "tags": [ + "Sequencer", + "Expander" + ] + }, + { + "slug": "MasterReset", + "name": "Master Reset Controller", + "description": "Master reset button and clock wrangler", + "tags": [ + "Clock modulator", + "Controller", + "Utility" + ] } ] } \ No newline at end of file diff --git a/manifests/MockbaModular.json b/manifests/MockbaModular.json index a0089d32..9a1433de 100644 --- a/manifests/MockbaModular.json +++ b/manifests/MockbaModular.json @@ -1,7 +1,7 @@ { "slug": "MockbaModular", "name": "Mockba Modular", - "version": "1.1.9", + "version": "1.2.0", "license": "MIT", "brand": "Mockba Modular", "author": "Mockba the Borg", diff --git a/manifests/ModularFungi.json b/manifests/ModularFungi.json index 8bafc1cd..01de42b5 100644 --- a/manifests/ModularFungi.json +++ b/manifests/ModularFungi.json @@ -8,7 +8,7 @@ "sourceUrl": "https://github.com/david-c14/ModularFungi", "donateUrl": "https://paypal.me/omricohencomposer", "manualUrl": "https://github.com/david-c14/ModularFungi/blob/master/README.md", - "version": "1.0.0", + "version": "1.0.1", "modules": [ { "slug": "Blank1HP", @@ -89,6 +89,14 @@ "tags": [ "Blank" ] + }, + { + "slug": "Color12HP", + "name": "Color Scheme", + "description": "12 HP Blanking Plate with Color Key", + "tags": [ + "Blank" + ] } ] } \ No newline at end of file diff --git a/manifests/Sckitam.json b/manifests/Sckitam.json index 1ad28de4..b4f2989e 100644 --- a/manifests/Sckitam.json +++ b/manifests/Sckitam.json @@ -1,7 +1,7 @@ { "slug": "Sckitam", "name": "Sckitam", - "version": "1.0.2", + "version": "1.0.3", "license": "GPL-3.0-only", "brand": "Sckitam", "author": "Philippe Salembier", diff --git a/manifests/computerscare.json b/manifests/computerscare.json index 4b4217aa..ec328eb2 100644 --- a/manifests/computerscare.json +++ b/manifests/computerscare.json @@ -1,6 +1,6 @@ { "slug": "computerscare", - "version": "1.2.0", + "version": "1.3.0", "name": "computerscare", "brand": "computerscare", "author": "computerscare", @@ -127,6 +127,15 @@ "Blank", "Visual" ] + }, + { + "slug": "computerscare-stoly-fick-pigure", + "name": "Stoly Fick Pigure", + "description": "Draw a stick figure", + "tags": [ + "Visual", + "Polyphonic" + ] } ] } \ No newline at end of file