From 59f2c8a37f314f6afebc8ff51ff965f429561b18 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sun, 24 Apr 2022 15:44:40 -0400 Subject: [PATCH] Update manifest OrangeLine to 2.4.2, alefsbits to 2.1.3, wiqid-anomalies to 2.0.0, moDllz to 2.0.5, AS to 2.0.4, repelzen to 2.0.0 --- manifests-cache.json | 37 ++++++++++++++++++++---- manifests/AS.json | 2 +- manifests/OrangeLine.json | 15 ++++++++-- manifests/alefsbits.json | 51 ++++++++++++++++++++++++++++++++++ manifests/moDllz.json | 27 +++++++++++++++--- manifests/repelzen.json | 2 +- manifests/wiqid-anomalies.json | 11 +------- 7 files changed, 122 insertions(+), 23 deletions(-) create mode 100644 manifests/alefsbits.json diff --git a/manifests-cache.json b/manifests-cache.json index 47a3a38e..282162f8 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -1283,7 +1283,7 @@ } }, "OrangeLine": { - "buildTimestamp": 1649866322.0903268, + "buildTimestamp": 1650828839.002306, "creationTimestamp": 1571530639.0, "modules": { "Fence": { @@ -1306,6 +1306,9 @@ }, "Resc": { "creationTimestamp": 1649868369.675865 + }, + "Morph": { + "creationTimestamp": 1650829410.04574 } } }, @@ -1322,7 +1325,7 @@ } }, "repelzen": { - "buildTimestamp": 1563505120.3535604, + "buildTimestamp": 1650829409.0312421, "creationTimestamp": 1563506194.0, "modules": { "reblank": { @@ -2815,7 +2818,7 @@ } }, "wiqid-anomalies": { - "buildTimestamp": 1565096600.3465106, + "buildTimestamp": 1650829064.0672345, "creationTimestamp": 1565096910.0, "modules": { "expanse": { @@ -4039,7 +4042,7 @@ } }, "AS": { - "buildTimestamp": 1649866538.7415044, + "buildTimestamp": 1650829362.8935876, "creationTimestamp": 1518016501.0, "modules": { "SineOSC": { @@ -4558,7 +4561,7 @@ } }, "moDllz": { - "buildTimestamp": 1645027804.068473, + "buildTimestamp": 1650829119.2250679, "creationTimestamp": 1518016501.0, "modules": { "MIDIpolyMPE": { @@ -4578,6 +4581,12 @@ }, "TwinGlider": { "creationTimestamp": 1561076996.0 + }, + "PolyGlider": { + "creationTimestamp": 1650829411.7217352 + }, + "Kn8b": { + "creationTimestamp": 1650829411.8836665 } } }, @@ -10837,5 +10846,23 @@ "creationTimestamp": 1649874863.1375804 } } + }, + "alefsbits": { + "buildTimestamp": 1650828995.4091198, + "creationTimestamp": 1650829410.386362, + "modules": { + "simplexandhold": { + "creationTimestamp": 1650829410.7390711 + }, + "blank6hp": { + "creationTimestamp": 1650829411.0845964 + }, + "simplexvco": { + "creationTimestamp": 1650829411.32077 + }, + "polyrand": { + "creationTimestamp": 1650829411.5355408 + } + } } } \ No newline at end of file diff --git a/manifests/AS.json b/manifests/AS.json index 872e935f..0fbbcaa2 100644 --- a/manifests/AS.json +++ b/manifests/AS.json @@ -1,6 +1,6 @@ { "slug": "AS", - "version": "2.0.3", + "version": "2.0.4", "license": "MIT", "name": "AS", "brand": "AS", diff --git a/manifests/OrangeLine.json b/manifests/OrangeLine.json index 30974e71..b91ee7c3 100644 --- a/manifests/OrangeLine.json +++ b/manifests/OrangeLine.json @@ -1,7 +1,7 @@ { "slug": "OrangeLine", "name": "OrangeLine", - "version": "2.4.1", + "version": "2.4.2", "license": "GPL-3.0-only", "brand": "", "author": "Dieter Stubler", @@ -80,11 +80,22 @@ { "slug": "Resc", "name": "Resc", - "description": "Harmonicaly Rescale Pitch from one Scale to another Scale", + "description": "Utility to harmonicaly rescales pitch from one scale to another scale", "tags": [ "Utility", "Polyphonic" ] + }, + { + "slug": "Morph", + "name": "Morph", + "description": "Morphing of given or random sequences with turing machine functionality", + "tags": [ + "Utility", + "Sequencer", + "Random", + "Polyphonic" + ] } ] } \ No newline at end of file diff --git a/manifests/alefsbits.json b/manifests/alefsbits.json new file mode 100644 index 00000000..1aa9ccef --- /dev/null +++ b/manifests/alefsbits.json @@ -0,0 +1,51 @@ +{ + "slug": "alefsbits", + "name": "alef's bits", + "version": "2.1.3", + "license": "GPL-3.0-or-later", + "brand": "alef's bits", + "author": "alefnull", + "authorEmail": "", + "authorUrl": "https://twitter.com/alefnull", + "pluginUrl": "https://github.com/alefnull/alefsbits", + "manualUrl": "", + "sourceUrl": "https://github.com/alefnull/alefsbits", + "donateUrl": "", + "changelogUrl": "", + "modules": [ + { + "slug": "simplexandhold", + "name": "simplex & hold", + "description": "sample & hold module using internal simplex noise source", + "tags": [ + "S&H" + ] + }, + { + "slug": "blank6hp", + "name": "blank 6hp", + "description": "a simple blank", + "tags": [ + "Blank" + ] + }, + { + "slug": "simplexvco", + "name": "simplex vco", + "description": "a voltage-controlled oscillator based on simplex noise", + "tags": [ + "Oscillator", + "Polyphonic" + ] + }, + { + "slug": "polyrand", + "name": "polyrand", + "description": "output a random channel of a poly input with a trigger", + "tags": [ + "Utility", + "Polyphonic" + ] + } + ] +} \ No newline at end of file diff --git a/manifests/moDllz.json b/manifests/moDllz.json index 4a27ff57..1837d6b0 100644 --- a/manifests/moDllz.json +++ b/manifests/moDllz.json @@ -1,7 +1,7 @@ { "slug": "moDllz", "name": "moDllz", - "version": "2.0.4", + "version": "2.0.5", "license": "GPL-3.0-or-later", "brand": "moDllz", "author": "Pablo DeLaLoza", @@ -15,14 +15,33 @@ { "slug": "MIDIpolyMPE", "name": "MIDIpolyMPE", - "description": "Polyphonic MIDI with MPE mode", + "description": "Polyphonic MIDI to CV with MPE mode", "tags": [ "MIDI", "External", - "Utility", - "Multiple", "Polyphonic" ] + }, + { + "slug": "PolyGlider", + "name": "PolyGlider", + "description": "Polyphonic Slew limiter ~ Portamento ~ Glide", + "tags": [ + "Polyphonic", + "Slew limiter", + "Envelope Follower" + ] + }, + { + "slug": "Kn8b", + "name": "Kn8b", + "description": "Polyphonic Attenuator / Inverter / VCA", + "tags": [ + "Utility", + "Polyphonic", + "Attenuator", + "VCA" + ] } ] } \ No newline at end of file diff --git a/manifests/repelzen.json b/manifests/repelzen.json index 8b3081db..d6c8efe4 100644 --- a/manifests/repelzen.json +++ b/manifests/repelzen.json @@ -1,7 +1,7 @@ { "slug": "repelzen", "name": "repelzen", - "version": "1.1.0", + "version": "2.0.0", "license": "GPL-3.0-or-later", "brand": "repelzen", "author": "wiqid", diff --git a/manifests/wiqid-anomalies.json b/manifests/wiqid-anomalies.json index c0b2666b..4bbe92dd 100644 --- a/manifests/wiqid-anomalies.json +++ b/manifests/wiqid-anomalies.json @@ -1,7 +1,7 @@ { "slug": "wiqid-anomalies", "name": "wiqid anomalies", - "version": "1.1.0", + "version": "2.0.0", "license": "GPL-3.0-or-later", "brand": "wiqid", "author": "wiqid", @@ -102,15 +102,6 @@ "tags": [ "visual" ] - }, - { - "slug": "tiq", - "name": "tiq", - "disabled": true, - "description": "2hp simple clock", - "tags": [ - "clock" - ] } ] } \ No newline at end of file