Browse Source

Update manifest Chinenual-VCV to 2.6.1, Ohmer to 2.4.0

pull/785/head
Andrew Belt 1 year ago
parent
commit
018e4392bb
3 changed files with 8 additions and 7 deletions
  1. +2
    -2
      manifests-cache.json
  2. +1
    -1
      manifests/Chinenual-VCV.json
  3. +5
    -4
      manifests/Ohmer.json

+ 2
- 2
manifests-cache.json View File

@@ -7432,7 +7432,7 @@
} }
}, },
"Ohmer": { "Ohmer": {
"buildTimestamp": 1690731542.6253054,
"buildTimestamp": 1691957244.9462857,
"creationTimestamp": 1521738241.0, "creationTimestamp": 1521738241.0,
"modules": { "modules": {
"KlokSpid": { "KlokSpid": {
@@ -11892,7 +11892,7 @@
} }
}, },
"Chinenual-VCV": { "Chinenual-VCV": {
"buildTimestamp": 1690731574.5417588,
"buildTimestamp": 1691957206.1832898,
"creationTimestamp": 1660869608.7876675, "creationTimestamp": 1660869608.7876675,
"modules": { "modules": {
"MIDIRecorder": { "MIDIRecorder": {


+ 1
- 1
manifests/Chinenual-VCV.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "Chinenual-VCV", "slug": "Chinenual-VCV",
"name": "Chinenual", "name": "Chinenual",
"version": "2.6.0",
"version": "2.6.1",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"brand": "Chinenual", "brand": "Chinenual",
"author": "Steve Tynor", "author": "Steve Tynor",


+ 5
- 4
manifests/Ohmer.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "Ohmer", "slug": "Ohmer",
"name": "Ohmer", "name": "Ohmer",
"version": "2.3.0",
"version": "2.4.0",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"author": "Dominique Camus", "author": "Dominique Camus",
"brand": "Ohmer Modules", "brand": "Ohmer Modules",
@@ -27,7 +27,8 @@
"description": "Rotate Klok Divider (RKD) module (inspired from 4ms RCD hardware)", "description": "Rotate Klok Divider (RKD) module (inspired from 4ms RCD hardware)",
"manualUrl": "https://github.com/DomiKamu/Ohmer/blob/v2/res/Manuals/RKD_BRK_Manual.pdf", "manualUrl": "https://github.com/DomiKamu/Ohmer/blob/v2/res/Manuals/RKD_BRK_Manual.pdf",
"tags": [ "tags": [
"Clock modulator"
"Clock modulator",
"Sequencer"
] ]
}, },
{ {
@@ -37,6 +38,7 @@
"manualUrl": "https://github.com/DomiKamu/Ohmer/blob/v2/res/Manuals/RKD_BRK_Manual.pdf", "manualUrl": "https://github.com/DomiKamu/Ohmer/blob/v2/res/Manuals/RKD_BRK_Manual.pdf",
"tags": [ "tags": [
"Clock modulator", "Clock modulator",
"Sequencer",
"Expander" "Expander"
] ]
}, },
@@ -51,11 +53,10 @@
{ {
"slug": "PolaritySwitch", "slug": "PolaritySwitch",
"name": "Polarity Switch", "name": "Polarity Switch",
"description": "Signal is routed to \"P\" if its voltage is positive. Otherwise, it's routed to \"N\" but as positive (absolute value)",
"description": "Signal is routed to \"P\" if its voltage is positive. Otherwise, it's routed to \"N\" (but as positive equivalent / absolute value)",
"tags": [ "tags": [
"Dual", "Dual",
"Switch", "Switch",
"Utility",
"Polyphonic" "Polyphonic"
] ]
}, },


Loading…
Cancel
Save