From f9cbf93b7cfe4b1faa9dcf9865c3985a475577bb Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sun, 27 Apr 2025 00:30:11 -0400 Subject: [PATCH] Update manifest Cella to 2.8.0, HetrickCV to 2.5.2, Sulamith to 2.0.2 --- manifests-cache.json | 31 +++++++++++++++++++++++++++++-- manifests/Cella.json | 24 +++++++++++++++++++++++- manifests/HetrickCV.json | 40 +++++++++++++++++++++++++++++++++++++++- manifests/Sulamith.json | 30 ++++++++++++++++++++++++++++++ 4 files changed, 121 insertions(+), 4 deletions(-) create mode 100644 manifests/Sulamith.json diff --git a/manifests-cache.json b/manifests-cache.json index e7d736d4..de8913b9 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -5209,7 +5209,7 @@ } }, "HetrickCV": { - "buildTimestamp": 1737236728.5306537, + "buildTimestamp": 1745727872.3079844, "creationTimestamp": 1518016501.0, "modules": { "ASR": { @@ -5427,6 +5427,18 @@ }, "BinaryCounter": { "creationTimestamp": 1737236728.7280376 + }, + "ClockToPhasor": { + "creationTimestamp": 1745727881.4788094 + }, + "Normals": { + "creationTimestamp": 1745727881.5549996 + }, + "PhasorToRandom": { + "creationTimestamp": 1745727881.6293378 + }, + "PolymetricPhasors": { + "creationTimestamp": 1745727881.7199178 } } }, @@ -14322,7 +14334,7 @@ } }, "Cella": { - "buildTimestamp": 1745003181.779504, + "buildTimestamp": 1745727619.5390813, "creationTimestamp": 1723919612.1472793, "modules": { "Euler": { @@ -14345,6 +14357,12 @@ }, "CognitiveShift": { "creationTimestamp": 1745003914.498608 + }, + "LoudnessMeter": { + "creationTimestamp": 1745727881.3109791 + }, + "Loud": { + "creationTimestamp": 1745727881.3919678 } } }, @@ -15211,5 +15229,14 @@ "creationTimestamp": 1745290568.8963022 } } + }, + "Sulamith": { + "buildTimestamp": 1745727880.9225924, + "creationTimestamp": 1745727881.1625378, + "modules": { + "ButtonA": { + "creationTimestamp": 1745727881.2442923 + } + } } } \ No newline at end of file diff --git a/manifests/Cella.json b/manifests/Cella.json index 66fb2b80..2f10dfb3 100644 --- a/manifests/Cella.json +++ b/manifests/Cella.json @@ -1,7 +1,7 @@ { "slug": "Cella", "name": "Cella", - "version": "2.0.7", + "version": "2.8.0", "license": "GPL-3.0-or-later", "brand": "Cella", "author": "Victor Kashirin", @@ -93,6 +93,28 @@ "Clock modulator", "Logic" ] + }, + { + "slug": "LoudnessMeter", + "name": "Loudness Meter", + "description": "Loudness meter based on EBU R128 standard", + "manualUrl": "https://github.com/victorkashirin/CellaVCV/blob/main/docs/Cella_Manual.md#loudness-meter", + "keywords": "ebu loudness lufs", + "tags": [ + "Utility", + "Visual" + ] + }, + { + "slug": "Loud", + "name": "Loud", + "description": "Loudness meter based on EBU R128 standard, narrow version", + "manualUrl": "https://github.com/victorkashirin/CellaVCV/blob/main/docs/Cella_Manual.md#loudness-meter", + "keywords": "ebu loudness lufs", + "tags": [ + "Utility", + "Visual" + ] } ] } \ No newline at end of file diff --git a/manifests/HetrickCV.json b/manifests/HetrickCV.json index 3cb73fc4..5d017d65 100644 --- a/manifests/HetrickCV.json +++ b/manifests/HetrickCV.json @@ -2,7 +2,7 @@ "slug": "HetrickCV", "name": "HetrickCV", "brand": "HetrickCV", - "version": "2.5.1", + "version": "2.5.2", "license": "CC0-1.0", "author": "Michael Hetrick", "authorEmail": "", @@ -128,6 +128,17 @@ "Random" ] }, + { + "slug": "ClockToPhasor", + "name": "Clock to Phasor", + "description": "Generates a phasor from a series of gates.", + "tags": [ + "Oscillator", + "Clock Modulator", + "Low-frequency Oscillator", + "Polyphonic" + ] + }, { "slug": "Comparator", "name": "Comparator", @@ -296,6 +307,15 @@ "Polyphonic" ] }, + { + "slug": "Normals", + "name": "Normals", + "description": "Connects an input to an output, unless a plug is inserted into the middle jack.", + "tags": [ + "Utility", + "Polyphonic" + ] + }, { "slug": "PhaseDrivenSequencer", "name": "Phase Driven Sequencer", @@ -594,6 +614,15 @@ "Polyphonic" ] }, + { + "slug": "PhasorToRandom", + "name": "Phasor to Random", + "description": "Generates random values for each step of a phasor input.", + "tags": [ + "Random", + "Polyphonic" + ] + }, { "slug": "PhasorToWaveforms", "name": "Phasor to Waveforms", @@ -604,6 +633,15 @@ "Polyphonic" ] }, + { + "slug": "PolymetricPhasors", + "name": "Polymetric Phasors", + "description": "Processes a phasor signal with a known number of steps, then produces output phasors at polymetric multiples.", + "tags": [ + "Clock Modulator", + "Polyphonic" + ] + }, { "slug": "Probability", "name": "Probability", diff --git a/manifests/Sulamith.json b/manifests/Sulamith.json new file mode 100644 index 00000000..2ebacf71 --- /dev/null +++ b/manifests/Sulamith.json @@ -0,0 +1,30 @@ +{ + "slug": "Sulamith", + "name": "Sulamith", + "version": "2.0.2", + "license": "GPL-3.0-or-later", + "brand": "Sulamith", + "author": "Pascal Breitenbach", + "authorEmail": "johann@raisedasapackofwolves.de", + "pluginUrl": "https://github.com/JohannAsbjoernson/Sulamith", + "authorUrl": "https://www.youtube.com/@johannasbjoernson918/featured", + "manualUrl": "https://github.com/JohannAsbjoernson/Sulamith/blob/main/README.md", + "sourceUrl": "https://github.com/JohannAsbjoernson/Sulamith", + "changelogUrl": "https://github.com/JohannAsbjoernson/Sulamith/blob/main/CHANGELOG.md", + "modules": [ + { + "slug": "ButtonA", + "name": "Button - Complex Trigger Utility", + "description": "Swiss Army Knife: Button, Bernoulli Gate, Trigger, Gate with Length, Toggle, Const. Volt., Random CV, Slew, Retrig", + "manualUrl": "https://github.com/JohannAsbjoernson/Sulamith/blob/main/README.md", + "tags": [ + "Utility", + "Random", + "Sequencer", + "Clock modulator", + "Logic", + "Controller" + ] + } + ] +} \ No newline at end of file