Browse Source

Update manifest JW-Modules to 2.0.14, RSBATechModules to 2.1.8, Venom to 2.12.3, kocmoc to 2.0.8, not-things to 2.0.3

v2
Andrew Belt 2 weeks ago
parent
commit
cd290b9a7b
6 changed files with 40 additions and 12 deletions
  1. +11
    -5
      manifests-cache.json
  2. +5
    -3
      manifests/JW-Modules.json
  3. +1
    -1
      manifests/RSBATechModules.json
  4. +1
    -1
      manifests/Venom.json
  5. +10
    -1
      manifests/kocmoc.json
  6. +12
    -1
      manifests/not-things.json

+ 11
- 5
manifests-cache.json View File

@@ -3559,7 +3559,7 @@
}
},
"JW-Modules": {
"buildTimestamp": 1748647893.3798945,
"buildTimestamp": 1749351047.4466386,
"creationTimestamp": 1518016501.0,
"modules": {
"BlankPanel_SM": {
@@ -3793,7 +3793,7 @@
}
},
"kocmoc": {
"buildTimestamp": 1732875006.599298,
"buildTimestamp": 1749351588.5495622,
"creationTimestamp": 1572165273.0,
"modules": {
"SVF-1": {
@@ -3825,6 +3825,9 @@
},
"uLADR": {
"creationTimestamp": 1732875387.5122108
},
"DIOD": {
"creationTimestamp": 1749351717.0724769
}
}
},
@@ -13134,7 +13137,7 @@
}
},
"Venom": {
"buildTimestamp": 1748319577.4257216,
"buildTimestamp": 1749351550.2253768,
"creationTimestamp": 1676260955.1683722,
"modules": {
"BernoulliSwitch": {
@@ -15099,7 +15102,7 @@
}
},
"not-things": {
"buildTimestamp": 1745290567.9999902,
"buildTimestamp": 1749351716.8549924,
"creationTimestamp": 1740595407.6005092,
"modules": {
"solim": {
@@ -15128,6 +15131,9 @@
},
"poly-same-diff": {
"creationTimestamp": 1741018378.1802142
},
"timeseq": {
"creationTimestamp": 1749351716.9677734
}
}
},
@@ -15333,7 +15339,7 @@
}
},
"RSBATechModules": {
"buildTimestamp": 1748198290.6807103,
"buildTimestamp": 1749351104.801485,
"creationTimestamp": 1748198615.636118,
"modules": {
"OrestesOne": {


+ 5
- 3
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.13",
"version": "2.0.14",
"modules": [
{
"slug": "BlankPanel_1HP",
@@ -76,7 +76,8 @@
"tags": [
"Sequencer",
"Utility",
"Switch"
"Switch",
"Poly"
]
},
{
@@ -86,7 +87,8 @@
"tags": [
"Sequencer",
"Utility",
"Switch"
"Switch",
"Poly"
]
},
{


+ 1
- 1
manifests/RSBATechModules.json View File

@@ -1,7 +1,7 @@
{
"slug": "RSBATechModules",
"name": "RSBATech Modules",
"version": "2.1.7",
"version": "2.1.8",
"license": "GPL-3.0-or-later",
"brand": "RSBATech",
"author": "Richard Smith",


+ 1
- 1
manifests/Venom.json View File

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


+ 10
- 1
manifests/kocmoc.json View File

@@ -1,7 +1,7 @@
{
"slug": "kocmoc",
"name": "kocmoc",
"version": "2.0.6",
"version": "2.0.8",
"license": "GPL-3.0-or-later",
"brand": "kocmoc",
"author": "janne808",
@@ -48,6 +48,15 @@
"Polyphonic"
]
},
{
"slug": "DIOD",
"name": "DIOD",
"description": "4-pole Diode Ladder Filter",
"tags": [
"Filter",
"Polyphonic"
]
},
{
"slug": "uLADR",
"name": "uLADR",


+ 12
- 1
manifests/not-things.json View File

@@ -1,7 +1,7 @@
{
"slug": "not-things",
"name": "not-things",
"version": "2.0.2",
"version": "2.0.3",
"license": "GPL-3.0-or-later",
"brand": "not-things",
"author": "Johan Vanbockryck",
@@ -116,6 +116,17 @@
"Polyphonic"
],
"keywords": "psd compare"
},
{
"slug": "timeseq",
"name": "TimeSeq",
"description": "Time Based Sequencer",
"manualUrl": "https://github.com/not-things-modular/not-things-vcv/blob/main/doc/TIMESEQ.md",
"tags": [
"Utility",
"Sequencer",
"Polyphonic"
]
}
]
}

Loading…
Cancel
Save