Browse Source

Update manifest Calvario to 2.3.1, OrangeLine to 2.4.6

v2
Andrew Belt 7 months ago
parent
commit
c968fc205c
3 changed files with 63 additions and 2 deletions
  1. +16
    -1
      manifests-cache.json
  2. +28
    -0
      manifests/Calvario.json
  3. +19
    -1
      manifests/OrangeLine.json

+ 16
- 1
manifests-cache.json View File

@@ -1352,7 +1352,7 @@
}
},
"OrangeLine": {
"buildTimestamp": 1709628025.4246848,
"buildTimestamp": 1726631594.7021835,
"creationTimestamp": 1571530639.0,
"modules": {
"Fence": {
@@ -1381,6 +1381,12 @@
},
"Morpheus": {
"creationTimestamp": 1705177738.9511976
},
"Buckets": {
"creationTimestamp": 1726631594.987994
},
"Cron": {
"creationTimestamp": 1726631595.0509875
}
}
},
@@ -14353,5 +14359,14 @@
"creationTimestamp": 1726510808.2943149
}
}
},
"Calvario": {
"buildTimestamp": 1726631546.829145,
"creationTimestamp": 1726631595.129412,
"modules": {
"Calvario": {
"creationTimestamp": 1726631595.1812491
}
}
}
}

+ 28
- 0
manifests/Calvario.json View File

@@ -0,0 +1,28 @@
{
"slug": "Calvario",
"name": "Calvario",
"version": "2.3.1",
"license": "GPL-3.0-or-later",
"brand": "HydrangeaSystems",
"author": "merumerutho",
"authorEmail": "merutochan@gmail.com",
"authorUrl": "https://github.com/HydrangeaSystems/",
"pluginUrl": "https://github.com/HydrangeaSystems/Calvario",
"manualUrl": "",
"sourceUrl": "https://github.com/HydrangeaSystems/Calvario",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "Calvario",
"name": "Calvario",
"description": "Small and brutal signal cross-modulator.",
"tags": [
"Distortion",
"Effect",
"Ring modulator",
"Waveshaper"
]
}
]
}

+ 19
- 1
manifests/OrangeLine.json View File

@@ -1,7 +1,7 @@
{
"slug": "OrangeLine",
"name": "OrangeLine",
"version": "2.4.5",
"version": "2.4.6",
"license": "GPL-3.0-only",
"brand": "",
"author": "Dieter Stubler",
@@ -107,6 +107,24 @@
"Random",
"Polyphonic"
]
},
{
"slug": "Buckets",
"name": "Buckets",
"description": "Splits up polyphonic pitch and gate input into up to 12 polyphic pitch and gate outputs, depending on pitch value, chainable",
"tags": [
"Utility",
"Polyphonic"
]
},
{
"slug": "Cron",
"name": "Cron",
"description": "Interface Module for MIDI>CV deriving BPM from MIDI CLK and 24 pmm CLK/N, handling Transport and calculating CMP cv for GATOR for latency compensation of up to 16 channels",
"tags": [
"MIDI",
"Utility"
]
}
]
}

Loading…
Cancel
Save