Browse Source

Update manifest for ML_modules

v1
Andrew Belt 5 years ago
parent
commit
e79009f450
2 changed files with 38 additions and 2 deletions
  1. +10
    -1
      manifests-cache.json
  2. +28
    -1
      manifests/ML_modules.json

+ 10
- 1
manifests-cache.json View File

@@ -4842,7 +4842,7 @@
"modules": {}
},
"ML_modules": {
"buildTimestamp": 1576114254.4209,
"buildTimestamp": 1587306869.1219683,
"creationTimestamp": 1518016501.0,
"modules": {
"BPMdetect": {
@@ -4919,6 +4919,15 @@
},
"VoltMeter": {
"creationTimestamp": 1561076996.0
},
"Cloner": {
"creationTimestamp": 1587306870.6399038
},
"PolySplitter": {
"creationTimestamp": 1587306871.0245655
},
"Arpeggiator": {
"creationTimestamp": 1587306871.324406
}
}
},


+ 28
- 1
manifests/ML_modules.json View File

@@ -1,7 +1,7 @@
{
"slug": "ML_modules",
"name": "ML Modules",
"version": "1.0.5",
"version": "1.1.0",
"license": "BSD-3-Clause",
"author": "Martin Lueders",
"brand": "ML Modules",
@@ -240,6 +240,33 @@
"tags": [
"Utility"
]
},
{
"slug": "Cloner",
"name": "Cloner",
"description": "Clone a signal to polyphonic channels",
"tags": [
"Utility",
"Polyphonic"
]
},
{
"slug": "PolySplitter",
"name": "Poly Splitter",
"description": "split polyphonic inputs into two outputs",
"tags": [
"Utility",
"Polyphonic"
]
},
{
"slug": "Arpeggiator",
"name": "Arpeggiator",
"description": "multi-channel arpeggiator",
"tags": [
"Sequencer",
"Polyphonic"
]
}
]
}

Loading…
Cancel
Save