Browse Source

Update manifest DanTModules to 2.4.30

pull/785/head
Andrew Belt 1 year ago
parent
commit
45216aae79
2 changed files with 20 additions and 6 deletions
  1. +4
    -1
      manifests-cache.json
  2. +16
    -5
      manifests/DanTModules.json

+ 4
- 1
manifests-cache.json View File

@@ -10116,7 +10116,7 @@
} }
}, },
"DanTModules": { "DanTModules": {
"buildTimestamp": 1692050008.1245217,
"buildTimestamp": 1692909446.1252906,
"creationTimestamp": 1607124947.802597, "creationTimestamp": 1607124947.802597,
"modules": { "modules": {
"Wavulike": { "Wavulike": {
@@ -10154,6 +10154,9 @@
}, },
"Kalkatron": { "Kalkatron": {
"creationTimestamp": 1691194830.9210608 "creationTimestamp": 1691194830.9210608
},
"MoarCowbell": {
"creationTimestamp": 1692909446.2761567
} }
} }
}, },


+ 16
- 5
manifests/DanTModules.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "DanTModules", "slug": "DanTModules",
"name": "DanTModules", "name": "DanTModules",
"version": "2.4.24",
"version": "2.4.30",
"minRackVersion": "2.4.0", "minRackVersion": "2.4.0",
"license": "proprietary", "license": "proprietary",
"brand": "DanT", "brand": "DanT",
@@ -120,26 +120,37 @@
{ {
"slug": "PolySplice", "slug": "PolySplice",
"name": "Nu-PolySplice", "name": "Nu-PolySplice",
"description": "[7hp] Polyphonic switch with up to 5 seconds slew.",
"description": "[7hp][Nu-Metal] Polyphonic switch with up to 5 seconds slew.",
"tags": [ "tags": [
"Mixer", "Mixer",
"Polyphonic", "Polyphonic",
"Random", "Random",
"Switch" "Switch"
], ],
"keywords": "splice sequential window slew",
"keywords": "numetal splice sequential window slew",
"manualUrl": "https://miff-real.github.io/DanTModules-Manual/manual/polysplice/" "manualUrl": "https://miff-real.github.io/DanTModules-Manual/manual/polysplice/"
}, },
{ {
"slug": "Kalkatron", "slug": "Kalkatron",
"name": "Kalkatron", "name": "Kalkatron",
"description": "[26hp] Utility module that can track a signal and perform basic maths operations upon it.",
"description": "[26hp][Nu-Metal] Utility module that can track a signal and perform basic maths operations upon it.",
"tags": [ "tags": [
"Utility", "Utility",
"Polyphonic" "Polyphonic"
], ],
"keywords": "calculator maths add plus minus times multiply subtract divide count",
"keywords": "numetal calculator maths add plus minus times multiply subtract divide count",
"manualUrl": "https://miff-real.github.io/DanTModules-Manual/manual/kalkatron/" "manualUrl": "https://miff-real.github.io/DanTModules-Manual/manual/kalkatron/"
},
{
"slug": "MoarCowbell",
"name": "MOAR COWBELL!",
"description": "[17hp][Neon-Oblique] Experimental cowbell.",
"tags": [
"Drum",
"Physical modeling"
],
"keywords": "neonoblique moar cowbell experimental",
"manualUrl": "https://miff-real.github.io/DanTModules-Manual/manual/neon-oblique/"
} }
] ]
} }

Loading…
Cancel
Save