@@ -381,7 +381,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"voxglitch": { | "voxglitch": { | ||||
"buildTimestamp": 1586748533.5937314, | |||||
"buildTimestamp": 1589300516.6236198, | |||||
"creationTimestamp": 1579792597.0, | "creationTimestamp": 1579792597.0, | ||||
"modules": { | "modules": { | ||||
"autobreak": { | "autobreak": { | ||||
@@ -413,6 +413,9 @@ | |||||
}, | }, | ||||
"samplerx8": { | "samplerx8": { | ||||
"creationTimestamp": 1586748554.3179598 | "creationTimestamp": 1586748554.3179598 | ||||
}, | |||||
"grainfx": { | |||||
"creationTimestamp": 1589300766.1420918 | |||||
} | } | ||||
} | } | ||||
}, | }, | ||||
@@ -2037,7 +2040,7 @@ | |||||
} | } | ||||
}, | }, | ||||
"Stoermelder-P1": { | "Stoermelder-P1": { | ||||
"buildTimestamp": 1589036749.7167444, | |||||
"buildTimestamp": 1589300764.5480373, | |||||
"creationTimestamp": 1559409342.0, | "creationTimestamp": 1559409342.0, | ||||
"modules": { | "modules": { | ||||
"CVMap": { | "CVMap": { | ||||
@@ -7630,5 +7633,17 @@ | |||||
"creationTimestamp": 1588869632.4858115 | "creationTimestamp": 1588869632.4858115 | ||||
} | } | ||||
} | } | ||||
}, | |||||
"rchoices": { | |||||
"buildTimestamp": 1589300543.337429, | |||||
"creationTimestamp": 1589300766.4543557, | |||||
"modules": { | |||||
"uchoice": { | |||||
"creationTimestamp": 1589300766.7486522 | |||||
}, | |||||
"gchoice": { | |||||
"creationTimestamp": 1589300766.9972281 | |||||
} | |||||
} | |||||
} | } | ||||
} | } |
@@ -1,6 +1,6 @@ | |||||
{ | { | ||||
"slug": "Stoermelder-P1", | "slug": "Stoermelder-P1", | ||||
"version": "1.6.1", | |||||
"version": "1.6.2", | |||||
"license": "GPL-3.0-only", | "license": "GPL-3.0-only", | ||||
"author": "Benjamin Dill", | "author": "Benjamin Dill", | ||||
"name": "PackOne", | "name": "PackOne", | ||||
@@ -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" | |||||
] | |||||
} | |||||
] | |||||
} |
@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"slug": "voxglitch", | "slug": "voxglitch", | ||||
"name": "Voxglitch", | "name": "Voxglitch", | ||||
"version": "1.12.0", | |||||
"version": "1.13.0", | |||||
"license": "BSD-3-Clause", | "license": "BSD-3-Clause", | ||||
"brand": "Voxglitch", | "brand": "Voxglitch", | ||||
"author": "Bret Truchan", | "author": "Bret Truchan", | ||||
@@ -56,6 +56,15 @@ | |||||
"Sampler" | "Sampler" | ||||
] | ] | ||||
}, | }, | ||||
{ | |||||
"slug": "grainfx", | |||||
"name": "Grain Fx", | |||||
"description": "Granular effects for incoming audio.", | |||||
"tags": [ | |||||
"Granular", | |||||
"Sampler" | |||||
] | |||||
}, | |||||
{ | { | ||||
"slug": "grainengine", | "slug": "grainengine", | ||||
"name": "Grain Engine", | "name": "Grain Engine", | ||||