diff --git a/manifests-cache.json b/manifests-cache.json index c04b1bce..7b535f16 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -3784,7 +3784,7 @@ } }, "AlrightDevices": { - "buildTimestamp": 1693255212.6986163, + "buildTimestamp": 1693435740.0422702, "creationTimestamp": 1554966626.0, "modules": { "Chronoblob2": { @@ -3921,7 +3921,7 @@ } }, "Valley": { - "buildTimestamp": 1649108989.7346709, + "buildTimestamp": 1693679821.2225945, "creationTimestamp": 1521979525.0, "modules": { "Topograph": { @@ -5374,7 +5374,7 @@ } }, "CountModula": { - "buildTimestamp": 1675097471.4909058, + "buildTimestamp": 1693680345.5417464, "creationTimestamp": 1560722026.0, "modules": { "AnalogueShiftRegister": { @@ -5775,6 +5775,15 @@ }, "Stack": { "creationTimestamp": 1675100689.7891617 + }, + "ShiftRegister16": { + "creationTimestamp": 1693680345.713405 + }, + "ShiftRegister32": { + "creationTimestamp": 1693680345.8343647 + }, + "BurstGenerator64": { + "creationTimestamp": 1693680345.9486697 } } }, @@ -12480,7 +12489,7 @@ } }, "Venom": { - "buildTimestamp": 1691452602.6596484, + "buildTimestamp": 1693679701.9735415, "creationTimestamp": 1676260955.1683722, "modules": { "BernoulliSwitch": { diff --git a/manifests/CountModula.json b/manifests/CountModula.json index b9893a1f..125f6f2f 100644 --- a/manifests/CountModula.json +++ b/manifests/CountModula.json @@ -1,7 +1,7 @@ { "slug": "CountModula", "name": "Count Modula", - "version": "2.4.0", + "version": "2.5.0", "license": "GPL-3.0-only", "brand": "Count Modula", "author": "Adam Verspaget", @@ -1179,6 +1179,31 @@ "Sequencer", "Sample and hold" ] + }, + { + "slug": "ShiftRegister16", + "name": "16 Step Shift Register", + "description": "16 step bi-directional shift register for CV or gates", + "tags": [ + "Sample and Hold" + ] + }, + { + "slug": "ShiftRegister32", + "name": "32 Step Shift Register", + "description": "32 step bi-directional shift register for CV or gates", + "tags": [ + "Sample and Hold" + ] + }, + { + "slug": "BurstGenerator64", + "name": "Burst Generator 64", + "description": "Generates bursts of 1-64 pulses whenever a trigger is received at the trigger input", + "tags": [ + "Clock modulator", + "Sequencer" + ] } ] } \ No newline at end of file diff --git a/manifests/Valley.json b/manifests/Valley.json index 9a634f8e..657d6f69 100644 --- a/manifests/Valley.json +++ b/manifests/Valley.json @@ -1,7 +1,7 @@ { "slug": "Valley", "name": "Valley", - "version": "2.0.4", + "version": "2.4.0", "license": "GPL-3.0-or-later", "author": "Valley", "authorEmail": "valley.audio.soft@gmail.com", diff --git a/manifests/Venom.json b/manifests/Venom.json index f3f0fabf..453a1444 100644 --- a/manifests/Venom.json +++ b/manifests/Venom.json @@ -1,7 +1,7 @@ { "slug": "Venom", "name": "Venom", - "version": "2.4.0", + "version": "2.4.1", "license": "GPL-3.0-or-later", "brand": "", "author": "David Benham",