From 04ff8684b38b6c023538fe5b76a8655ae0d2eaa5 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 26 Jun 2021 23:14:41 -0400 Subject: [PATCH] Update manifest for RPJ, FrozenWasteland, ImpromptuModular --- manifests-cache.json | 19 +++++++++++++++++-- manifests/FrozenWasteland.json | 2 +- manifests/ImpromptuModular.json | 26 +++++++++++++++++++++++++- manifests/RPJ.json | 25 +++++++++++++++++++++++++ 4 files changed, 68 insertions(+), 4 deletions(-) create mode 100644 manifests/RPJ.json diff --git a/manifests-cache.json b/manifests-cache.json index dcc8c83f..d5daf061 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -1893,7 +1893,7 @@ "modules": {} }, "ImpromptuModular": { - "buildTimestamp": 1613369099.7907088, + "buildTimestamp": 1624762676.633485, "creationTimestamp": 1521979525.0, "modules": { "Tact": { @@ -1973,6 +1973,12 @@ }, "TactG": { "creationTimestamp": 1600543530.7535398 + }, + "Prob-Key": { + "creationTimestamp": 1624763005.414825 + }, + "Prob-Key-Expander": { + "creationTimestamp": 1624763005.5164895 } } }, @@ -7826,7 +7832,7 @@ } }, "FrozenWasteland": { - "buildTimestamp": 1624143517.0720694, + "buildTimestamp": 1624762991.578864, "creationTimestamp": 1518016501.0, "modules": { "BPMLFO": { @@ -9556,5 +9562,14 @@ "creationTimestamp": 1623003499.7581766 } } + }, + "RPJ": { + "buildTimestamp": 1624763005.205914, + "creationTimestamp": 1624763005.6302476, + "modules": { + "Grendel": { + "creationTimestamp": 1624763005.6937168 + } + } } } \ No newline at end of file diff --git a/manifests/FrozenWasteland.json b/manifests/FrozenWasteland.json index 5fd2a414..8d527169 100644 --- a/manifests/FrozenWasteland.json +++ b/manifests/FrozenWasteland.json @@ -1,7 +1,7 @@ { "slug": "FrozenWasteland", "name": "Frozen Wasteland", - "version": "1.20.3", + "version": "1.20.4", "author": "almostEric", "license": "GPL-3.0-only", "authorEmail": "almostEric@frozenwastelandmodules.com", diff --git a/manifests/ImpromptuModular.json b/manifests/ImpromptuModular.json index 9f0a60fc..4c293f73 100644 --- a/manifests/ImpromptuModular.json +++ b/manifests/ImpromptuModular.json @@ -1,7 +1,7 @@ { "slug": "ImpromptuModular", "name": "Impromptu", - "version": "1.1.10", + "version": "1.1.11", "license": "GPL-3.0-only", "author": "Marc Boul\u00e9", "brand": "Impromptu", @@ -184,6 +184,30 @@ "Expander" ] }, + { + "slug": "Prob-Key", + "name": "ProbKey", + "description": "Keyboard-based random sequencer", + "manualUrl": "https://marcboule.github.io/ImpromptuModular/#prob-key", + "tags": [ + "Sequencer", + "Random", + "Polyphonic" + ] + }, + { + "slug": "Prob-Key-Expander", + "name": "ProbKey expander", + "description": "Expander for ProbKey", + "disabled": true, + "manualUrl": "https://marcboule.github.io/ImpromptuModular/#expanders", + "tags": [ + "Sequencer", + "Random", + "Polyphonic", + "Expander" + ] + }, { "slug": "Semi-ModularSynth", "name": "SMS16", diff --git a/manifests/RPJ.json b/manifests/RPJ.json new file mode 100644 index 00000000..8eaccff5 --- /dev/null +++ b/manifests/RPJ.json @@ -0,0 +1,25 @@ +{ + "slug": "RPJ", + "name": "RPJ", + "version": "1.0.0", + "license": "GPL-3.0-or-later", + "brand": "RPJ", + "author": "Robert Kock", + "authorEmail": "robert.kock@gmail.com", + "authorUrl": "", + "pluginUrl": "", + "manualUrl": "https://github.com/kockie69/RPJ/blob/main/README.md", + "sourceUrl": "https://github.com/kockie69/RPJ", + "donateUrl": "https://paypal.me/RPJVCV", + "changelogUrl": "https://github.com/kockie69/RPJ/blob/master/CHANGELOG.md", + "modules": [ + { + "slug": "Grendel", + "name": "Grendel", + "description": "Quadruple low frequency oscillator, inspired by XAOC Batumi", + "tags": [ + "LFO" + ] + } + ] +} \ No newline at end of file