Browse Source

Update manifest JW-Modules to 2.0.20, Moffenzeef to 2.4.0, Venom to 2.14.5

pull/876/head
Andrew Belt 1 month ago
parent
commit
03c9b71055
4 changed files with 87 additions and 6 deletions
  1. +24
    -3
      manifests-cache.json
  2. +52
    -1
      manifests/JW-Modules.json
  3. +10
    -1
      manifests/Moffenzeef.json
  4. +1
    -1
      manifests/Venom.json

+ 24
- 3
manifests-cache.json View File

@@ -3571,7 +3571,7 @@
}
},
"JW-Modules": {
"buildTimestamp": 1765148170.4381824,
"buildTimestamp": 1766862926.065913,
"creationTimestamp": 1518016501.0,
"modules": {
"BlankPanel_SM": {
@@ -3672,6 +3672,24 @@
},
"Arrange16": {
"creationTimestamp": 1748648534.2594433
},
"BlankPanel_2HP": {
"creationTimestamp": 1766863517.5605335
},
"BlankPanel_4HP": {
"creationTimestamp": 1766863517.6417632
},
"Buffer": {
"creationTimestamp": 1766863517.7200866
},
"RandomSound": {
"creationTimestamp": 1766863517.7959075
},
"ShiftRegRnd": {
"creationTimestamp": 1766863517.874876
},
"StereoSwitch": {
"creationTimestamp": 1766863517.9519029
}
}
},
@@ -13200,7 +13218,7 @@
}
},
"Venom": {
"buildTimestamp": 1765148884.9132297,
"buildTimestamp": 1766863517.143102,
"creationTimestamp": 1676260955.1683722,
"modules": {
"BernoulliSwitch": {
@@ -15390,7 +15408,7 @@
}
},
"Moffenzeef": {
"buildTimestamp": 1762138733.181864,
"buildTimestamp": 1766863029.6326575,
"creationTimestamp": 1742146425.774556,
"modules": {
"BadIdea9": {
@@ -15458,6 +15476,9 @@
},
"Tantz": {
"creationTimestamp": 1762139014.3538027
},
"QuadDeviant": {
"creationTimestamp": 1766863517.4653676
}
}
},


+ 52
- 1
manifests/JW-Modules.json View File

@@ -10,7 +10,7 @@
"sourceUrl": "https://github.com/jeremywen/JW-Modules",
"donateUrl": "https://www.paypal.me/jeremywen",
"changelogUrl": "https://github.com/jeremywen/JW-Modules/blob/master/CHANGELOG.md",
"version": "2.0.17",
"version": "2.0.20",
"modules": [
{
"slug": "BlankPanel_1HP",
@@ -20,6 +20,22 @@
"Visual"
]
},
{
"slug": "BlankPanel_2HP",
"name": "Blank Panel (2HP)",
"manualUrl": "https://github.com/jeremywen/JW-Modules",
"tags": [
"Visual"
]
},
{
"slug": "BlankPanel_4HP",
"name": "Blank Panel (4HP)",
"manualUrl": "https://github.com/jeremywen/JW-Modules",
"tags": [
"Visual"
]
},
{
"slug": "BlankPanel_SM",
"name": "Blank Panel (Small)",
@@ -69,6 +85,41 @@
"Poly"
]
},
{
"slug": "Buffer",
"name": "Buffer",
"manualUrl": "https://github.com/jeremywen/JW-Modules",
"tags": [
"Effect",
"Delay"
]
},
{
"slug": "RandomSound",
"name": "Random Sound",
"manualUrl": "https://github.com/jeremywen/JW-Modules",
"tags": [
"Oscillator",
"Random"
]
},
{
"slug": "ShiftRegRnd",
"name": "Shift Register Random",
"manualUrl": "https://github.com/jeremywen/JW-Modules",
"tags": [
"Utility",
"Poly"
]
},
{
"slug": "StereoSwitch",
"name": "Stereo Switch",
"manualUrl": "https://github.com/jeremywen/JW-Modules",
"tags": [
"Utility"
]
},
{
"slug": "Arrange",
"name": "Arrange",


+ 10
- 1
manifests/Moffenzeef.json View File

@@ -1,7 +1,7 @@
{
"slug": "Moffenzeef",
"name": "Moffenzeef",
"version": "2.3.0",
"version": "2.4.0",
"license": "GPL-3.0+",
"brand": "Moffenzeef",
"author": "Ross Fish",
@@ -276,6 +276,15 @@
"sequencer",
"clock modulator"
]
},
{
"slug": "QuadDeviant",
"name": "Quad Deviant",
"description": "Quad version of Deviant with range switches and CV bus",
"tags": [
"random",
"utility"
]
}
]
}

+ 1
- 1
manifests/Venom.json View File

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


Loading…
Cancel
Save