From dfc9d83cd9f2588d68bd184fbf9dc82fd370c1a7 Mon Sep 17 00:00:00 2001 From: CarlosDPerales <5961660+CarlosDPerales@users.noreply.github.com> Date: Tue, 21 Apr 2026 08:29:10 +0000 Subject: [PATCH 1/2] Add plugin: The Analog Molecule --- data/plugins.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data/plugins.json b/data/plugins.json index f6ac485..7798e4f 100644 --- a/data/plugins.json +++ b/data/plugins.json @@ -866,6 +866,15 @@ "JUCE" ] }, + { + "name": "The Analog Molecule", + "url": "https://forum.cockos.com/showthread.php?t=305604", + "description": "JSFX Based frame plugin for Reaper.", + "type": "Effect", + "frameworks": [ + "DPF" + ] + }, { "name": "There will be blood", "url": "https://github.com/coconut-audio/there-will-be-blood", From 62f875c0676ec450364c8971669bf85917a73614 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 11 May 2026 09:32:18 +0000 Subject: [PATCH 2/2] Fix merge with master and normalize plugin data entries Agent-Logs-Url: https://github.com/webprofusion/OpenAudio/sessions/5fb34836-4ee4-40c6-80d8-e194e91afe12 Co-authored-by: webprofusion-chrisc <2445502+webprofusion-chrisc@users.noreply.github.com> --- data/plugins.json | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/data/plugins.json b/data/plugins.json index 9bf6d0c..5f8a119 100644 --- a/data/plugins.json +++ b/data/plugins.json @@ -20,6 +20,13 @@ "type": "Instrument", "frameworks": ["JUCE"] }, + { + "name": "ÆLAPSE", + "url": "https://github.com/smiarx/aelapse", + "description": "ÆLAPSE is a delay and reverb plugin. The delay is based on tape-delay mechanisms, while the reverb is inspired by (but not limited to) spring reverbs.", + "type": "Effect", + "frameworks": ["JUCE"] + }, { "name": "Airwindows", "url": "https://github.com/airwindows/airwindows", @@ -410,7 +417,7 @@ "url": "https://github.com/Kiriki-liszt/JS_Inflator", "description": "JS Inflator is a copy of Sonox Inflator.", "type": "Effect", - "frameworks": ["No Framework"] + "frameworks": [] }, { "name": "JuceOPLVSTi", @@ -725,9 +732,7 @@ "url": "https://github.com/tiagolr/ripplerx", "description": "RipplerX is a physically modeled synth, capable of sounds similar to AAS Chromaphone and Ableton Collision.", "type": "Instrument", - "frameworks": [ - "JUCE" - ] + "frameworks": ["JUCE"] }, { "name": "Roth-AIR", @@ -762,7 +767,7 @@ "url": "https://github.com/Cure-Audio/Scream", "description": "Scream is a versatile VST plugin that recreates the legendary Scream filter from Massive. Known for its aggressive, resonant tone and raw energy.", "type": "Effect", - "frameworks": ["No Framework"] + "frameworks": [] }, { "name": "Setekh", @@ -888,9 +893,7 @@ "url": "https://forum.cockos.com/showthread.php?t=305604", "description": "JSFX Based frame plugin for Reaper.", "type": "Effect", - "frameworks": [ - "DPF" - ] + "frameworks": ["DPF"] }, { "name": "There will be blood", @@ -932,7 +935,7 @@ "url": "https://ryukau.github.io/VSTPlugins/index.html", "description": "Uhhyou Plugins Collection", "type": "Effect", - "frameworks": ["No Framework"] + "frameworks": [] }, { "name": "Valentine", @@ -1038,12 +1041,5 @@ "description": "Additive/Subtractive AM/FM synthesizer with effects", "type": "Instrument", "frameworks": ["FLTK"] - }, - { - "name": "ÆLAPSE", - "url": "https://github.com/smiarx/aelapse", - "description": "ÆLAPSE is a delay and reverb plugin. The delay is based on tape-delay mechanisms, while the reverb is inspired by (but not limited to) spring reverbs.", - "type": "Effect", - "frameworks": ["JUCE"] } ]