Browse Source

Update manifest for Stoermelder-P1, rchoices, voxglitch

v1
Andrew Belt 5 years ago
parent
commit
1962016fb9
4 changed files with 61 additions and 4 deletions
  1. +17
    -2
      manifests-cache.json
  2. +1
    -1
      manifests/Stoermelder-P1.json
  3. +33
    -0
      manifests/rchoices.json
  4. +10
    -1
      manifests/voxglitch.json

+ 17
- 2
manifests-cache.json View File

@@ -381,7 +381,7 @@
}
},
"voxglitch": {
"buildTimestamp": 1586748533.5937314,
"buildTimestamp": 1589300516.6236198,
"creationTimestamp": 1579792597.0,
"modules": {
"autobreak": {
@@ -413,6 +413,9 @@
},
"samplerx8": {
"creationTimestamp": 1586748554.3179598
},
"grainfx": {
"creationTimestamp": 1589300766.1420918
}
}
},
@@ -2037,7 +2040,7 @@
}
},
"Stoermelder-P1": {
"buildTimestamp": 1589036749.7167444,
"buildTimestamp": 1589300764.5480373,
"creationTimestamp": 1559409342.0,
"modules": {
"CVMap": {
@@ -7630,5 +7633,17 @@
"creationTimestamp": 1588869632.4858115
}
}
},
"rchoices": {
"buildTimestamp": 1589300543.337429,
"creationTimestamp": 1589300766.4543557,
"modules": {
"uchoice": {
"creationTimestamp": 1589300766.7486522
},
"gchoice": {
"creationTimestamp": 1589300766.9972281
}
}
}
}

+ 1
- 1
manifests/Stoermelder-P1.json View File

@@ -1,6 +1,6 @@
{
"slug": "Stoermelder-P1",
"version": "1.6.1",
"version": "1.6.2",
"license": "GPL-3.0-only",
"author": "Benjamin Dill",
"name": "PackOne",


+ 33
- 0
manifests/rchoices.json View File

@@ -0,0 +1,33 @@
{
"slug": "rchoices",
"name": "rchoices",
"version": "1.0.0",
"license": "GPL-3.0",
"brand": "",
"author": "David Koch",
"authorEmail": "dave-koch@web.de",
"authorUrl": "",
"pluginUrl": "https://github.com/davekch/rchoices",
"manualUrl": "https://github.com/davekch/rchoices/blob/master/README.md",
"sourceUrl": "https://github.com/davekch/rchoices",
"donateUrl": "",
"changelogUrl": "",
"modules": [
{
"slug": "uchoice",
"name": "uchoice",
"description": "randomly select from inputs",
"tags": [
"random"
]
},
{
"slug": "gchoice",
"name": "gchoice",
"description": "randomly select from inputs using a gaussian distribution",
"tags": [
"random"
]
}
]
}

+ 10
- 1
manifests/voxglitch.json View File

@@ -1,7 +1,7 @@
{
"slug": "voxglitch",
"name": "Voxglitch",
"version": "1.12.0",
"version": "1.13.0",
"license": "BSD-3-Clause",
"brand": "Voxglitch",
"author": "Bret Truchan",
@@ -56,6 +56,15 @@
"Sampler"
]
},
{
"slug": "grainfx",
"name": "Grain Fx",
"description": "Granular effects for incoming audio.",
"tags": [
"Granular",
"Sampler"
]
},
{
"slug": "grainengine",
"name": "Grain Engine",


Loading…
Cancel
Save