From c8667615f1f619ee2bfe7d4f380c6d2d0185478a Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 8 Oct 2024 00:05:59 -0400 Subject: [PATCH] Update manifest Tyche to 2.1.0 --- manifests-cache.json | 8 +++++++- manifests/Tyche.json | 42 +++++++++++++++++++++++++++++++++++++----- 2 files changed, 44 insertions(+), 6 deletions(-) diff --git a/manifests-cache.json b/manifests-cache.json index 1760cf44..fff5ce77 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -14400,7 +14400,7 @@ } }, "Tyche": { - "buildTimestamp": 1728140968.7608473, + "buildTimestamp": 1728360333.9093049, "creationTimestamp": 1728141036.6399722, "modules": { "Omen": { @@ -14414,6 +14414,12 @@ }, "Blank": { "creationTimestamp": 1728141036.8757322 + }, + "Fate": { + "creationTimestamp": 1728360334.1447437 + }, + "Moira": { + "creationTimestamp": 1728360334.224164 } } } diff --git a/manifests/Tyche.json b/manifests/Tyche.json index 8da1d1fb..b55e6ae7 100644 --- a/manifests/Tyche.json +++ b/manifests/Tyche.json @@ -1,14 +1,14 @@ { "slug": "Tyche", "name": "Tyche", - "version": "2.0.1", + "version": "2.1.0", "license": "GPL-3.0-or-later", "brand": "Tyche", "author": "denolehov", "authorEmail": "", "authorUrl": "https://github.com/denolehov", "pluginUrl": "https://github.com/denolehov/VCVTyche", - "manualUrl": "https://github.com/denolehov/VCVTyche", + "manualUrl": "https://github.com/denolehov/VCVTyche/blob/main/README.md", "sourceUrl": "https://github.com/denolehov/VCVTyche", "donateUrl": "https://www.buymeacoffee.com/evrwhr", "changelogUrl": "https://github.com/denolehov/VCVTyche/releases", @@ -17,19 +17,24 @@ "slug": "Omen", "name": "Omen", "description": "Controls the seed of the other Tyche modules", + "manualUrl": "https://github.com/denolehov/VCVTyche/blob/main/README.md#omen", "tags": [ "Random", "Sample and hold", "Noise", "Low-frequency oscillator", "Function Generator", - "Clock Modulator" + "Clock Modulator", + "Logic", + "Mixer", + "Slew Limiter" ] }, { "slug": "Kron", "name": "Kron", - "description": "Random pulse generator", + "description": "A probabilistic trigger generator, outputting triggers at clock divisions based on the density parameter", + "manualUrl": "https://github.com/denolehov/VCVTyche/blob/main/README.md#kron", "tags": [ "Clock Modulator", "Random", @@ -39,7 +44,8 @@ { "slug": "Tale", "name": "Tale", - "description": "Random-walk CV source", + "description": "A random-walk CV source", + "manualUrl": "https://github.com/denolehov/VCVTyche/blob/main/README.md#tale", "tags": [ "Random", "Sample and hold", @@ -48,10 +54,36 @@ "Expander" ] }, + { + "slug": "Fate", + "name": "Fate", + "description": "A trigger routing module (aka Bernoulli gate)", + "manualUrl": "https://github.com/denolehov/VCVTyche/blob/main/README.md#fate", + "tags": [ + "Random", + "Logic", + "Clock Modulator", + "Expander" + ] + }, + { + "slug": "Moira", + "name": "Moira", + "description": "A probabilistic voltage selector, which outputs one of the three user-defined voltages based on relative probabilities.", + "manualUrl": "https://github.com/denolehov/VCVTyche/blob/main/README.md#moira", + "tags": [ + "Logic", + "Mixer", + "Random", + "Slew Limiter", + "Expander" + ] + }, { "slug": "Blank", "name": "Blank", "description": "A blank separator from Tyche collection", + "manualUrl": "https://github.com/denolehov/VCVTyche/blob/main/README.md#blank", "tags": [ "Blank", "Expander"