From 16accfd9e74fbf663b53f6314bbfc8048160e2f0 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Mon, 30 May 2022 09:49:35 -0400 Subject: [PATCH] Update manifest PathSet-Grains to 2.0.0 --- manifests-cache.json | 27 +++++++++++++ manifests/PathSet-Grains.json | 76 +++++++++++++++++++++++++++++++++++ 2 files changed, 103 insertions(+) create mode 100644 manifests/PathSet-Grains.json diff --git a/manifests-cache.json b/manifests-cache.json index 7f9d0ea9..f7f7f782 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -11029,5 +11029,32 @@ "creationTimestamp": 1653382846.00625 } } + }, + "PathSet-Grains": { + "buildTimestamp": 1653918487.0004585, + "creationTimestamp": 1653918488.2909238, + "modules": { + "CheeseGrater": { + "creationTimestamp": 1653918488.4327774 + }, + "Blender": { + "creationTimestamp": 1653918488.591992 + }, + "Spork": { + "creationTimestamp": 1653918488.7724762 + }, + "Sifter": { + "creationTimestamp": 1653918488.9224145 + }, + "SporkExpander": { + "creationTimestamp": 1653918489.0730112 + }, + "SifterExpander": { + "creationTimestamp": 1653918489.199068 + }, + "BlenderExpander": { + "creationTimestamp": 1653918489.327067 + } + } } } \ No newline at end of file diff --git a/manifests/PathSet-Grains.json b/manifests/PathSet-Grains.json new file mode 100644 index 00000000..d19eb832 --- /dev/null +++ b/manifests/PathSet-Grains.json @@ -0,0 +1,76 @@ +{ + "slug": "PathSet-Grains", + "name": "Path Set: Grains", + "version": "2.0.0", + "license": "proprietary", + "brand": "Path Set", + "author": "Andrew Hanson", + "authorEmail": "", + "authorUrl": "https://github.com/patheros", + "pluginUrl": "https://github.com/patheros/PathSetManuals", + "manualUrl": "https://github.com/patheros/PathSetManuals", + "sourceUrl": "", + "donateUrl": "", + "changelogUrl": "", + "modules": [ + { + "slug": "CheeseGrater", + "name": "CheeseGrater", + "description": "A granular sample and loop. Craft the exact right slice of sound for your music.", + "manualUrl": "https://github.com/patheros/PathSetManuals/blob/main/modules/CheeseGrater.md", + "tags": [ + "Granular" + ] + }, + { + "slug": "Blender", + "name": "Blender", + "description": "A Distortion Looper. Play with 4 main knobs to snapshot dynamic effects.", + "manualUrl": "https://github.com/patheros/PathSetManuals/blob/main/modules/Blender.md", + "tags": [ + "Granular" + ] + }, + { + "slug": "Spork", + "name": "Spork", + "description": "A granular FX module. Modulate 6 different granular effects.", + "manualUrl": "https://github.com/patheros/PathSetManuals/blob/main/modules/Spork.md", + "tags": [ + "Granular", + "Effect" + ] + }, + { + "slug": "Sifter", + "name": "Sifter", + "description": "A granular mixer. Sample 4 sound sources and recombine them endlessly through modulation.", + "manualUrl": "https://github.com/patheros/PathSetManuals/blob/main/modules/Sifter.md", + "tags": [ + "Granular", + "Mixer" + ] + }, + { + "slug": "SporkExpander", + "name": "SporkExpander", + "description": "", + "hidden": true, + "tags": [] + }, + { + "slug": "SifterExpander", + "name": "SifterExpander", + "description": "", + "hidden": true, + "tags": [] + }, + { + "slug": "BlenderExpander", + "name": "BlenderExpander", + "description": "", + "hidden": true, + "tags": [] + } + ] +} \ No newline at end of file