From 8e90681285a17d1513e441b7e25b277e607a2fdf Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Thu, 23 Sep 2021 23:29:57 -0400 Subject: [PATCH] Update manifest for Extratone, Bidoo, CountModula --- manifests-cache.json | 24 +++++++++++++++++++--- manifests/Bidoo.json | 11 +++++++++- manifests/CountModula.json | 41 ++++++++++++++++++++++++++++++++++++-- manifests/Extratone.json | 14 +++++++++---- 4 files changed, 80 insertions(+), 10 deletions(-) diff --git a/manifests-cache.json b/manifests-cache.json index 94e80269..8b8ccd62 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -4489,7 +4489,7 @@ } }, "Bidoo": { - "buildTimestamp": 1631650202.7069921, + "buildTimestamp": 1632453470.2940474, "creationTimestamp": 1518016501.0, "modules": { "vOId": { @@ -4620,6 +4620,9 @@ }, "FREIN": { "creationTimestamp": 1602203514.2458649 + }, + "PILOT": { + "creationTimestamp": 1632454133.0630715 } } }, @@ -4927,7 +4930,7 @@ } }, "CountModula": { - "buildTimestamp": 1628185048.5884516, + "buildTimestamp": 1632454132.2481852, "creationTimestamp": 1560722026.0, "modules": { "AnalogueShiftRegister": { @@ -5289,6 +5292,18 @@ }, "SingleDFlipFlop": { "creationTimestamp": 1628185145.4245465 + }, + "OctetTriggerSequencerGateExpander": { + "creationTimestamp": 1632454133.1776166 + }, + "Mult": { + "creationTimestamp": 1632454133.2570055 + }, + "PolyGateModifier": { + "creationTimestamp": 1632454133.3711777 + }, + "SampleAndHold2": { + "creationTimestamp": 1632454133.499678 } } }, @@ -9615,7 +9630,7 @@ } }, "Extratone": { - "buildTimestamp": 1624685454.8344347, + "buildTimestamp": 1632453514.404989, "creationTimestamp": 1620402349.2390156, "modules": { "Modulo": { @@ -9638,6 +9653,9 @@ }, "Meganeura": { "creationTimestamp": 1624685455.209664 + }, + "Pureneura": { + "creationTimestamp": 1632454132.899269 } } }, diff --git a/manifests/Bidoo.json b/manifests/Bidoo.json index 4d2fc3d0..419f9a5c 100644 --- a/manifests/Bidoo.json +++ b/manifests/Bidoo.json @@ -1,6 +1,6 @@ { "slug": "Bidoo", - "version": "1.1.31", + "version": "1.1.36", "license": "GPL-3.0-only", "name": "Bidoo", "brand": "Bidoo", @@ -249,6 +249,15 @@ "Controller" ] }, + { + "slug": "PILOT", + "name": "\u03c0lOT", + "description": "Controller with snapshots and morphing", + "manualUrl": "https://github.com/sebastien-bouffier/Bidoo/wiki#\u03c0lOT", + "tags": [ + "Controller" + ] + }, { "slug": "MS", "name": "MS", diff --git a/manifests/CountModula.json b/manifests/CountModula.json index 2d1575e1..c5d2708e 100644 --- a/manifests/CountModula.json +++ b/manifests/CountModula.json @@ -1,7 +1,7 @@ { "slug": "CountModula", "name": "Count Modula", - "version": "1.15.1", + "version": "1.16.0", "license": "GPL-3.0-only", "brand": "Count Modula", "author": "Adam Verspaget", @@ -1033,7 +1033,7 @@ }, { "slug": "OctetTriggerSequencerCVExpander", - "name": "Octet Trigger Sequencer Channel Expander", + "name": "Octet Trigger Sequencer CV Expander", "description": "Adds a CV channel to the Octet Trigger Sequencer", "tags": [ "Sequencer", @@ -1065,6 +1065,43 @@ "tags": [ "Logic" ] + }, + { + "slug": "OctetTriggerSequencerGateExpander", + "name": "Octet Trigger Sequencer Gate Expander", + "description": "Adds individual gate outputs to the Octet Trigger Sequencer", + "tags": [ + "Sequencer", + "Expander" + ] + }, + { + "slug": "Mult", + "name": "Multiple", + "description": "Normalled polyphonic multiple", + "tags": [ + "Multiple", + "Polyphonic" + ] + }, + { + "slug": "PolyGateModifier", + "name": "Poly Gate Modifier", + "description": "Polyphonic voltage controlled gate length modifier", + "tags": [ + "Logic", + "Utility", + "Polyphonic" + ] + }, + { + "slug": "SampleAndHold2", + "name": "Super Sample & Hold", + "description": "Sample and Hold/Track and hold with probability and offset", + "tags": [ + "Sample and hold", + "Polyphonic" + ] } ] } \ No newline at end of file diff --git a/manifests/Extratone.json b/manifests/Extratone.json index 038a831f..663c0c1c 100644 --- a/manifests/Extratone.json +++ b/manifests/Extratone.json @@ -1,7 +1,7 @@ { "slug": "Extratone", "name": "Extratone", - "version": "1.2.0", + "version": "1.2.1", "license": "GPL-3.0-or-later", "brand": "XTRTN", "author": "Eater of Sheep", @@ -69,9 +69,7 @@ "description": "Switch randomly (or deterministically) between signals without creating discontinuities.", "tags": [ "Random", - "Mixer", - "Sequencer", - "Utility" + "Switch" ] }, { @@ -81,6 +79,14 @@ "tags": [ "Clock Modulator" ] + }, + { + "slug": "Pureneura", + "name": "Mononeura", + "description": "Tempo multipliers - nothing else.", + "tags": [ + "Clock Modulator" + ] } ] } \ No newline at end of file