From c968fc205ca7a3722cf2a0498f2f7e2e43fd80d0 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 17 Sep 2024 23:55:35 -0400 Subject: [PATCH] Update manifest Calvario to 2.3.1, OrangeLine to 2.4.6 --- manifests-cache.json | 17 ++++++++++++++++- manifests/Calvario.json | 28 ++++++++++++++++++++++++++++ manifests/OrangeLine.json | 20 +++++++++++++++++++- 3 files changed, 63 insertions(+), 2 deletions(-) create mode 100644 manifests/Calvario.json diff --git a/manifests-cache.json b/manifests-cache.json index bcab709f..3e7e59b1 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -1352,7 +1352,7 @@ } }, "OrangeLine": { - "buildTimestamp": 1709628025.4246848, + "buildTimestamp": 1726631594.7021835, "creationTimestamp": 1571530639.0, "modules": { "Fence": { @@ -1381,6 +1381,12 @@ }, "Morpheus": { "creationTimestamp": 1705177738.9511976 + }, + "Buckets": { + "creationTimestamp": 1726631594.987994 + }, + "Cron": { + "creationTimestamp": 1726631595.0509875 } } }, @@ -14353,5 +14359,14 @@ "creationTimestamp": 1726510808.2943149 } } + }, + "Calvario": { + "buildTimestamp": 1726631546.829145, + "creationTimestamp": 1726631595.129412, + "modules": { + "Calvario": { + "creationTimestamp": 1726631595.1812491 + } + } } } \ No newline at end of file diff --git a/manifests/Calvario.json b/manifests/Calvario.json new file mode 100644 index 00000000..fb4269ec --- /dev/null +++ b/manifests/Calvario.json @@ -0,0 +1,28 @@ +{ + "slug": "Calvario", + "name": "Calvario", + "version": "2.3.1", + "license": "GPL-3.0-or-later", + "brand": "HydrangeaSystems", + "author": "merumerutho", + "authorEmail": "merutochan@gmail.com", + "authorUrl": "https://github.com/HydrangeaSystems/", + "pluginUrl": "https://github.com/HydrangeaSystems/Calvario", + "manualUrl": "", + "sourceUrl": "https://github.com/HydrangeaSystems/Calvario", + "donateUrl": "", + "changelogUrl": "", + "modules": [ + { + "slug": "Calvario", + "name": "Calvario", + "description": "Small and brutal signal cross-modulator.", + "tags": [ + "Distortion", + "Effect", + "Ring modulator", + "Waveshaper" + ] + } + ] +} \ No newline at end of file diff --git a/manifests/OrangeLine.json b/manifests/OrangeLine.json index aa4e3c45..20aa0862 100644 --- a/manifests/OrangeLine.json +++ b/manifests/OrangeLine.json @@ -1,7 +1,7 @@ { "slug": "OrangeLine", "name": "OrangeLine", - "version": "2.4.5", + "version": "2.4.6", "license": "GPL-3.0-only", "brand": "", "author": "Dieter Stubler", @@ -107,6 +107,24 @@ "Random", "Polyphonic" ] + }, + { + "slug": "Buckets", + "name": "Buckets", + "description": "Splits up polyphonic pitch and gate input into up to 12 polyphic pitch and gate outputs, depending on pitch value, chainable", + "tags": [ + "Utility", + "Polyphonic" + ] + }, + { + "slug": "Cron", + "name": "Cron", + "description": "Interface Module for MIDI>CV deriving BPM from MIDI CLK and 24 pmm CLK/N, handling Transport and calculating CMP cv for GATOR for latency compensation of up to 16 channels", + "tags": [ + "MIDI", + "Utility" + ] } ] } \ No newline at end of file