Browse Source

Update manifest questionablemodules to 2.1.10, CuteFoxModules to 2.0.0

pull/785/head
Andrew Belt 1 year ago
parent
commit
9b7a09abb2
3 changed files with 58 additions and 2 deletions
  1. +16
    -1
      manifests-cache.json
  2. +23
    -0
      manifests/CuteFoxModules.json
  3. +19
    -1
      manifests/questionablemodules.json

+ 16
- 1
manifests-cache.json View File

@@ -12342,7 +12342,7 @@
}
},
"questionablemodules": {
"buildTimestamp": 1693252457.5643306,
"buildTimestamp": 1695170514.7031357,
"creationTimestamp": 1671488541.442978,
"modules": {
"discombobulator": {
@@ -12356,6 +12356,12 @@
},
"quatosc": {
"creationTimestamp": 1673295704.8419216
},
"nightbin": {
"creationTimestamp": 1695173681.083512
},
"greenscreen": {
"creationTimestamp": 1695173681.2135248
}
}
},
@@ -12835,5 +12841,14 @@
"creationTimestamp": 1690733275.828773
}
}
},
"CuteFoxModules": {
"buildTimestamp": 1695173680.3470063,
"creationTimestamp": 1695173680.8436437,
"modules": {
"IPQ": {
"creationTimestamp": 1695173680.9551659
}
}
}
}

+ 23
- 0
manifests/CuteFoxModules.json View File

@@ -0,0 +1,23 @@
{
"slug": "CuteFoxModules",
"name": "CuteFox Modules",
"version": "2.0.0",
"license": "GPL-3.0-or-later",
"brand": "CuteFox Modules",
"author": "Hristo Goleminov",
"authorEmail": "hristosax1@gmail.com",
"authorUrl": "www.hristogoleminov.com",
"pluginUrl": "",
"manualUrl": "",
"sourceUrl": "",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "IPQ",
"name": "Intervallic Pair Quantizer",
"description": "Quantizer based on a pair of intervals from 0 to 11 (semitones)",
"tags": []
}
]
}

+ 19
- 1
manifests/questionablemodules.json View File

@@ -1,7 +1,7 @@
{
"slug": "questionablemodules",
"name": "Questionable Modules",
"version": "2.1.9",
"version": "2.1.10",
"minRackVersion": "2.4.0",
"license": "GPL-3.0-or-later",
"brand": "Questionable Modules",
@@ -54,6 +54,24 @@
"Low-frequency oscillator",
"Polyphonic"
]
},
{
"slug": "nightbin",
"name": "Night-bin",
"description": "Grab nightly builds of your favorite plugins",
"manualUrl": "https://isivisi.github.io/questionablemodules/nightbin",
"tags": [
"Utility"
]
},
{
"slug": "greenscreen",
"name": "Greenscreen",
"description": "Changes the rack background color",
"manualUrl": "https://isivisi.github.io/questionablemodules/greenscreen",
"tags": [
"Utility"
]
}
]
}

Loading…
Cancel
Save