From 80794f5ba090ae8c8b2bd12da6fca3cf83ba8bf4 Mon Sep 17 00:00:00 2001 From: kolegaalarianaa-boop <282428714+kolegaalarianaa-boop@users.noreply.github.com> Date: Sun, 10 May 2026 21:33:15 +0000 Subject: [PATCH] Add plugin: Modal Synthesiser --- data/plugins.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data/plugins.json b/data/plugins.json index f6ac485..d9b5f39 100644 --- a/data/plugins.json +++ b/data/plugins.json @@ -536,6 +536,15 @@ "WDL-OL" ] }, + { + "name": "Modal Synthesiser", + "url": "https://github.com/crispinha/modal-synth", + "description": "This is a software synthesiser that uses modal synthesis, a physical modelling technique using banks of resonators to filter an exciter signal, to create sounds with a parametrically controlled frequency spectrum. This synthesiser is designed to allow for the composition and performance of spectral music, and it produces sounds with timbres similar to those of natural materials such as wood, metal, and glass.", + "type": "Instrument", + "frameworks": [ + "JUCE" + ] + }, { "name": "modEQ", "url": "https://github.com/tobanteAudio/modEQ",