From ee661d82a7202d81d1131e023761d1cee1992562 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Mon, 4 Apr 2022 23:46:24 -0400 Subject: [PATCH] Update manifest PathSet-Infinity to 2.0.0 --- manifests-cache.json | 15 ++++++++++ manifests/PathSet-Infinity.json | 50 +++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 manifests/PathSet-Infinity.json diff --git a/manifests-cache.json b/manifests-cache.json index b2f9e46e..9bfd9473 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -10783,5 +10783,20 @@ "creationTimestamp": 1649112193.0544643 } } + }, + "PathSet-Infinity": { + "buildTimestamp": 1649130170.4393237, + "creationTimestamp": 1649130170.6877897, + "modules": { + "QuantumCompass": { + "creationTimestamp": 1649130170.9177783 + }, + "WarpDrive": { + "creationTimestamp": 1649130171.192251 + }, + "Orchestrator": { + "creationTimestamp": 1649130171.355179 + } + } } } \ No newline at end of file diff --git a/manifests/PathSet-Infinity.json b/manifests/PathSet-Infinity.json new file mode 100644 index 00000000..fe2ef4c1 --- /dev/null +++ b/manifests/PathSet-Infinity.json @@ -0,0 +1,50 @@ +{ + "slug": "PathSet-Infinity", + "name": "Path Set: Infinity", + "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": "QuantumCompass", + "name": "QuantumCompass", + "description": "Both/Neither Sequencer/Quantizer. Create a melodic sequence by selecting notes and letting QuantumCompass guide you.", + "manualUrl": "https://github.com/patheros/PathSetManuals/blob/main/modules/QuantumCompass.md", + "tags": [ + "Quantizer", + "Sequencer" + ] + }, + { + "slug": "WarpDrive", + "name": "WarpDrive", + "description": "Dual-drive systems. Two sound sources with built in, clocks, lfos, and envelops.", + "manualUrl": "https://github.com/patheros/PathSetManuals/blob/main/modules/WarpDrive.md", + "tags": [ + "VCO", + "LFO", + "Clock", + "Envelope Generator" + ] + }, + { + "slug": "Orchestrator", + "name": "Orchestrator", + "description": "A conniving octopus that creates modulation and gate outputs to conduct a 10 minute long song.", + "manualUrl": "https://github.com/patheros/PathSetManuals/blob/main/modules/Orchestrator.md", + "tags": [ + "Random", + "LFO", + "Clock" + ] + } + ] +} \ No newline at end of file