From b837a27666c516206b85802c29fc4cb1f7b5c3e8 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 9 Nov 2019 21:20:03 -0500 Subject: [PATCH] Update manifest for SyntheticFXFree --- manifests/SyntheticFXFree.json | 54 ++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 manifests/SyntheticFXFree.json diff --git a/manifests/SyntheticFXFree.json b/manifests/SyntheticFXFree.json new file mode 100644 index 00000000..049fe606 --- /dev/null +++ b/manifests/SyntheticFXFree.json @@ -0,0 +1,54 @@ +{ + "slug": "SyntheticFXFree", + "name": "Synthetic FX Free", + "version": "1.0.0", + "license": "PROPRIETARY", + "author": "SV Modular", + "authorEmail": "svmodular@legitimatesounding.com", + "authorUrl": "https://legitimatesounding.com/sv-modular/", + "pluginUrl": "https://legitimatesounding.com/sv-modular/synthetic-fx-free/index.html", + "manualUrl": "https://legitimatesounding.com/sv-modular/synthetic-fx-free/index.html", + "brand": "SV Modular", + "modules": [ + { + "slug": "FourPoleLadder", + "name": "4-Pole", + "description": "Four Pole Ladder Filter", + "tags": [ + "VCF" + ] + }, + { + "slug": "State", + "name": "State", + "description": "State Variable Filter", + "tags": [ + "VCF" + ] + }, + { + "slug": "Rez", + "name": "Rez", + "description": "Resonant Filter", + "tags": [ + "VCF" + ] + }, + { + "slug": "Comb", + "name": "Comb", + "description": "Comb Filter", + "tags": [ + "VCF" + ] + }, + { + "slug": "Chorus", + "name": "Chorus", + "description": "Chorus Effect", + "tags": [ + "VCF" + ] + } + ] +} \ No newline at end of file