Browse Source

Update manifest SickoCV to 2.6.17

v2
Andrew Belt 3 months ago
parent
commit
dfa873a548
2 changed files with 16 additions and 5 deletions
  1. +5
    -2
      manifests-cache.json
  2. +11
    -3
      manifests/SickoCV.json

+ 5
- 2
manifests-cache.json View File

@@ -12318,7 +12318,7 @@
} }
}, },
"SickoCV": { "SickoCV": {
"buildTimestamp": 1729363245.1577835,
"buildTimestamp": 1737919729.6868622,
"creationTimestamp": 1661903994.336356, "creationTimestamp": 1661903994.336356,
"modules": { "modules": {
"Btoggler": { "Btoggler": {
@@ -12482,6 +12482,9 @@
}, },
"KeySampler": { "KeySampler": {
"creationTimestamp": 1729364151.9699965 "creationTimestamp": 1729364151.9699965
},
"SimpleSeq4": {
"creationTimestamp": 1737919729.7932572
} }
} }
}, },
@@ -13671,7 +13674,7 @@
} }
}, },
"ALM034": { "ALM034": {
"buildTimestamp": 1737479075.5923848,
"buildTimestamp": 1729791769.276194,
"creationTimestamp": 1697175427.4124482, "creationTimestamp": 1697175427.4124482,
"modules": { "modules": {
"ALM034": { "ALM034": {


+ 11
- 3
manifests/SickoCV.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "SickoCV", "slug": "SickoCV",
"name": "SickoCV", "name": "SickoCV",
"version": "2.6.16",
"version": "2.6.17",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"brand": "Sickozell", "brand": "Sickozell",
"author": "Sickozell", "author": "Sickozell",
@@ -402,7 +402,7 @@
{ {
"slug": "SickoQuant", "slug": "SickoQuant",
"name": "sickoQuant", "name": "sickoQuant",
"description": "Polyphonic quantizer with scales and presets",
"description": "Polyphonic quantizer with scales and presets (sQuant)",
"tags": [ "tags": [
"Quantizer", "Quantizer",
"Polyphonic" "Polyphonic"
@@ -411,7 +411,7 @@
{ {
"slug": "SickoQuant4", "slug": "SickoQuant4",
"name": "sickoQuant4", "name": "sickoQuant4",
"description": "Four channels polyphonic quantizer with scales and presets",
"description": "Four channels polyphonic quantizer with scales and presets (sQuant4)",
"tags": [ "tags": [
"Quantizer", "Quantizer",
"Polyphonic" "Polyphonic"
@@ -435,6 +435,14 @@
"Polyphonic" "Polyphonic"
] ]
}, },
{
"slug": "SimpleSeq4",
"name": "simpleSeq4",
"description": "4 step sequencer with direction and range setting (ss4)",
"tags": [
"Sequencer"
]
},
{ {
"slug": "Slewer", "slug": "Slewer",
"name": "slewer", "name": "slewer",


Loading…
Cancel
Save