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


+ 5
- 3
manifests/JW-Modules.json View File

@@ -10,7 +10,7 @@
"sourceUrl": "https://github.com/jeremywen/JW-Modules", "sourceUrl": "https://github.com/jeremywen/JW-Modules",
"donateUrl": "https://www.paypal.me/jeremywen", "donateUrl": "https://www.paypal.me/jeremywen",
"changelogUrl": "https://github.com/jeremywen/JW-Modules/blob/master/CHANGELOG.md", "changelogUrl": "https://github.com/jeremywen/JW-Modules/blob/master/CHANGELOG.md",
"version": "2.0.13",
"version": "2.0.14",
"modules": [ "modules": [
{ {
"slug": "BlankPanel_1HP", "slug": "BlankPanel_1HP",
@@ -76,7 +76,8 @@
"tags": [ "tags": [
"Sequencer", "Sequencer",
"Utility", "Utility",
"Switch"
"Switch",
"Poly"
] ]
}, },
{ {
@@ -86,7 +87,8 @@
"tags": [ "tags": [
"Sequencer", "Sequencer",
"Utility", "Utility",
"Switch"
"Switch",
"Poly"
] ]
}, },
{ {


+ 1
- 1
manifests/RSBATechModules.json View File

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


+ 1
- 1
manifests/Venom.json View File

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


+ 10
- 1
manifests/kocmoc.json View File

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


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

@@ -1,7 +1,7 @@
{ {
"slug": "not-things", "slug": "not-things",
"name": "not-things", "name": "not-things",
"version": "2.0.2",
"version": "2.0.3",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"brand": "not-things", "brand": "not-things",
"author": "Johan Vanbockryck", "author": "Johan Vanbockryck",
@@ -116,6 +116,17 @@
"Polyphonic" "Polyphonic"
], ],
"keywords": "psd compare" "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