Browse Source

Update manifest CVfunk to 2.0.8, Wygonium to 2.0.1

v2
Andrew Belt 7 months ago
parent
commit
b04fcd5942
3 changed files with 81 additions and 5 deletions
  1. +19
    -1
      manifests-cache.json
  2. +36
    -4
      manifests/CVfunk.json
  3. +26
    -0
      manifests/Wygonium.json

+ 19
- 1
manifests-cache.json View File

@@ -13866,7 +13866,7 @@
}
},
"CVfunk": {
"buildTimestamp": 1719229858.4148338,
"buildTimestamp": 1727604788.3816893,
"creationTimestamp": 1711827243.9642084,
"modules": {
"Steps": {
@@ -13919,6 +13919,15 @@
},
"Morta": {
"creationTimestamp": 1719229858.6286044
},
"PreeeeeeeeeeessedDuck": {
"creationTimestamp": 1727604799.4481
},
"StepWave": {
"creationTimestamp": 1727604799.5064857
},
"Arrange": {
"creationTimestamp": 1727604799.5611758
}
}
},
@@ -14374,5 +14383,14 @@
"creationTimestamp": 1726631595.1812491
}
}
},
"Wygonium": {
"buildTimestamp": 1727604799.2316477,
"creationTimestamp": 1727604799.6599896,
"modules": {
"ORBsqVi": {
"creationTimestamp": 1727604799.722493
}
}
}
}

+ 36
- 4
manifests/CVfunk.json View File

@@ -1,7 +1,7 @@
{
"slug": "CVfunk",
"name": "CV funk Modules",
"version": "2.0.7",
"version": "2.0.8",
"license": "MIT",
"brand": "CV funk",
"author": "Cody Geary",
@@ -99,7 +99,8 @@
"name": "Ouros",
"description": "A stereo phase injection oscillator, with polar waveform display.",
"tags": [
"Oscillator"
"Oscillator",
"Polyphonic"
]
},
{
@@ -115,12 +116,26 @@
"Voltage-controlled Amplifier"
]
},
{
"slug": "PreeeeeeeeeeessedDuck",
"name": "Preeeeeeeeeeessed Duck",
"description": "A stereo sixteen-channel dynamic compressing mixer with side-chain ducking, tanh saturation and ADAA.",
"tags": [
"Mixer",
"Compressor",
"Dynamics",
"Distortion",
"Panning",
"Voltage-controlled Amplifier"
]
},
{
"slug": "FlowerPatch",
"name": "Flower Patch",
"description": "A 12-tone scale polar visualizer with FFT analysis.",
"tags": [
"Visual"
"Visual",
"Utility"
]
},
{
@@ -165,7 +180,24 @@
"description": "Single-knob macro-controller utility with 16 simultaneous outputs in different ranges.",
"tags": [
"Controller",
"Utility"
"Utility",
"Polyphonic"
]
},
{
"slug": "StepWave",
"name": "Step Wave",
"description": "8-step programmable sequencer/envelope generator with rhythmic displacement and variable shape.",
"tags": [
"Sequencer"
]
},
{
"slug": "Arrange",
"name": "Arrange",
"description": "A seven channel sequencer with quantize/volt option per channel, and adjustable length.",
"tags": [
"Sequencer"
]
}
]

+ 26
- 0
manifests/Wygonium.json View File

@@ -0,0 +1,26 @@
{
"slug": "Wygonium",
"name": "Wygonium",
"version": "2.0.1",
"license": "GPL-3.0-or-later",
"brand": "Wygonium",
"author": "g.wygonik",
"authorEmail": "gw@artificialcolors.com",
"authorUrl": "",
"pluginUrl": "https://github.com/gwygonik/ORBsqVi",
"manualUrl": "https://github.com/gwygonik/ORBsqVi",
"sourceUrl": "https://github.com/gwygonik/ORBsqVi",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "ORBsqVi",
"name": "ORBsq Vi",
"description": "An algorithmic sequencer based on the Wygonium ORBsq Mi.",
"tags": [
"Sequencer",
"Hardware clone"
]
}
]
}

Loading…
Cancel
Save