Browse Source

Update manifest for Plurm, ML_modules

v1
Andrew Belt 3 years ago
parent
commit
ef1615dd68
3 changed files with 15 additions and 4 deletions
  1. +5
    -2
      manifests-cache.json
  2. +1
    -1
      manifests/ML_modules.json
  3. +9
    -1
      manifests/Plurm.json

+ 5
- 2
manifests-cache.json View File

@@ -5520,7 +5520,7 @@
"modules": {} "modules": {}
}, },
"ML_modules": { "ML_modules": {
"buildTimestamp": 1610236830.0150168,
"buildTimestamp": 1637854479.2633655,
"creationTimestamp": 1518016501.0, "creationTimestamp": 1518016501.0,
"modules": { "modules": {
"BPMdetect": { "BPMdetect": {
@@ -9639,7 +9639,7 @@
} }
}, },
"Plurm": { "Plurm": {
"buildTimestamp": 1627193159.6221538,
"buildTimestamp": 1637854383.0610237,
"creationTimestamp": 1619962434.980022, "creationTimestamp": 1619962434.980022,
"modules": { "modules": {
"Stacktrace": { "Stacktrace": {
@@ -9647,6 +9647,9 @@
}, },
"randomchordrecorder": { "randomchordrecorder": {
"creationTimestamp": 1626771545.088718 "creationTimestamp": 1626771545.088718
},
"randomchordexpndr": {
"creationTimestamp": 1637854480.0648663
} }
} }
}, },


+ 1
- 1
manifests/ML_modules.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "ML_modules", "slug": "ML_modules",
"name": "ML Modules", "name": "ML Modules",
"version": "1.1.3",
"version": "1.1.4",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"author": "Martin Lueders", "author": "Martin Lueders",
"brand": "ML Modules", "brand": "ML Modules",


+ 9
- 1
manifests/Plurm.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "Plurm", "slug": "Plurm",
"name": "Plurm", "name": "Plurm",
"version": "1.1.1",
"version": "1.2.0",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"brand": "Plurm", "brand": "Plurm",
"author": "David Cherepov", "author": "David Cherepov",
@@ -29,6 +29,14 @@
"Sequencer", "Sequencer",
"Random" "Random"
] ]
},
{
"slug": "randomchordexpndr",
"name": "randomchordexpndr",
"description": "an expander for randomchordrecorder",
"tags": [
"Expander"
]
} }
] ]
} }

Loading…
Cancel
Save