From b858eb90349f6d7d4f72caedbb1134b557cc9b43 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Fri, 9 Jul 2021 12:05:18 -0400 Subject: [PATCH] Update manifest for Madness --- manifests-cache.json | 24 ++++++++++++++ manifests/Madness.json | 72 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 96 insertions(+) create mode 100644 manifests/Madness.json diff --git a/manifests-cache.json b/manifests-cache.json index 553c8d57..a18264df 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -9595,5 +9595,29 @@ "creationTimestamp": 1625444088.8100786 } } + }, + "Madness": { + "buildTimestamp": 1625845404.828411, + "creationTimestamp": 1625845406.4521043, + "modules": { + "KOSC": { + "creationTimestamp": 1625845406.5103805 + }, + "KLFO": { + "creationTimestamp": 1625845406.5721679 + }, + "VCTRL": { + "creationTimestamp": 1625845406.6289372 + }, + "SLEW": { + "creationTimestamp": 1625845406.6928663 + }, + "ALPG": { + "creationTimestamp": 1625845406.757387 + }, + "MNMX": { + "creationTimestamp": 1625845406.821245 + } + } } } \ No newline at end of file diff --git a/manifests/Madness.json b/manifests/Madness.json new file mode 100644 index 00000000..1950b045 --- /dev/null +++ b/manifests/Madness.json @@ -0,0 +1,72 @@ +{ + "slug": "Madness", + "name": "Madness", + "version": "1.0.0", + "license": "proprietary", + "brand": "Magus Instrumentalis", + "author": "David Kant, Ryan Page, Mustafa Walker", + "authorEmail": "david@magusinstrumentalis.com", + "authorUrl": "", + "pluginUrl": "https://magusinstrumentalis.com/", + "manualUrl": "", + "sourceUrl": "", + "donateUrl": "", + "modules": [ + { + "slug": "KOSC", + "name": "Azathoth", + "description": "Chaotic oscillator (new)", + "tags": [ + "Oscillator", + "Noise", + "Hardware clone" + ] + }, + { + "slug": "KLFO", + "name": "Nyarlathotep", + "description": "Chaotic oscillator LFO (hbd Ryan!)", + "tags": [ + "Oscillator", + "Low-frequency oscillator", + "Noise", + "Hardware clone" + ] + }, + { + "slug": "VCTRL", + "name": "Hastur", + "description": "Vactrol emulation", + "tags": [ + "Delay", + "Envelope follower", + "Voltage-controlled amplifier", + "Hardware clone" + ] + }, + { + "slug": "SLEW", + "name": "Shoggoth", + "description": "Describe me please", + "tags": [ + "Filter" + ] + }, + { + "slug": "ALPG", + "name": "Yog-Sothoth", + "description": "Low pass gate emulation", + "tags": [ + "Filter" + ] + }, + { + "slug": "MNMX", + "name": "Eibon", + "description": "Saturating mixer", + "tags": [ + "Mixer" + ] + } + ] +} \ No newline at end of file