From a253559c7d9beed6a170e07179a3ea6c7a64f350 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 18 May 2026 07:08:50 +0000 Subject: [PATCH 1/3] Add outstanding app and plugin submissions Agent-Logs-Url: https://github.com/webprofusion/OpenAudio/sessions/8dedc296-8a5c-4b0b-8475-b613f5f6e472 Co-authored-by: webprofusion-chrisc <2445502+webprofusion-chrisc@users.noreply.github.com> --- data/apps.json | 38 ++++++ data/plugins.json | 293 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 331 insertions(+) diff --git a/data/apps.json b/data/apps.json index 89915ac..8af185e 100644 --- a/data/apps.json +++ b/data/apps.json @@ -128,6 +128,16 @@ "repo": "drumbeatrepo" } }, + { + "name": "Easy Effects", + "description": "Limiter, compressor, convolver, equalizer and auto volume and many other plugins for PipeWire applications", + "repository": { + "type": "GitHub", + "user": "wwmm", + "repo": "easyeffects" + }, + "url": "https://wwmm.github.io/easyeffects/" + }, { "name": "Element", "url": "https://kushview.net/element/", @@ -255,6 +265,15 @@ "repo": "javascript-software-synthesizer" } }, + { + "name": "Kholors", + "description": "A digital audio workstation without tracks and where you edit samples in the frequency domains directly. See [this demo](https://www.youtube.com/watch?v=TeF4ExiSIbU).", + "repository": { + "type": "GitHub", + "user": "QuentinFAIDIDE", + "repo": "Kholors" + } + }, { "name": "LMMS", "url": "https://lmms.io/", @@ -315,6 +334,15 @@ "repo": "NewMixer" } }, + { + "name": "OpenDaw", + "description": "A free, open-source Digital Audio Workstation for Windows, macOS, and Linux", + "repository": { + "type": "GitHub", + "user": "glenwrhodes", + "repo": "OpenDaw" + } + }, { "name": "OpenMPT", "url": "https://openmpt.org/", @@ -433,6 +461,16 @@ "repo": "sonic-pi" } }, + { + "name": "SonoBus", + "description": "SonoBus is an easy to use application for streaming high-quality, low-latency peer-to-peer audio between devices over the internet or a local network.", + "repository": { + "type": "GitHub", + "user": "sonosaurus", + "repo": "sonobus" + }, + "url": "https://sonobus.net/" + }, { "name": "Soundshed", "url": "https://soundshed.com", diff --git a/data/plugins.json b/data/plugins.json index ba435ca..5ccf292 100644 --- a/data/plugins.json +++ b/data/plugins.json @@ -114,6 +114,24 @@ "JUCE" ] }, + { + "name": "Autokit", + "url": "https://github.com/Hornfisk/autokit", + "description": "A sample-based drum machine plugin that scans your library, classifies oneshots by type (kick, snare, hihat, etc.) using spectral analysis, and plots them on an interactive 2D map. Assign samples to pads, sequence with a Digitakt-style step sequencer, and randomize kits with dice.", + "type": "Instrument", + "frameworks": [ + "NIH-Plug" + ] + }, + { + "name": "Automatic Double Tracking", + "url": "https://github.com/SpotlightKid/adt", + "description": "[Automatic double tracking](https://en.wikipedia.org/wiki/Automatic_double_tracking) (not only) for vocals.", + "type": "Effect", + "frameworks": [ + "DPF" + ] + }, { "name": "Axiom", "url": "https://github.com/monadgroup/axiom", @@ -130,6 +148,13 @@ "JUCE" ] }, + { + "name": "Beatrice 2", + "url": "https://github.com/prj-beatrice/beatrice-vst", + "description": "[Beatrice 2](https://prj-beatrice.com/) is free, lightweight, and ultra-low latency real-time voice quality conversion VST3 plugin.", + "type": "Effect", + "frameworks": [] + }, { "name": "Bespoke", "url": "https://github.com/awwbees/BespokeSynth", @@ -236,6 +261,16 @@ "DPF" ] }, + { + "name": "CChorus", + "url": "https://github.com/SpotlightKid/cchorus", + "description": "A versatile stereo chorus, multi-format audio effect plugin", + "type": "Effect", + "frameworks": [ + "DPF", + "Faust" + ] + }, { "name": "CetoneSynthLight", "url": "https://github.com/AnClark/CetoneSynthLight", @@ -342,6 +377,15 @@ "WDL-OL" ] }, + { + "name": "Comp", + "url": "https://github.com/DawidKwaskiewicz/Comp", + "description": "Compressor+expander (downward+upward) VST with curve display created with JUCE", + "type": "Effect", + "frameworks": [ + "JUCE" + ] + }, { "name": "Comprez", "url": "https://github.com/AnClark/Comprez", @@ -379,6 +423,15 @@ "JUCE" ] }, + { + "name": "CtrlrX", + "url": "https://github.com/damiensellier/CtrlrX", + "description": "CtrlrX is an enhanced version of Roman Kubiak's CTRLR. CtrlrX can control any MIDI-enabled hardware, synthesizers, drum machines, samplers, effects and more.", + "type": "Misc", + "frameworks": [ + "JUCE" + ] + }, { "name": "Curvessor 2", "url": "https://github.com/unevens/Curvessor", @@ -433,6 +486,24 @@ "JUCE" ] }, + { + "name": "DF JPverb", + "url": "https://github.com/SpotlightKid/dfjpverb", + "description": "A lush algorithmic reverb designed to sound great with synthetic sound sources, built with DPF and based on FAUST library demo code", + "type": "Effect", + "frameworks": [ + "DPF" + ] + }, + { + "name": "DF Zita Rev1", + "url": "https://github.com/SpotlightKid/dfzitarev1", + "description": "A feedback-delay-network reverb plugin built with [DPF](https://github.com/DISTRHO/DPF) and based on a [FAUST](https://faust.grame.fr/) library demo", + "type": "Effect", + "frameworks": [ + "DPF" + ] + }, { "name": "Digits", "url": "https://github.com/LouisGorenfeld/DigitsVst", @@ -550,6 +621,15 @@ "JUCE" ] }, + { + "name": "DSP4Guitar", + "url": "https://github.com/GizzZmo/DSP4Guitar", + "description": "A professional-grade, multi-effect VST3/AU plugin built with the JUCE framework, wrapped in a full cyberpunk / Matrix-terminal aesthetic", + "type": "Effect", + "frameworks": [ + "JUCE" + ] + }, { "name": "DtBlkFx", "url": "https://codeberg.org/skullzy/DtBlkFx", @@ -678,6 +758,15 @@ "type": "Effect", "frameworks": [] }, + { + "name": "Gain Booster", + "url": "https://github.com/Moebytes/Gain-Booster", + "description": "Gain Booster is a VST/AU plugin for gain control, panning, and some LFO modulation.", + "type": "Effect", + "frameworks": [ + "JUCE" + ] + }, { "name": "GainPlugin", "url": "https://github.com/satelllte/GainPlugin", @@ -713,6 +802,13 @@ "JUCE" ] }, + { + "name": "Grace", + "url": "https://github.com/s-oram/Grace", + "description": "[Grace](http://onesmallclue.com/plugin/grace/) is Sampler VST Plugin for Windows", + "type": "Instrument", + "frameworks": [] + }, { "name": "Gripverb", "url": "https://github.com/ashaydave/Gripverb", @@ -758,6 +854,15 @@ "JUCE" ] }, + { + "name": "Hand Control", + "url": "https://github.com/Cookseyyyyyy/hand-control-vst", + "description": "Hand-tracking VST3/AU plugin - port of OSCHandcontrol with per-hand mappable DAW params", + "type": "Misc", + "frameworks": [ + "JUCE" + ] + }, { "name": "Harpejji-VST", "url": "https://github.com/ABSounds/Harpejji-VST", @@ -923,6 +1028,15 @@ "JUCE" ] }, + { + "name": "Kholors Station", + "url": "https://github.com/QuentinFAIDIDE/KholorsStation", + "description": "Live, color-coded spectrogram of your DAW tracks in a single window.", + "type": "Effect", + "frameworks": [ + "JUCE" + ] + }, { "name": "KickMaker", "url": "https://github.com/teragonaudio/KickMaker", @@ -932,6 +1046,15 @@ "VSTGUI" ] }, + { + "name": "Kotoist", + "url": "https://github.com/ales-tsurko/kotoist", + "description": "A VST plugin for live coding and algorithmic composition", + "type": "Instrument", + "frameworks": [ + "NIH-Plug" + ] + }, { "name": "LameVST", "url": "https://github.com/Iunusov/LameVST", @@ -1167,6 +1290,15 @@ "JUCE" ] }, + { + "name": "Nine Strip", + "url": "https://github.com/blablack/nine-strip", + "description": "A VST3/AU/LV2 channel strip plugin built with JUCE, incorporating classic Airwindows processing algorithms into a comprehensive mixing tool.", + "type": "Effect", + "frameworks": [ + "JUCE" + ] + }, { "name": "Niner", "url": "https://github.com/hyperfocusdsp/niner", @@ -1203,6 +1335,15 @@ "JUCE" ] }, + { + "name": "OBSIDIAN-Neural", + "url": "https://github.com/innermost47/ai-dj", + "description": "8 tracks, 8 AI models, 30 seconds of patience per loop. It occasionally hallucinates. Not a song generator — you still have to do the work. Stay human.", + "type": "Instrument", + "frameworks": [ + "JUCE" + ] + }, { "name": "OctaSine", "url": "https://github.com/greatest-ape/OctaSine", @@ -1221,6 +1362,15 @@ "JUCE" ] }, + { + "name": "Orbital Bass Engine", + "url": "https://github.com/tywr/orbital-bass-engine", + "description": "bass guitar audio plugin provides a complete signal processing chain designed specifically for bass guitar, featuring analog-modeled compression, vintage-style drive amplification, and a post-amp effects rack.", + "type": "Effect", + "frameworks": [ + "JUCE" + ] + }, { "name": "ORchestra", "url": "https://github.com/Tronhjem/ORchestra", @@ -1495,6 +1645,15 @@ "iPlug2" ] }, + { + "name": "RhyGa", + "url": "https://github.com/odoare/RhyGa", + "description": "RhyGa is a simple yet versatile rhythmic gate effect for your DAW. It allows us to create tempo-synced patterns by modulating the volume of an incoming audio signal", + "type": "Effect", + "frameworks": [ + "JUCE" + ] + }, { "name": "Ripchord", "url": "https://github.com/trackbout/ripchord", @@ -1558,6 +1717,13 @@ "JUCE" ] }, + { + "name": "SAM-SPL 64", + "url": "https://pongasoft.com/vst/SAM-SPL64.html", + "description": "[SAM-SPL 64](https://pongasoft.com/vst/SAM-SPL64.html) is an audio plugin which lets you easily split a sample in up to 64 slices", + "type": "Instrument", + "frameworks": [] + }, { "name": "Schrammel OJD", "url": "https://github.com/JanosGit/Schrammel_OJD", @@ -1656,6 +1822,15 @@ "JUCE" ] }, + { + "name": "SMPLComp", + "url": "https://github.com/p-hlp/SMPLComp", + "description": "A simple audio compressor plugin created with [JUCE](https://juce.com/)", + "type": "Effect", + "frameworks": [ + "JUCE" + ] + }, { "name": "Sound Analyser", "url": "https://github.com/adamstark/Sound-Analyser", @@ -1702,6 +1877,15 @@ "JUCE" ] }, + { + "name": "Spectral Forge", + "url": "https://github.com/Taikakim/spectral-forge", + "description": "A spectral, modular CLAP/VST3 multi-fx plugin for Linux/Windows/Mac. The plugin can do spectral dynamics and a number of other things in the frequency domain.", + "type": "Effect", + "frameworks": [ + "NIH-Plug" + ] + }, { "name": "SpectralAbyss Multiband-Saturation", "url": "https://github.com/pschaupp/spectral-abyss-multiband-saturation", @@ -1720,6 +1904,15 @@ "JUCE" ] }, + { + "name": "Spiro", + "url": "https://github.com/p-o-l-e/spiro", + "description": "Semi-modular VST / Standalone Synthesizer", + "type": "Instrument", + "frameworks": [ + "JUCE" + ] + }, { "name": "Squeezer", "url": "https://github.com/mzuther/Squeezer", @@ -1729,6 +1922,43 @@ "JUCE" ] }, + { + "name": "SquelchBox", + "url": "https://github.com/Hornfisk/squelchbox", + "description": "Emulation of Roland TB-303 Bass Line Synthesizer", + "type": "Instrument", + "frameworks": [ + "NIH-Plug" + ] + }, + { + "name": "Stem Extractor", + "url": "https://github.com/dan-k-k/stem-extractor", + "description": "A real-time, AI-powered audio source separation plugin built with PyTorch, ONNX Runtime, and JUCE. This plugin dynamically isolates Vocals, Drums, Bass, and Other instruments from a full mix directly inside your DAW", + "type": "Effect", + "frameworks": [ + "JUCE" + ] + }, + { + "name": "Stereo Cross Delay", + "url": "https://github.com/SpotlightKid/stereocrossdelay", + "description": "A stereo delay plugin with feedback and cross-mixing", + "type": "Effect", + "frameworks": [ + "DPF", + "Faust" + ] + }, + { + "name": "Stereo Gain", + "url": "https://github.com/osam-cologne/stereogain", + "description": "A stereo gain plugin with parameter smoothing", + "type": "Effect", + "frameworks": [ + "DPF" + ] + }, { "name": "Stone Mistress", "url": "https://github.com/NaviCisco/StoneMistress", @@ -1827,6 +2057,15 @@ "JUCE" ] }, + { + "name": "TestTone", + "url": "https://github.com/Jun-Murakami/TestTone", + "description": "A minimal test-signal generator built on the same JUCE + WebView (Vite / React 19 / MUI 7) stack as the sibling plugins (ZeroComp / ZeroLimit / ZeroEQ).", + "type": "Effect", + "frameworks": [ + "JUCE" + ] + }, { "name": "The Analog Molecule", "url": "https://forum.cockos.com/showthread.php?t=305604", @@ -1863,6 +2102,24 @@ "JUCE" ] }, + { + "name": "TinyVU", + "url": "https://github.com/Jun-Murakami/TinyVU", + "description": "A minimalist VU meter plugin built with the same JUCE + WebView (Vite / React / MUI) stack as the sister plugins (ZeroComp / ZeroLimit / ZeroEQ / TestTone).", + "type": "Effect", + "frameworks": [ + "JUCE" + ] + }, + { + "name": "Tract Plugin Pack", + "url": "https://github.com/xxx/tract-plugin-pack", + "description": "A collection of audio effect plugins (VST3, CLAP, standalone) built with [nih-plug](https://github.com/robbert-vdh/nih-plug) in Rust.", + "type": "Effect", + "frameworks": [ + "NIH-Plug" + ] + }, { "name": "traKmeter", "url": "https://github.com/mzuther/traKmeter", @@ -1992,6 +2249,24 @@ "JUCE" ] }, + { + "name": "vitOTTx", + "url": "https://github.com/Sakhnovkrg/vitOTTx", + "description": "Multiband compressor from famous spectral warping synthesizer.", + "type": "Effect", + "frameworks": [ + "JUCE" + ] + }, + { + "name": "Vocal Gate", + "url": "https://github.com/dan-k-k/vocal-gate", + "description": "Free real-time AI Noise Gate VST3/AU plugin. Removes coughs, sneezes, and other artifacts from your live streams, podcasts, and videos.", + "type": "Effect", + "frameworks": [ + "JUCE" + ] + }, { "name": "VST2413", "url": "https://github.com/keijiro/vst2413", @@ -2087,6 +2362,15 @@ "JUCE" ] }, + { + "name": "XenRoll", + "url": "https://github.com/Ankalot/XenRoll", + "description": "Unique microtonal piano roll audio plugin", + "type": "Misc", + "frameworks": [ + "JUCE" + ] + }, { "name": "YK Chorus", "url": "https://github.com/SpotlightKid/ykchorus", @@ -2141,6 +2425,15 @@ "Rust VST" ] }, + { + "name": "zmann", + "url": "https://github.com/zmann-org/zmann", + "description": "Collection of range of instruments, designed to elevate your audio production experience.", + "type": "Instrument", + "frameworks": [ + "NIH-Plug" + ] + }, { "name": "zynaddsubfx", "url": "https://github.com/zynaddsubfx/zynaddsubfx", From 590d87a08dc180c197ba2b94238fbf7c2bb89a11 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 18 May 2026 07:10:15 +0000 Subject: [PATCH 2/3] Adjust RhyGa description wording Agent-Logs-Url: https://github.com/webprofusion/OpenAudio/sessions/8dedc296-8a5c-4b0b-8475-b613f5f6e472 Co-authored-by: webprofusion-chrisc <2445502+webprofusion-chrisc@users.noreply.github.com> --- data/plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/plugins.json b/data/plugins.json index 5ccf292..3f4f657 100644 --- a/data/plugins.json +++ b/data/plugins.json @@ -1648,7 +1648,7 @@ { "name": "RhyGa", "url": "https://github.com/odoare/RhyGa", - "description": "RhyGa is a simple yet versatile rhythmic gate effect for your DAW. It allows us to create tempo-synced patterns by modulating the volume of an incoming audio signal", + "description": "RhyGa is a simple yet versatile rhythmic gate effect for your DAW. It allows you to create tempo-synced patterns by modulating the volume of an incoming audio signal", "type": "Effect", "frameworks": [ "JUCE" From f67a69af99e65024b8e2831e331a05cd21114b0a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 18 May 2026 07:11:19 +0000 Subject: [PATCH 3/3] Polish imported plugin descriptions Agent-Logs-Url: https://github.com/webprofusion/OpenAudio/sessions/8dedc296-8a5c-4b0b-8475-b613f5f6e472 Co-authored-by: webprofusion-chrisc <2445502+webprofusion-chrisc@users.noreply.github.com> --- data/plugins.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/plugins.json b/data/plugins.json index 3f4f657..d117c02 100644 --- a/data/plugins.json +++ b/data/plugins.json @@ -1365,7 +1365,7 @@ { "name": "Orbital Bass Engine", "url": "https://github.com/tywr/orbital-bass-engine", - "description": "bass guitar audio plugin provides a complete signal processing chain designed specifically for bass guitar, featuring analog-modeled compression, vintage-style drive amplification, and a post-amp effects rack.", + "description": "Bass guitar audio plugin that provides a complete signal processing chain designed specifically for bass guitar, featuring analog-modeled compression, vintage-style drive amplification, and a post-amp effects rack.", "type": "Effect", "frameworks": [ "JUCE" @@ -2428,7 +2428,7 @@ { "name": "zmann", "url": "https://github.com/zmann-org/zmann", - "description": "Collection of range of instruments, designed to elevate your audio production experience.", + "description": "Collection of instruments designed to elevate your audio production experience.", "type": "Instrument", "frameworks": [ "NIH-Plug"