diff --git a/manifests/Bidoo.json b/manifests/Bidoo.json index 020f376e..f359068b 100644 --- a/manifests/Bidoo.json +++ b/manifests/Bidoo.json @@ -1,6 +1,6 @@ { "slug": "Bidoo", - "version": "1.1.6", + "version": "1.1.8", "license": "GPL-3.0-only", "name": "Bidoo", "brand": "Bidoo", diff --git a/manifests/MockbaModular.json b/manifests/MockbaModular.json index 2353dd86..496d51a1 100644 --- a/manifests/MockbaModular.json +++ b/manifests/MockbaModular.json @@ -1,7 +1,7 @@ { "slug": "MockbaModular", "name": "Mockba Modular", - "version": "1.1.3", + "version": "1.1.6", "license": "MIT", "brand": "Mockba Modular", "author": "Mockba the Borg", @@ -24,18 +24,20 @@ { "slug": "Feidah", "name": "Feidah", - "description": "Simple signal fader", + "description": "Simple signal fader with VCA", "tags": [ "Attenuator", + "VCA", "Polyphonic" ] }, { "slug": "FeidahS", "name": "FeidahS", - "description": "Simple stereo signal fader", + "description": "Simple stereo signal fader with VCA", "tags": [ "Attenuator", + "VCA", "Polyphonic" ] }, @@ -51,7 +53,17 @@ { "slug": "Mixah", "name": "Mixah", - "description": "Simple two signal mixer", + "description": "Simple two signal mixer with VCA", + "tags": [ + "Mixer", + "VCA", + "Polyphonic" + ] + }, + { + "slug": "Mixah3", + "name": "Mixah3", + "description": "Simple three signal mixer", "tags": [ "Mixer", "Polyphonic" @@ -102,7 +114,7 @@ { "slug": "Pannah", "name": "Pannah", - "description": "Simple stereo panner", + "description": "Simple stereo panner with modulation", "tags": [ "Panning", "Polyphonic" @@ -180,6 +192,87 @@ "Polyphonic" ] }, + { + "slug": "CZOsc", + "name": "CZOsc", + "description": "Simple CZ style oscillator", + "tags": [ + "Oscillator", + "Polyphonic" + ] + }, + { + "slug": "MaugTriangle", + "name": "MaugTriangle", + "description": "Simple Moog style TRIANGLE oscillator", + "tags": [ + "Oscillator", + "Polyphonic" + ] + }, + { + "slug": "MaugShark", + "name": "MaugShark", + "description": "Simple Moog style SHARK oscillator", + "tags": [ + "Oscillator", + "Polyphonic" + ] + }, + { + "slug": "MaugSaw", + "name": "MaugSaw", + "description": "Simple Moog style SAW oscillator", + "tags": [ + "Oscillator", + "Polyphonic" + ] + }, + { + "slug": "MaugSaw2", + "name": "MaugSaw2", + "description": "Simple Moog style INVSAW oscillator", + "tags": [ + "Oscillator", + "Polyphonic" + ] + }, + { + "slug": "MaugSquare", + "name": "MaugSquare", + "description": "Simple Moog style SQUARE .48 oscillator", + "tags": [ + "Oscillator", + "Polyphonic" + ] + }, + { + "slug": "MaugSquare2", + "name": "MaugSquare2", + "description": "Simple Moog style SQUARE .29 oscillator", + "tags": [ + "Oscillator", + "Polyphonic" + ] + }, + { + "slug": "MaugSquare3", + "name": "MaugSquare3", + "description": "Simple Moog style SQUARE .17 oscillator", + "tags": [ + "Oscillator", + "Polyphonic" + ] + }, + { + "slug": "MaugOsc", + "name": "MaugOsc", + "description": "Simple Moog style oscillator", + "tags": [ + "Oscillator", + "Polyphonic" + ] + }, { "slug": "Comparator", "name": "Comparator", diff --git a/manifests/ZZC.json b/manifests/ZZC.json index 5177ddd6..710e2466 100644 --- a/manifests/ZZC.json +++ b/manifests/ZZC.json @@ -2,7 +2,7 @@ "slug": "ZZC", "name": "ZZC", "brand": "ZZC", - "version": "1.1.1", + "version": "1.1.2", "license": "GPL-3.0", "author": "Sergey Ukolov", "authorEmail": "zezic51@yandex.ru",