From 22625916fc363a82ee3554edbc49cd99873e5286 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Mon, 24 Jun 2019 17:35:16 -0400 Subject: [PATCH] Update manifest for ML_modules_seq, ML_modules_QU --- manifests/ML_modules_QU.json | 25 +++++++++++++++++++++++++ manifests/ML_modules_seq.json | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 manifests/ML_modules_QU.json create mode 100644 manifests/ML_modules_seq.json diff --git a/manifests/ML_modules_QU.json b/manifests/ML_modules_QU.json new file mode 100644 index 00000000..5bb22148 --- /dev/null +++ b/manifests/ML_modules_QU.json @@ -0,0 +1,25 @@ +{ + "slug": "ML_modules_QU", + "name": "Quantum Universe", + "version": "1.0.0", + "license": "proprietary", + "author": "Martin Lueders", + "brand": "ML Modules", + "authorEmail": "MLmodules@gmail.com", + "authorUrl": "https://github.com/martin-lueders", + "pluginUrl": "https://github.com/martin-lueders", + "manualUrl": "https://github.com/martin-lueders/ML_Pro_Series/wiki", + "sourceUrl": "", + "donateUrl": "", + "modules": [ + { + "slug": "Quantum_Pro", + "name": "Quantum Universe", + "description": "", + "tags": [ + "Quantizer", + "Polyphonic" + ] + } + ] +} \ No newline at end of file diff --git a/manifests/ML_modules_seq.json b/manifests/ML_modules_seq.json new file mode 100644 index 00000000..979ae564 --- /dev/null +++ b/manifests/ML_modules_seq.json @@ -0,0 +1,32 @@ +{ + "slug": "ML_modules_seq", + "name": "Sequencer Pack", + "brand": "ML Modules", + "version": "1.0.0", + "license": "proprietary", + "author": "Martin Lueders", + "authorEmail": "MLmodules@gmail.com", + "authorUrl": "https://github.com/martin-lueders", + "pluginUrl": "https://github.com/martin-lueders/ML_Pro_Series", + "manualUrl": "https://github.com/martin-lueders/ML_Pro_Series/wiki", + "sourceUrl": "", + "donateUrl": "", + "modules": [ + { + "slug": "Mem_Sequencer", + "name": "Memory Sequencer", + "description": "", + "tags": [ + "Sequencer" + ] + }, + { + "slug": "Analog_Sequencer", + "name": "Analog Sequencer", + "description": "", + "tags": [ + "Sequencer" + ] + } + ] +} \ No newline at end of file