Browse Source

Update manifest Cella to 2.0.6, SickoCV to 2.6.18, StochasticTelegraph to 2.0.19, wildergarden to 2.0.0

v2
Andrew Belt 3 months ago
parent
commit
b6a860a555
5 changed files with 91 additions and 6 deletions
  1. +24
    -3
      manifests-cache.json
  2. +12
    -1
      manifests/Cella.json
  3. +17
    -1
      manifests/SickoCV.json
  4. +1
    -1
      manifests/StochasticTelegraph.json
  5. +37
    -0
      manifests/wildergarden.json

+ 24
- 3
manifests-cache.json View File

@@ -11685,7 +11685,7 @@
}
},
"StochasticTelegraph": {
"buildTimestamp": 1737225286.2588716,
"buildTimestamp": 1738441982.126875,
"creationTimestamp": 1649868370.1906905,
"modules": {
"Drifter": {
@@ -12318,7 +12318,7 @@
}
},
"SickoCV": {
"buildTimestamp": 1737919729.6868622,
"buildTimestamp": 1738441884.9076614,
"creationTimestamp": 1661903994.336356,
"modules": {
"Btoggler": {
@@ -12485,6 +12485,12 @@
},
"SimpleSeq4": {
"creationTimestamp": 1737919729.7932572
},
"StepSeq": {
"creationTimestamp": 1738441992.7030723
},
"TrigSeq": {
"creationTimestamp": 1738441992.7976158
}
}
},
@@ -14226,7 +14232,7 @@
}
},
"Cella": {
"buildTimestamp": 1732874975.1528637,
"buildTimestamp": 1738441557.616975,
"creationTimestamp": 1723919612.1472793,
"modules": {
"Euler": {
@@ -14243,6 +14249,9 @@
},
"Resonators": {
"creationTimestamp": 1732875387.2001064
},
"Bytebeat": {
"creationTimestamp": 1738441992.351659
}
}
},
@@ -14887,5 +14896,17 @@
"creationTimestamp": 1737394427.9804885
}
}
},
"wildergarden": {
"buildTimestamp": 1738441992.256793,
"creationTimestamp": 1738441992.4482398,
"modules": {
"Dimit": {
"creationTimestamp": 1738441992.542257
},
"Pascal": {
"creationTimestamp": 1738441992.630795
}
}
}
}

+ 12
- 1
manifests/Cella.json View File

@@ -1,7 +1,7 @@
{
"slug": "Cella",
"name": "Cella",
"version": "2.0.5",
"version": "2.0.6",
"license": "GPL-3.0-or-later",
"brand": "Cella",
"author": "Victor Kashirin",
@@ -57,6 +57,17 @@
"Envelope generator"
]
},
{
"slug": "Bytebeat",
"name": "Bytebeat",
"description": "Bytebeat evaluator",
"keywords": "byte",
"manualUrl": "https://github.com/victorkashirin/CellaVCV/blob/main/docs/Cella_Manual.md#bytebeat",
"tags": [
"Oscillator",
"LFO"
]
},
{
"slug": "Bezier",
"name": "Bezier",


+ 17
- 1
manifests/SickoCV.json View File

@@ -1,7 +1,7 @@
{
"slug": "SickoCV",
"name": "SickoCV",
"version": "2.6.17",
"version": "2.6.18",
"license": "GPL-3.0-or-later",
"brand": "Sickozell",
"author": "Sickozell",
@@ -453,6 +453,14 @@
"Polyphonic"
]
},
{
"slug": "StepSeq",
"name": "stepSeq",
"description": "16 step sequencer with direction (ss16)",
"tags": [
"Sequencer"
]
},
{
"slug": "Switcher",
"name": "switcher",
@@ -506,6 +514,14 @@
"Polyphonic"
]
},
{
"slug": "TrigSeq",
"name": "trigSeq",
"description": "16 step trig sequencer with direction (ts)",
"tags": [
"Sequencer"
]
},
{
"slug": "Wavetabler",
"name": "wavetabler",


+ 1
- 1
manifests/StochasticTelegraph.json View File

@@ -1,7 +1,7 @@
{
"slug": "StochasticTelegraph",
"name": "Stochastic Telegraph",
"version": "2.0.18",
"version": "2.0.19",
"minRackVersion": "2.4.0",
"license": "GPL-3.0-or-later",
"brand": "Stochastic Telegraph",


+ 37
- 0
manifests/wildergarden.json View File

@@ -0,0 +1,37 @@
{
"slug": "wildergarden",
"name": "wildergarden",
"version": "2.0.0",
"license": "GPL-3.0-only",
"brand": "wildergarden",
"author": "wildergarden",
"authorEmail": "",
"authorUrl": "https://github.com/ArdenButterfield/",
"pluginUrl": "https://github.com/ArdenButterfield/wildergarden-vcv",
"manualUrl": "https://github.com/ArdenButterfield/wildergarden-vcv/blob/main/docs/Manual.md",
"sourceUrl": "https://github.com/ArdenButterfield/wildergarden-vcv",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "Dimit",
"name": "Dimit",
"description": "Dimit is a combined compressor and waveshaper, designed to tame peaks in an audio signal.",
"tags": [
"Compressor",
"Limiter",
"Distortion"
]
},
{
"slug": "Pascal",
"name": "Pascal",
"description": "This plugin uses Pascal's triangle, a mathematical pattern independently invented throughout the world during the Middle Ages, to create evolving melodies and drum sequences.",
"tags": [
"Logic",
"Sequencer",
"Clock modulator"
]
}
]
}

Loading…
Cancel
Save