From fb5217a7828a961f0f2a03c6803c0ad70c823572 Mon Sep 17 00:00:00 2001 From: Dan German Date: Wed, 27 Mar 2024 15:02:27 +0200 Subject: [PATCH] Update plugins.json --- data/plugins.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data/plugins.json b/data/plugins.json index ddde1ad..81e01d9 100644 --- a/data/plugins.json +++ b/data/plugins.json @@ -76,6 +76,13 @@ "type": "Instrument", "frameworks": ["JUCE"] }, + { + "name": "blocks", + "url": "https://github.com/dan-german/blocks", + "description": "Polyphonic modular synth", + "type": "Instrument", + "frameworks": ["JUCE"] + }, { "name": "C1Bitcrusher", "url": "https://github.com/datajake1999/C1Bitcrusher",