Browse Source

Update manifest Venom to 2.4.1, Valley to 2.4.0, CountModula to 2.5.0

pull/785/head
Andrew Belt 1 year ago
parent
commit
1aad6a75dd
4 changed files with 41 additions and 7 deletions
  1. +13
    -4
      manifests-cache.json
  2. +26
    -1
      manifests/CountModula.json
  3. +1
    -1
      manifests/Valley.json
  4. +1
    -1
      manifests/Venom.json

+ 13
- 4
manifests-cache.json View File

@@ -3784,7 +3784,7 @@
} }
}, },
"AlrightDevices": { "AlrightDevices": {
"buildTimestamp": 1693255212.6986163,
"buildTimestamp": 1693435740.0422702,
"creationTimestamp": 1554966626.0, "creationTimestamp": 1554966626.0,
"modules": { "modules": {
"Chronoblob2": { "Chronoblob2": {
@@ -3921,7 +3921,7 @@
} }
}, },
"Valley": { "Valley": {
"buildTimestamp": 1649108989.7346709,
"buildTimestamp": 1693679821.2225945,
"creationTimestamp": 1521979525.0, "creationTimestamp": 1521979525.0,
"modules": { "modules": {
"Topograph": { "Topograph": {
@@ -5374,7 +5374,7 @@
} }
}, },
"CountModula": { "CountModula": {
"buildTimestamp": 1675097471.4909058,
"buildTimestamp": 1693680345.5417464,
"creationTimestamp": 1560722026.0, "creationTimestamp": 1560722026.0,
"modules": { "modules": {
"AnalogueShiftRegister": { "AnalogueShiftRegister": {
@@ -5775,6 +5775,15 @@
}, },
"Stack": { "Stack": {
"creationTimestamp": 1675100689.7891617 "creationTimestamp": 1675100689.7891617
},
"ShiftRegister16": {
"creationTimestamp": 1693680345.713405
},
"ShiftRegister32": {
"creationTimestamp": 1693680345.8343647
},
"BurstGenerator64": {
"creationTimestamp": 1693680345.9486697
} }
} }
}, },
@@ -12480,7 +12489,7 @@
} }
}, },
"Venom": { "Venom": {
"buildTimestamp": 1691452602.6596484,
"buildTimestamp": 1693679701.9735415,
"creationTimestamp": 1676260955.1683722, "creationTimestamp": 1676260955.1683722,
"modules": { "modules": {
"BernoulliSwitch": { "BernoulliSwitch": {


+ 26
- 1
manifests/CountModula.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "CountModula", "slug": "CountModula",
"name": "Count Modula", "name": "Count Modula",
"version": "2.4.0",
"version": "2.5.0",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"brand": "Count Modula", "brand": "Count Modula",
"author": "Adam Verspaget", "author": "Adam Verspaget",
@@ -1179,6 +1179,31 @@
"Sequencer", "Sequencer",
"Sample and hold" "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"
]
} }
] ]
} }

+ 1
- 1
manifests/Valley.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "Valley", "slug": "Valley",
"name": "Valley", "name": "Valley",
"version": "2.0.4",
"version": "2.4.0",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"author": "Valley", "author": "Valley",
"authorEmail": "valley.audio.soft@gmail.com", "authorEmail": "valley.audio.soft@gmail.com",


+ 1
- 1
manifests/Venom.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "Venom", "slug": "Venom",
"name": "Venom", "name": "Venom",
"version": "2.4.0",
"version": "2.4.1",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"brand": "", "brand": "",
"author": "David Benham", "author": "David Benham",


Loading…
Cancel
Save