Browse Source

Update manifest Cella to 2.9.0, LogicalAudio to 2.0.1

v2
Andrew Belt 1 week ago
parent
commit
cff5a4efba
3 changed files with 115 additions and 2 deletions
  1. +28
    -1
      manifests-cache.json
  2. +24
    -1
      manifests/Cella.json
  3. +63
    -0
      manifests/LogicalAudio.json

+ 28
- 1
manifests-cache.json View File

@@ -14343,7 +14343,7 @@
}
},
"Cella": {
"buildTimestamp": 1746270610.4286768,
"buildTimestamp": 1748240571.8160746,
"creationTimestamp": 1723919612.1472793,
"modules": {
"Euler": {
@@ -14372,6 +14372,12 @@
},
"Loud": {
"creationTimestamp": 1745727881.3919678
},
"Integral": {
"creationTimestamp": 1748240595.84931
},
"2State": {
"creationTimestamp": 1748240595.9381962
}
}
},
@@ -15316,5 +15322,26 @@
"creationTimestamp": 1748198615.830255
}
}
},
"LogicalAudio": {
"buildTimestamp": 1748240595.2663987,
"creationTimestamp": 1748240595.3776605,
"modules": {
"L-Carrier": {
"creationTimestamp": 1748240595.4586542
},
"L-Random": {
"creationTimestamp": 1748240595.5514743
},
"L-Panel": {
"creationTimestamp": 1748240595.630061
},
"L-Rantics": {
"creationTimestamp": 1748240595.70666
},
"L-Noises": {
"creationTimestamp": 1748240595.78016
}
}
}
}

+ 24
- 1
manifests/Cella.json View File

@@ -1,7 +1,7 @@
{
"slug": "Cella",
"name": "Cella",
"version": "2.8.1",
"version": "2.9.0",
"license": "GPL-3.0-or-later",
"brand": "Cella",
"author": "Victor Kashirin",
@@ -115,6 +115,29 @@
"Utility",
"Visual"
]
},
{
"slug": "Integral",
"name": "Integral",
"description": "Signal integrator, essential for feedback, chaotic and cybernetic patches",
"manualUrl": "https://github.com/victorkashirin/CellaVCV/blob/main/docs/Cella_Manual.md#integral",
"keywords": "cybernetic chaos feedback analog computing",
"tags": [
"Utility",
"Sample and hold"
]
},
{
"slug": "2State",
"name": "2State",
"description": "Combination of dual constant CV generator and a voltage-controlled switch",
"manualUrl": "https://github.com/victorkashirin/CellaVCV/blob/main/docs/Cella_Manual.md#2state",
"keywords": "cv sequencer triple latch",
"tags": [
"Utility",
"Switch",
"Sequencer"
]
}
]
}

+ 63
- 0
manifests/LogicalAudio.json View File

@@ -0,0 +1,63 @@
{
"slug": "LogicalAudio",
"name": "LogicalAudio",
"version": "2.0.1",
"license": "GPL-3.0-or-later",
"brand": "LogicalAudio",
"author": "AgostoSound",
"authorEmail": "agostosound@gmail.com",
"authorUrl": "https://github.com/AgostoSound",
"pluginUrl": "https://github.com/AgostoSound",
"manualUrl": "https://github.com/AgostoSound",
"sourceUrl": "https://github.com/AgostoSound",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "L-Carrier",
"name": "L-Carrier",
"description": "Logic gate audio carrier.",
"tags": [
"Utility",
"Logic"
]
},
{
"slug": "L-Random",
"name": "L-Random",
"description": "Random voltage generator.",
"tags": [
"Random",
"Multiple",
"Logic"
]
},
{
"slug": "L-Panel",
"name": "L-Panel",
"description": "Just a cool panel.",
"tags": [
"Visual",
"Logic"
]
},
{
"slug": "L-Rantics",
"name": "L-Rantics",
"description": "Dual-channel random voltage generator controlled by clock (tic) inputs.",
"tags": [
"Random",
"Logic"
]
},
{
"slug": "L-Noises",
"name": "L-Noises",
"description": "Dual logic-gated stereo noise generator.",
"tags": [
"Noise",
"Logic"
]
}
]
}

Loading…
Cancel
Save