From bfc5d1ba3b7bb2148ccaf535d6fb4ffacef77edb Mon Sep 17 00:00:00 2001 From: jmcgill-public <4210862+jmcgill-public@users.noreply.github.com> Date: Thu, 13 Aug 2026 05:03:23 +0000 Subject: [PATCH] Add plugin: Feral --- data/plugins.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/data/plugins.json b/data/plugins.json index 474de7a..093b254 100644 --- a/data/plugins.json +++ b/data/plugins.json @@ -697,7 +697,16 @@ "JUCE" ] }, - { + { + "name": "Feral", + "url": "https://github.com/jmcgill-public/feral", + "description": "Free dirt pedal dedicated to Jimothy", + "type": "Effect", + "frameworks": [ + "JUCE" + ] + }, +{ "name": "FILT-R", "url": "https://github.com/tiagolr/filtr", "description": "FILT-R is a cross-platform filter modulator based on plugins like ShaperBox and FilterShaper. It is the second version of [FLTR-1 JSFX](https://github.com/tiagolr/tilr_jsfx?tab=readme-ov-file)",