From 2c07be0ab3d3b1cd70d59e0515aa9ace4173bf29 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Fri, 20 Mar 2020 01:21:09 -0400 Subject: [PATCH] Update manifest for Bogaudio, kocmoc, Nohmad, voxglitch --- manifests/Bogaudio.json | 40 ++++++++++++++++++++++++++++++++++++++-- manifests/Nohmad.json | 30 ++++++++++++++++++++++++++---- manifests/kocmoc.json | 2 +- manifests/voxglitch.json | 10 +++++++++- 4 files changed, 74 insertions(+), 8 deletions(-) diff --git a/manifests/Bogaudio.json b/manifests/Bogaudio.json index 43d4e188..420dc30e 100644 --- a/manifests/Bogaudio.json +++ b/manifests/Bogaudio.json @@ -1,8 +1,8 @@ { "slug": "Bogaudio", "name": "Bogaudio", - "version": "1.1.26", - "license": "BSD-3-Clause", + "version": "1.1.27", + "license": "GPL-3.0-or-later", "brand": "Bogaudio", "author": "Matt Demanett", "authorEmail": "mattdemanett@gmail.com", @@ -103,6 +103,42 @@ "Polyphonic" ] }, + { + "slug": "Bogaudio-VCF", + "name": "VCF", + "description": "Multimode filter", + "tags": [ + "Filter", + "Polyphonic" + ] + }, + { + "slug": "Bogaudio-LVCF", + "name": "LVCF", + "description": "Compact multimode filter", + "tags": [ + "Filter", + "Polyphonic" + ] + }, + { + "slug": "Bogaudio-FFB", + "name": "FFB", + "description": "Fixed filter bank", + "tags": [ + "Filter", + "Polyphonic" + ] + }, + { + "slug": "Bogaudio-EQ", + "name": "EQ", + "description": "Compact 3-channel equalizer", + "tags": [ + "Equalizer", + "Polyphonic" + ] + }, { "slug": "Bogaudio-DADSRH", "name": "DADSR(H)", diff --git a/manifests/Nohmad.json b/manifests/Nohmad.json index a5a9f8e5..01f5f684 100644 --- a/manifests/Nohmad.json +++ b/manifests/Nohmad.json @@ -1,10 +1,32 @@ { + "slug": "Nohmad", "name": "Nohmad", - "author": "Joel Robichaud", + "version": "1.0.0", "license": "MIT", + "author": "Joel Robichaud", + "authorEmail": "robichaud.jo@gmail.com", + "authorUrl": "", + "pluginUrl": "https://github.com/joelrobichaud/Nohmad/blob/master/README.md", "manualUrl": "https://github.com/joelrobichaud/Nohmad/blob/master/README.md", "sourceUrl": "https://github.com/joelrobichaud/Nohmad", - "pluginUrl": "https://github.com/joelrobichaud/Nohmad", - "slug": "Nohmad", - "version": "0.6.0" + "donateUrl": "", + "modules": [ + { + "slug": "Noise", + "name": "Noise", + "description": "", + "tags": [ + "Noise" + ] + }, + { + "slug": "StrangeAttractors", + "name": "Strange Attractors", + "description": "", + "tags": [ + "Oscillator", + "LFO" + ] + } + ] } \ No newline at end of file diff --git a/manifests/kocmoc.json b/manifests/kocmoc.json index a42a5411..a2d21bf4 100644 --- a/manifests/kocmoc.json +++ b/manifests/kocmoc.json @@ -1,7 +1,7 @@ { "slug": "kocmoc", "name": "kocmoc", - "version": "1.2.6", + "version": "1.2.8", "license": "GPL-3.0-or-later", "brand": "kocmoc", "author": "janne808", diff --git a/manifests/voxglitch.json b/manifests/voxglitch.json index 082c6139..a3a015fa 100644 --- a/manifests/voxglitch.json +++ b/manifests/voxglitch.json @@ -1,7 +1,7 @@ { "slug": "voxglitch", "name": "Voxglitch", - "version": "1.8.0", + "version": "1.9.1", "license": "BSD-3-Clause", "brand": "Voxglitch", "author": "Bret Truchan", @@ -30,6 +30,14 @@ "Sequencer" ] }, + { + "slug": "glitchsequencer", + "name": "Glitch Sequencer", + "description": "Cellular Automaton Gate Sequencer", + "tags": [ + "Sequencer" + ] + }, { "slug": "ghosts", "name": "Ghosts",