From ea369a5d6b3c60654deeeed36199a38991dc380b Mon Sep 17 00:00:00 2001 From: Vivek Vijayan <93899655+enter-opy@users.noreply.github.com> Date: Tue, 28 Nov 2023 07:55:33 +0530 Subject: [PATCH] Added Fusion (#115) * Update plugins.json * Update plugins.json --- data/plugins.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data/plugins.json b/data/plugins.json index ed3125c..254c601 100644 --- a/data/plugins.json +++ b/data/plugins.json @@ -230,6 +230,13 @@ "type": "Effect", "frameworks": ["iPlug2"] }, + { + "name": "Fusion", + "url": "https://github.com/enter-opy/fusion", + "description": "Additive Synth", + "type": "Instrument", + "frameworks": ["JUCE"] + }, { "name": "GainPlugin", "url": "https://github.com/satelllte/GainPlugin",