Browse Source

Update manifest Clonotribe to 2.0.0, Geodesics to 2.4.0, MADZINE to 2.1.9, SequelSequencers to 2.4.1, SickoCV to 2.7.5

pull/876/head
Andrew Belt 7 months ago
parent
commit
4a0cfbb78e
6 changed files with 379 additions and 6 deletions
  1. +96
    -3
      manifests-cache.json
  2. +31
    -0
      manifests/Clonotribe.json
  3. +10
    -1
      manifests/Geodesics.json
  4. +182
    -0
      manifests/MADZINE.json
  5. +11
    -1
      manifests/SequelSequencers.json
  6. +49
    -1
      manifests/SickoCV.json

+ 96
- 3
manifests-cache.json View File

@@ -2809,7 +2809,7 @@
}
},
"Geodesics": {
"buildTimestamp": 1729567727.322632,
"buildTimestamp": 1754213579.680085,
"creationTimestamp": 1534547467.0,
"modules": {
"BlackHoles": {
@@ -2844,6 +2844,9 @@
},
"DarkEnergy": {
"creationTimestamp": 1674371175.5572934
},
"Twin-Paradox": {
"creationTimestamp": 1754214221.4505603
}
}
},
@@ -11304,7 +11307,7 @@
"buildTimestamp": 1655698520.048924
},
"SequelSequencers": {
"buildTimestamp": 1698774260.426185,
"buildTimestamp": 1754213706.969828,
"creationTimestamp": 1639113349.024814,
"modules": {
"Sequel8": {
@@ -11333,6 +11336,9 @@
},
"James": {
"creationTimestamp": 1692319926.3702142
},
"Knot": {
"creationTimestamp": 1754214223.4252808
}
}
},
@@ -12402,7 +12408,7 @@
}
},
"SickoCV": {
"buildTimestamp": 1745016028.755559,
"buildTimestamp": 1754214220.9822423,
"creationTimestamp": 1661903994.336356,
"modules": {
"Btoggler": {
@@ -12614,6 +12620,24 @@
},
"StepSeq8x": {
"creationTimestamp": 1744777040.405525
},
"CVmeter": {
"creationTimestamp": 1754214221.5310504
},
"RandMod7": {
"creationTimestamp": 1754214221.6106968
},
"RandMod7Compact": {
"creationTimestamp": 1754214221.690735
},
"SampleDelay": {
"creationTimestamp": 1754214221.7694895
},
"StepStation": {
"creationTimestamp": 1754214221.8499055
},
"TrigStation": {
"creationTimestamp": 1754214221.9318335
}
}
},
@@ -15595,5 +15619,74 @@
"creationTimestamp": 1754062490.1608202
}
}
},
"Clonotribe": {
"buildTimestamp": 1754213519.3085914,
"creationTimestamp": 1754214221.2961566,
"modules": {
"Clonotribe": {
"creationTimestamp": 1754214221.3566322
}
}
},
"MADZINE": {
"buildTimestamp": 1754213644.4120088,
"creationTimestamp": 1754214222.0569358,
"modules": {
"SwingLFO": {
"creationTimestamp": 1754214222.1285
},
"EuclideanRhythm": {
"creationTimestamp": 1754214222.219951
},
"ADGenerator": {
"creationTimestamp": 1754214222.2973008
},
"Pinpple": {
"creationTimestamp": 1754214222.3734653
},
"PPaTTTerning": {
"creationTimestamp": 1754214222.4426417
},
"MADDY": {
"creationTimestamp": 1754214222.5221553
},
"TWNC": {
"creationTimestamp": 1754214222.5966976
},
"TWNCLight": {
"creationTimestamp": 1754214222.6663013
},
"TWNC2": {
"creationTimestamp": 1754214222.7376912
},
"QQ": {
"creationTimestamp": 1754214222.8050327
},
"Observer": {
"creationTimestamp": 1754214222.8705719
},
"U8": {
"creationTimestamp": 1754214222.9380498
},
"YAMANOTE": {
"creationTimestamp": 1754214223.0059705
},
"KIMO": {
"creationTimestamp": 1754214223.0748785
},
"Obserfour": {
"creationTimestamp": 1754214223.140371
},
"Pyramid": {
"creationTimestamp": 1754214223.207186
},
"DECAPyramid": {
"creationTimestamp": 1754214223.2752917
},
"KEN": {
"creationTimestamp": 1754214223.3409364
}
}
}
}

+ 31
- 0
manifests/Clonotribe.json View File

@@ -0,0 +1,31 @@
{
"slug": "Clonotribe",
"name": "Clonotribe",
"version": "2.0.0",
"license": "GPL-3.0-or-later",
"brand": "Instrumentalist",
"author": "Eduardo Hahn Paredes",
"authorEmail": "cumbiamberos@gmail.com",
"authorUrl": "",
"pluginUrl": "",
"manualUrl": "",
"sourceUrl": "https://github.com/Cumbiambero/clonotribe",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "Clonotribe",
"name": "Clonotribe",
"description": "A module inspired by KORG monotribe",
"manualUrl": "",
"tags": [
"Synth voice",
"Oscillator",
"Filter",
"Envelope generator",
"LFO",
"Sequencer"
]
}
]
}

+ 10
- 1
manifests/Geodesics.json View File

@@ -1,7 +1,7 @@
{
"slug": "Geodesics",
"name": "Geodesics",
"version": "2.3.3",
"version": "2.4.0",
"license": "GPL-3.0-only",
"author": "Pyer & Marc Boul\u00e9",
"brand": "Geodesics",
@@ -128,6 +128,15 @@
"Switch"
]
},
{
"slug": "Twin-Paradox",
"name": "Twin Paradox",
"description": "Relativistic clock generator",
"manualUrl": "https://www.pyer.be/twin-paradox.html",
"tags": [
"Clock generator"
]
},
{
"slug": "Blank-PanelInfo",
"name": "Blank-Panel Info",


+ 182
- 0
manifests/MADZINE.json View File

@@ -0,0 +1,182 @@
{
"slug": "MADZINE",
"name": "MADZINE",
"version": "2.1.9",
"license": "GPL-3.0-or-later",
"brand": "MADZINE",
"author": "MAD",
"authorEmail": "madzinetw@gmail.com",
"authorUrl": "",
"pluginUrl": "",
"manualUrl": "",
"sourceUrl": "https://github.com/mmmmmmmadman/MADZINE-VCV",
"donateUrl": "https://www.patreon.com/c/madzinetw",
"modules": [
{
"slug": "SwingLFO",
"name": "SwingLFO",
"description": "A dual-waveform LFO with swing and shape control",
"tags": [
"Low-frequency oscillator"
]
},
{
"slug": "EuclideanRhythm",
"name": "Euclidean Rhythm",
"description": "A three-track Euclidean Rhythm Generator with CV control and Slew",
"tags": [
"Sequencer",
"Clock generator"
]
},
{
"slug": "ADGenerator",
"name": "AD Generator",
"description": "Attack Decay envelope generator",
"tags": [
"Envelope generator"
]
},
{
"slug": "Pinpple",
"name": "Pinpple",
"description": "A ping filter hihat synthesizer with dynamic FM modulation",
"tags": [
"Drum",
"Filter",
"Synth voice"
]
},
{
"slug": "PPaTTTerning",
"name": "PPaTTTerning",
"description": "Pattern-based CV sequencer with style and density control",
"tags": [
"Sequencer"
]
},
{
"slug": "MADDY",
"name": "MADDY",
"description": "Integrated sequencer with swing clock and 3-track Euclidean rhythm generator",
"tags": [
"Sequencer",
"Clock generator",
"Low-frequency oscillator"
]
},
{
"slug": "TWNC",
"name": "TWNC",
"description": "Dual-track Euclidean rhythm generator with drum and hi-hats synthesis",
"tags": [
"Sequencer",
"Clock generator",
"Drum"
]
},
{
"slug": "TWNCLight",
"name": "TWNC Light",
"description": "Simplified dual-track Euclidean rhythm generator with envelope control",
"tags": [
"Sequencer",
"Clock generator",
"Envelope generator"
]
},
{
"slug": "TWNC2",
"name": "TWNC 2",
"description": "Three-track Euclidean drum machine with drum synthesis",
"tags": [
"Sequencer",
"Clock generator",
"Drum"
]
},
{
"slug": "QQ",
"name": "QQ",
"description": "3-track S-Curve Decay Trigger envelope generator with CV control and waveform scope",
"tags": [
"Envelope generator",
"Visual"
]
},
{
"slug": "Observer",
"name": "Observer",
"description": "8-track color scope module for waveform visualization",
"tags": [
"Visual",
"Utility"
]
},
{
"slug": "U8",
"name": "U8",
"description": "4HP channel processor with gain/saturation, duck control and mute",
"tags": [
"Mixer",
"Utility",
"Compressor"
]
},
{
"slug": "YAMANOTE",
"name": "YAMANOTE",
"description": "8HP channel processor with chain, send/return function",
"tags": [
"Mixer",
"Utility"
]
},
{
"slug": "KIMO",
"name": "KIMO",
"description": "Single-track Euclidean drum machine with bass drum synthesis",
"tags": [
"Sequencer",
"Envelope generator",
"Drum"
]
},
{
"slug": "Obserfour",
"name": "Obserfour",
"description": "4-track color scope module for waveform visualization",
"tags": [
"Visual",
"Utility"
]
},
{
"slug": "Pyramid",
"name": "Pyramid",
"description": "3D panning router",
"tags": [
"Mixer",
"Utility"
]
},
{
"slug": "DECAPyramid",
"name": "DECAPyramid",
"description": "8-track 3D panning router with send/return",
"tags": [
"Mixer",
"Utility"
]
},
{
"slug": "KEN",
"name": "KEN",
"description": "8-to-2 binaural processor for 3D spatial audio rendering",
"tags": [
"Mixer",
"Utility"
]
}
]
}

+ 11
- 1
manifests/SequelSequencers.json View File

@@ -1,7 +1,7 @@
{
"slug": "SequelSequencers",
"name": "Daniel Davies",
"version": "2.3.1",
"version": "2.4.1",
"license": "GPL-3.0-or-later",
"brand": "Daniel Davies",
"author": "Daniel Davies",
@@ -90,6 +90,16 @@
"Sequencer"
],
"hidden": false
},
{
"slug": "Knot",
"name": "Knot",
"description": "4x4 sequential switch",
"tags": [
"Switch",
"Logic",
"Visual"
]
}
]
}

+ 49
- 1
manifests/SickoCV.json View File

@@ -1,7 +1,7 @@
{
"slug": "SickoCV",
"name": "SickoCV",
"version": "2.7.3",
"version": "2.7.5",
"license": "GPL-3.0-or-later",
"brand": "Sickozell",
"author": "Sickozell",
@@ -122,6 +122,14 @@
"Clock modulator"
]
},
{
"slug": "CVmeter",
"name": "cvMeter",
"description": "Shows input voltage, v/oct note, midi values, bpm and sample distance between two triggers or cv change from two different inputs",
"tags": [
"Utility"
]
},
{
"slug": "CVrouter",
"name": "cvRouter",
@@ -396,6 +404,30 @@
"Polyphonic"
]
},
{
"slug": "RandMod7",
"name": "randMod7",
"description": "7 random smooth cv generators (rmod7)",
"tags": [
"Random"
]
},
{
"slug": "RandMod7Compact",
"name": "randMod7 Compact",
"description": "7 random smooth cv generators in a compact form (rmod7)",
"tags": [
"Random"
]
},
{
"slug": "SampleDelay",
"name": "sampleDelay",
"description": "a simple signal delay up to 5 samples",
"tags": [
"Utility"
]
},
{
"slug": "Shifter",
"name": "shifter",
@@ -561,6 +593,14 @@
"Sequencer"
]
},
{
"slug": "StepStation",
"name": "stepStation",
"description": "8 independent track / 16 step sequencer with configurable user inputs/knobs and presets (stst)",
"tags": [
"Sequencer"
]
},
{
"slug": "Switcher",
"name": "switcher",
@@ -638,6 +678,14 @@
"Sequencer"
]
},
{
"slug": "TrigStation",
"name": "trigStation",
"description": "8 independent track / 16 step trig sequencer with configurable user inputs/knobs and presets (trst)",
"tags": [
"Sequencer"
]
},
{
"slug": "Wavetabler",
"name": "wavetabler",


Loading…
Cancel
Save