From 40417de1cc6af4868b9c21f4282c1e211280eab2 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Mon, 24 Jan 2022 18:47:21 -0500 Subject: [PATCH] Update manifest PathSet to 2.0.0, dbRackModules to 2.0.5, 3HR to 2.0.0, RPJ to 2.1.1 --- manifests-cache.json | 34 +++++++++++++++++++++++++-- manifests/3HR.json | 43 ++++++++++++++++++++++++++++++++++ manifests/PathSet.json | 45 ++++++++++++++++++++++++++++++++++++ manifests/RPJ.json | 2 +- manifests/dbRackModules.json | 2 +- 5 files changed, 122 insertions(+), 4 deletions(-) create mode 100644 manifests/3HR.json create mode 100644 manifests/PathSet.json diff --git a/manifests-cache.json b/manifests-cache.json index de072092..39a385b5 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -10020,7 +10020,7 @@ } }, "RPJ": { - "buildTimestamp": 1642835959.2070692, + "buildTimestamp": 1643066842.9855504, "creationTimestamp": 1624763005.6302476, "modules": { "Grendel": { @@ -10524,7 +10524,7 @@ } }, "dbRackModules": { - "buildTimestamp": 1642326885.1481192, + "buildTimestamp": 1643065455.6016936, "creationTimestamp": 1641209269.2091281, "modules": { "GeneticTerrain": { @@ -10612,5 +10612,35 @@ "creationTimestamp": 1642327813.333794 } } + }, + "PathSet": { + "buildTimestamp": 1643065293.2640152, + "creationTimestamp": 1643066843.6193788, + "modules": { + "ShiftyMod": { + "creationTimestamp": 1643066843.7400932 + }, + "IceTray": { + "creationTimestamp": 1643066843.894593 + }, + "AstroVibe": { + "creationTimestamp": 1643066844.1824462 + } + } + }, + "3HR": { + "buildTimestamp": 1643066586.0519874, + "creationTimestamp": 1643066844.4075267, + "modules": { + "Repeat3hr": { + "creationTimestamp": 1643066844.55901 + }, + "Xtenuat3hr": { + "creationTimestamp": 1643066844.7313168 + }, + "FM3HR": { + "creationTimestamp": 1643066844.8709173 + } + } } } \ No newline at end of file diff --git a/manifests/3HR.json b/manifests/3HR.json new file mode 100644 index 00000000..8c8a251a --- /dev/null +++ b/manifests/3HR.json @@ -0,0 +1,43 @@ +{ + "slug": "3HR", + "name": "3HR", + "version": "2.0.0", + "license": "GPL-3.0-or-later", + "brand": "3HR", + "author": "Robin Hammar", + "authorEmail": "jobbin.hammar@gmail.com", + "authorUrl": "", + "pluginUrl": "https://github.com/Geekachuqt/3HR", + "manualUrl": "https://github.com/Geekachuqt/3HR", + "sourceUrl": "https://github.com/Geekachuqt/3HR", + "donateUrl": "", + "changelogUrl": "", + "modules": [ + { + "slug": "Repeat3hr", + "name": "Repeat3hr", + "description": "Creative mono delay with a decimated feedback line.", + "tags": [ + "delay", + "distortion" + ] + }, + { + "slug": "Xtenuat3hr", + "name": "Xtenuat3hr", + "description": "CV-controlled crossfader and attenuverter.", + "tags": [ + "attenuator", + "utility" + ] + }, + { + "slug": "FM3HR", + "name": "FM3HR", + "description": "Sequential Self-FMing Oscillator", + "tags": [ + "oscillator" + ] + } + ] +} \ No newline at end of file diff --git a/manifests/PathSet.json b/manifests/PathSet.json new file mode 100644 index 00000000..958d3fa0 --- /dev/null +++ b/manifests/PathSet.json @@ -0,0 +1,45 @@ +{ + "slug": "PathSet", + "name": "Path Set", + "version": "2.0.0", + "license": "GPL-3.0-or-later", + "brand": "Patheros", + "author": "Andrew Hanson", + "authorEmail": "", + "authorUrl": "https://github.com/patheros", + "pluginUrl": "https://github.com/patheros/PathSetModules", + "manualUrl": "https://github.com/patheros/PathSetModules", + "sourceUrl": "https://github.com/patheros/PathSetModules", + "donateUrl": "", + "changelogUrl": "", + "modules": [ + { + "slug": "ShiftyMod", + "name": "Shifty", + "description": "Gate shift register with controllable delays. Create generative gate sequences from a single clock.", + "tags": [ + "Clock modulator", + "Sample and hold" + ] + }, + { + "slug": "IceTray", + "name": "IceTray", + "description": "Speed shifter and tape delay with selective memory. Perform into this and it will never forget your mistakes.", + "tags": [ + "Delay", + "Recording" + ] + }, + { + "slug": "AstroVibe", + "name": "AstroVibe", + "description": "Three stereo oscillators or LFOs with random waveforms. Explore a universe of unique waveforms.", + "tags": [ + "VCO", + "LFO", + "Physical modeling" + ] + } + ] +} \ No newline at end of file diff --git a/manifests/RPJ.json b/manifests/RPJ.json index 71fc5370..bcd0a5f7 100644 --- a/manifests/RPJ.json +++ b/manifests/RPJ.json @@ -1,7 +1,7 @@ { "slug": "RPJ", "name": "RPJ", - "version": "2.1.0", + "version": "2.1.1", "license": "GPL-3.0-or-later", "brand": "RPJ", "author": "Robert Kock", diff --git a/manifests/dbRackModules.json b/manifests/dbRackModules.json index d2bbb061..5341a489 100644 --- a/manifests/dbRackModules.json +++ b/manifests/dbRackModules.json @@ -1,7 +1,7 @@ { "slug": "dbRackModules", "name": "dbRackModules", - "version": "2.0.4", + "version": "2.0.5", "license": "GPL-3.0-or-later", "brand": "docB", "author": "docB",