From 6500065c416ec472b9527b9bf25d6b43c664782e Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Mon, 2 Dec 2024 10:11:32 -0500 Subject: [PATCH] Update manifest Noise86 to 2.1.0 --- manifests-cache.json | 8 +++++++- manifests/Noise86.json | 22 ++++++++++++++++++++-- 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/manifests-cache.json b/manifests-cache.json index 09ae47ec..b1203991 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -12957,7 +12957,7 @@ } }, "Noise86": { - "buildTimestamp": 1676258182.4257097, + "buildTimestamp": 1733152261.0325577, "creationTimestamp": 1676260953.8603756, "modules": { "MarkovDrummer": { @@ -12971,6 +12971,12 @@ }, "TransQuant": { "creationTimestamp": 1676260954.9359088 + }, + "SeqOfChanges": { + "creationTimestamp": 1733152261.1757424 + }, + "RepeatBuddy": { + "creationTimestamp": 1733152261.2518625 } } }, diff --git a/manifests/Noise86.json b/manifests/Noise86.json index 20b1ce57..fdc19ef6 100644 --- a/manifests/Noise86.json +++ b/manifests/Noise86.json @@ -1,7 +1,7 @@ { "slug": "Noise86", "name": "Noise86", - "version": "2.0.0", + "version": "2.1.0", "license": "GPL-3.0-or-later", "brand": "Noise86", "author": "Dylan Gardham", @@ -27,7 +27,8 @@ "name": "MultiLogic", "description": "Three multi-function logic gates that can each be AND,OR,XOR,NOT with inverted outputs", "tags": [ - "Logic" + "Logic", + "Polyphonic" ] }, { @@ -48,6 +49,23 @@ "Digital", "Quantizer" ] + }, + { + "slug": "SeqOfChanges", + "name": "SeqOfChanges", + "description": "Markov sequencer where the probability of the next trigger is based on the previous three triggers", + "tags": [ + "Sequencer" + ] + }, + { + "slug": "RepeatBuddy", + "name": "RepeatBuddy", + "description": "Counter and comparator utility module capable of adding step repeat to a sequencer", + "tags": [ + "Sequencer", + "Clock modulator" + ] } ] } \ No newline at end of file