From c12734c69b56405359eefe475c4286706b66d80f Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Thu, 16 Apr 2020 18:41:47 -0400 Subject: [PATCH] Update manifest for FrequencyDomain --- manifests-cache.json | 15 +++++++++++++ manifests/FrequencyDomain.json | 39 ++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 manifests/FrequencyDomain.json diff --git a/manifests-cache.json b/manifests-cache.json index 82388fb6..77155242 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -7398,5 +7398,20 @@ "creationTimestamp": 1586748554.8362346 } } + }, + "FrequencyDomain": { + "buildTimestamp": 1587076104.4562583, + "creationTimestamp": 1587076104.7002873, + "modules": { + "HarmonicConvergence": { + "creationTimestamp": 1587076104.8883035 + }, + "DelayedReaction": { + "creationTimestamp": 1587076105.0645952 + }, + "Morphology": { + "creationTimestamp": 1587076105.2977908 + } + } } } \ No newline at end of file diff --git a/manifests/FrequencyDomain.json b/manifests/FrequencyDomain.json new file mode 100644 index 00000000..3152ea83 --- /dev/null +++ b/manifests/FrequencyDomain.json @@ -0,0 +1,39 @@ +{ + "slug": "FrequencyDomain", + "name": "Frequency Domain", + "version": "1.0.0", + "license": "Proprietary", + "brand": "Frequency Domain", + "author": "almostEric and JerrySV", + "authorEmail": "almostEric@frozenwastelandmodules.com", + "manualUrl": "https://github.com/almostEric/Frequency-Domain-Manual/blob/master/README.md", + "donateUrl": "https://paypal.me/FrozenWasteland", + "changelogUrl": "https://github.com/almostEric/Frequency-Domain-Manual/blob/master/CHANGELOG.md", + "modules": [ + { + "slug": "HarmonicConvergence", + "name": "Harmonic Convergence", + "description": "Resynthesis Engine", + "tags": [ + "Synth voice" + ] + }, + { + "slug": "DelayedReaction", + "name": "Delayed Reaction", + "description": "Spectrum based delay", + "tags": [ + "Delay" + ] + }, + { + "slug": "Morphology", + "name": "Morphology", + "description": "Spectral Morpher", + "tags": [ + "Vocoder", + "Effect" + ] + } + ] +} \ No newline at end of file