From 066c2082bd29c9f4d8aea99c6bc5653e4542e5ad Mon Sep 17 00:00:00 2001 From: kolegaalarianaa-boop <282428714+kolegaalarianaa-boop@users.noreply.github.com> Date: Sun, 10 May 2026 22:43:59 +0000 Subject: [PATCH] Add plugin: Microbiome --- data/plugins.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data/plugins.json b/data/plugins.json index f6ac485..87a52a6 100644 --- a/data/plugins.json +++ b/data/plugins.json @@ -518,6 +518,15 @@ "JUCE" ] }, + { + "name": "Microbiome", + "url": "https://github.com/dsmaugy/microbiome", + "description": "Microbiome is a real-time audio effects plugin that uses delay lines and looping to create vibrant audio artifacts mimicking the nature of evolutionary biology.", + "type": "Effect", + "frameworks": [ + "JUCE" + ] + }, { "name": "MidiChords", "url": "https://github.com/markwilkins/midi-chord-reader",