Browse Source

Update manifest MADZINE to 2.3.8

pull/876/head
Andrew Belt 1 month ago
parent
commit
69fa892ac7
2 changed files with 38 additions and 7 deletions
  1. +7
    -1
      manifests-cache.json
  2. +31
    -6
      manifests/MADZINE.json

+ 7
- 1
manifests-cache.json View File

@@ -15861,7 +15861,7 @@
}
},
"MADZINE": {
"buildTimestamp": 1765148313.5043569,
"buildTimestamp": 1767584236.1569653,
"creationTimestamp": 1754214222.0569358,
"modules": {
"SwingLFO": {
@@ -15941,6 +15941,12 @@
},
"UniversalRhythm": {
"creationTimestamp": 1765149071.6366613
},
"SongMode": {
"creationTimestamp": 1767584236.5695152
},
"Launchpad": {
"creationTimestamp": 1767584236.6510952
}
}
},


+ 31
- 6
manifests/MADZINE.json View File

@@ -1,14 +1,14 @@
{
"slug": "MADZINE",
"name": "MADZINE",
"version": "2.3.5",
"version": "2.3.8",
"license": "GPL-3.0-or-later",
"brand": "MADZINE",
"author": "MAD",
"authorEmail": "madzinetw@gmail.com",
"authorUrl": "",
"pluginUrl": "",
"manualUrl": "",
"manualUrl": "https://linktr.ee/madzine",
"sourceUrl": "https://github.com/mmmmmmmadman/MADZINE-VCV",
"donateUrl": "https://www.patreon.com/c/madzinetw",
"modules": [
@@ -181,17 +181,21 @@
{
"slug": "Quantizer",
"name": "Quantizer",
"description": "Quantizer module",
"description": "Pitch quantizer with microtune control and scale presets",
"tags": [
"Quantizer",
"Utility"
]
},
{
"slug": "EllenRipley",
"name": "Ellen Ripley",
"description": "Ellen Ripley module",
"description": "Chaos-modulated multi-effects processor with delay, granular and reverb",
"tags": [
"Utility"
"Effect",
"Delay",
"Granular",
"Reverb"
]
},
{
@@ -243,12 +247,33 @@
{
"slug": "UniversalRhythm",
"name": "Universal Rhythm",
"description": "Cross-cultural rhythm generator based on ethnomusicological principles with 10 world music styles",
"description": "Cross-cultural rhythm generator with 10 world music styles and 8-voice drum synthesis",
"tags": [
"Sequencer",
"Clock generator",
"Drum"
]
},
{
"slug": "SongMode",
"name": "SONG MODE",
"description": "8-input sequential switch with customizable playback order, per-input clock length, and learn mode",
"tags": [
"Switch",
"Sequencer",
"Utility"
]
},
{
"slug": "Launchpad",
"name": "Launchpad",
"description": "8x8 grid CV/audio looper with session mode, per-cell recording, and send/return mixer",
"tags": [
"Sampler",
"Sequencer",
"Recording",
"Mixer"
]
}
]
}

Loading…
Cancel
Save