From b04fcd5942edfdc77775e7f76c8589586fd09c9a Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sun, 29 Sep 2024 06:13:45 -0400 Subject: [PATCH] Update manifest CVfunk to 2.0.8, Wygonium to 2.0.1 --- manifests-cache.json | 20 +++++++++++++++++++- manifests/CVfunk.json | 40 ++++++++++++++++++++++++++++++++++++---- manifests/Wygonium.json | 26 ++++++++++++++++++++++++++ 3 files changed, 81 insertions(+), 5 deletions(-) create mode 100644 manifests/Wygonium.json diff --git a/manifests-cache.json b/manifests-cache.json index b96ab881..9527a74f 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -13866,7 +13866,7 @@ } }, "CVfunk": { - "buildTimestamp": 1719229858.4148338, + "buildTimestamp": 1727604788.3816893, "creationTimestamp": 1711827243.9642084, "modules": { "Steps": { @@ -13919,6 +13919,15 @@ }, "Morta": { "creationTimestamp": 1719229858.6286044 + }, + "PreeeeeeeeeeessedDuck": { + "creationTimestamp": 1727604799.4481 + }, + "StepWave": { + "creationTimestamp": 1727604799.5064857 + }, + "Arrange": { + "creationTimestamp": 1727604799.5611758 } } }, @@ -14374,5 +14383,14 @@ "creationTimestamp": 1726631595.1812491 } } + }, + "Wygonium": { + "buildTimestamp": 1727604799.2316477, + "creationTimestamp": 1727604799.6599896, + "modules": { + "ORBsqVi": { + "creationTimestamp": 1727604799.722493 + } + } } } \ No newline at end of file diff --git a/manifests/CVfunk.json b/manifests/CVfunk.json index d8fe7905..b6c71ced 100644 --- a/manifests/CVfunk.json +++ b/manifests/CVfunk.json @@ -1,7 +1,7 @@ { "slug": "CVfunk", "name": "CV funk Modules", - "version": "2.0.7", + "version": "2.0.8", "license": "MIT", "brand": "CV funk", "author": "Cody Geary", @@ -99,7 +99,8 @@ "name": "Ouros", "description": "A stereo phase injection oscillator, with polar waveform display.", "tags": [ - "Oscillator" + "Oscillator", + "Polyphonic" ] }, { @@ -115,12 +116,26 @@ "Voltage-controlled Amplifier" ] }, + { + "slug": "PreeeeeeeeeeessedDuck", + "name": "Preeeeeeeeeeessed Duck", + "description": "A stereo sixteen-channel dynamic compressing mixer with side-chain ducking, tanh saturation and ADAA.", + "tags": [ + "Mixer", + "Compressor", + "Dynamics", + "Distortion", + "Panning", + "Voltage-controlled Amplifier" + ] + }, { "slug": "FlowerPatch", "name": "Flower Patch", "description": "A 12-tone scale polar visualizer with FFT analysis.", "tags": [ - "Visual" + "Visual", + "Utility" ] }, { @@ -165,7 +180,24 @@ "description": "Single-knob macro-controller utility with 16 simultaneous outputs in different ranges.", "tags": [ "Controller", - "Utility" + "Utility", + "Polyphonic" + ] + }, + { + "slug": "StepWave", + "name": "Step Wave", + "description": "8-step programmable sequencer/envelope generator with rhythmic displacement and variable shape.", + "tags": [ + "Sequencer" + ] + }, + { + "slug": "Arrange", + "name": "Arrange", + "description": "A seven channel sequencer with quantize/volt option per channel, and adjustable length.", + "tags": [ + "Sequencer" ] } ] diff --git a/manifests/Wygonium.json b/manifests/Wygonium.json new file mode 100644 index 00000000..710a0fb4 --- /dev/null +++ b/manifests/Wygonium.json @@ -0,0 +1,26 @@ +{ + "slug": "Wygonium", + "name": "Wygonium", + "version": "2.0.1", + "license": "GPL-3.0-or-later", + "brand": "Wygonium", + "author": "g.wygonik", + "authorEmail": "gw@artificialcolors.com", + "authorUrl": "", + "pluginUrl": "https://github.com/gwygonik/ORBsqVi", + "manualUrl": "https://github.com/gwygonik/ORBsqVi", + "sourceUrl": "https://github.com/gwygonik/ORBsqVi", + "donateUrl": "", + "changelogUrl": "", + "modules": [ + { + "slug": "ORBsqVi", + "name": "ORBsq Vi", + "description": "An algorithmic sequencer based on the Wygonium ORBsq Mi.", + "tags": [ + "Sequencer", + "Hardware clone" + ] + } + ] +} \ No newline at end of file