From 1724a3a0d34c2f9141fb1df8ce2b556dcd0d7e16 Mon Sep 17 00:00:00 2001 From: Tim Richardson Date: Mon, 2 Feb 2026 14:00:19 +0000 Subject: [PATCH] Add WiggleRoom plugin v2.1.0 Physical modeling instruments and acid synthesis for VCV Rack 2. - Matter: struck solid + resonant tube physical model - ACID9 Voice: TB-303 inspired acid synth voice Source: https://github.com/timini/WiggleRoom --- manifests/WiggleRoom.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 manifests/WiggleRoom.json diff --git a/manifests/WiggleRoom.json b/manifests/WiggleRoom.json new file mode 100644 index 00000000..9188b9ff --- /dev/null +++ b/manifests/WiggleRoom.json @@ -0,0 +1,37 @@ +{ + "slug": "WiggleRoom", + "name": "Wiggle Room", + "version": "2.1.0", + "license": "GPL-3.0-or-later", + "brand": "Wiggle Room", + "author": "Tim Richardson", + "authorEmail": "", + "authorUrl": "", + "pluginUrl": "https://github.com/timini/WiggleRoom", + "manualUrl": "https://github.com/timini/WiggleRoom#documentation", + "sourceUrl": "https://github.com/timini/WiggleRoom", + "donateUrl": "", + "changelogUrl": "https://github.com/timini/WiggleRoom/releases", + "modules": [ + { + "slug": "Matter", + "name": "Matter", + "description": "Physical model of a struck solid inside a resonant tube - morphs from strings to bells with acoustic chamber", + "tags": [ + "Physical modeling", + "Instrument", + "Oscillator" + ] + }, + { + "slug": "ACID9Voice", + "name": "ACID9 Voice", + "description": "TB-303 inspired acid synthesizer voice with tri-core morphing oscillator, dual filters (ACID/LEAD), stereo delay with ghost mode, and accent/slide control", + "tags": [ + "Synth voice", + "Oscillator", + "Filter" + ] + } + ] +}