From c220b6217d4ce84c50555b9bd7e19df377d629c7 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Wed, 21 Jan 2026 12:28:47 -0500 Subject: [PATCH] Update manifest Ambivalent-Instruments to 2.0.0 --- manifests-cache.json | 24 ++++++++ manifests/Ambivalent-Instruments.json | 85 +++++++++++++++++++++++++++ 2 files changed, 109 insertions(+) create mode 100644 manifests/Ambivalent-Instruments.json diff --git a/manifests-cache.json b/manifests-cache.json index bad4e301..f1545088 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -16324,5 +16324,29 @@ "creationTimestamp": 1767389794.141594 } } + }, + "Ambivalent-Instruments": { + "buildTimestamp": 1769016402.1164422, + "creationTimestamp": 1769016407.250645, + "modules": { + "Grainer": { + "creationTimestamp": 1769016407.3243096 + }, + "EQ8": { + "creationTimestamp": 1769016407.402073 + }, + "XFMN01": { + "creationTimestamp": 1769016407.470677 + }, + "Modulo": { + "creationTimestamp": 1769016407.5427551 + }, + "Delay": { + "creationTimestamp": 1769016407.6107368 + }, + "GroupDelay": { + "creationTimestamp": 1769016407.6826084 + } + } } } \ No newline at end of file diff --git a/manifests/Ambivalent-Instruments.json b/manifests/Ambivalent-Instruments.json new file mode 100644 index 00000000..560c1a53 --- /dev/null +++ b/manifests/Ambivalent-Instruments.json @@ -0,0 +1,85 @@ +{ + "slug": "Ambivalent-Instruments", + "name": "Ambivalent Instruments", + "version": "2.0.0", + "minRackVersion": "2.0.0", + "license": "proprietary", + "brand": "Ambivalent Instruments", + "author": "TsugumasaYutani", + "authorEmail": "tsugumasa320@gmail.com", + "authorUrl": "https://github.com/tsugumasa320", + "manualUrl": "https://tsugumasa320.github.io/Ambivalent-Instruments-Manual/", + "pluginUrl": "", + "sourceUrl": "", + "changelogUrl": "", + "donateUrl": "https://paypal.me/tsugumasa320", + "description": "Professional audio processing modules for VCV Rack", + "modules": [ + { + "slug": "Grainer", + "name": "Grainer", + "description": "Real-time granular synthesis processor with advanced randomization", + "tags": [ + "Granular", + "Effect", + "Digital", + "Reverb" + ] + }, + { + "slug": "EQ8", + "name": "EQ8", + "description": "8-band stereo parametric equalizer with fixed frequency bands", + "tags": [ + "Equalizer", + "Filter", + "Effect", + "Utility" + ] + }, + { + "slug": "XFMN01", + "name": "XFMN01", + "description": "Cross-FM noise synthesizer with several effects", + "tags": [ + "Synth voice", + "Oscillator", + "Noise", + "Digital" + ] + }, + { + "slug": "Modulo", + "name": "Modulo", + "description": "Modulo operator effect/utility module", + "tags": [ + "Utility", + "Effect", + "Waveshaper", + "Digital", + "Distortion", + "Noise" + ] + }, + { + "slug": "Delay", + "name": "Delay", + "description": "Digital delay effect with 4 modes (Repitch/Fade/Reverse/Ping-pong), feedback, and modulation", + "tags": [ + "Delay", + "Effect", + "Digital" + ] + }, + { + "slug": "GroupDelay", + "name": "GroupDelay", + "description": "Group delay effect using cascaded all-pass filters for transient shaping and phase dispersion", + "tags": [ + "Effect", + "Digital", + "Delay" + ] + } + ] +} \ No newline at end of file