From 04c7e3b1f723ae55ec248de43b3feb8a8717ef2b Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Thu, 9 Jul 2020 00:47:02 -0400 Subject: [PATCH] Update manifest for voxglitch, IggyLabsModules, FrozenWasteland --- manifests-cache.json | 16 ++++++++++++++-- manifests/FrozenWasteland.json | 12 +++++++++++- manifests/IggyLabsModules.json | 27 +++++++++++++++++++++++++++ manifests/voxglitch.json | 2 +- 4 files changed, 53 insertions(+), 4 deletions(-) create mode 100644 manifests/IggyLabsModules.json diff --git a/manifests-cache.json b/manifests-cache.json index f51bbd63..dbdd7a6f 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -381,7 +381,7 @@ } }, "voxglitch": { - "buildTimestamp": 1593627728.1209161, + "buildTimestamp": 1594269468.9399242, "creationTimestamp": 1579792597.0, "modules": { "autobreak": { @@ -7320,7 +7320,7 @@ } }, "FrozenWasteland": { - "buildTimestamp": 1590414982.083904, + "buildTimestamp": 1594269723.001668, "creationTimestamp": 1518016501.0, "modules": { "BPMLFO": { @@ -7436,6 +7436,9 @@ }, "SeriouslySlowEG": { "creationTimestamp": 1589584931.6982238 + }, + "ProbablyNoteMN": { + "creationTimestamp": 1594269751.685945 } } }, @@ -8009,5 +8012,14 @@ "creationTimestamp": 1593967604.8185258 } } + }, + "IggyLabsModules": { + "buildTimestamp": 1594269749.4188628, + "creationTimestamp": 1594269751.191527, + "modules": { + "table": { + "creationTimestamp": 1594269751.4262383 + } + } } } \ No newline at end of file diff --git a/manifests/FrozenWasteland.json b/manifests/FrozenWasteland.json index 95efeb03..b3f96162 100644 --- a/manifests/FrozenWasteland.json +++ b/manifests/FrozenWasteland.json @@ -1,7 +1,7 @@ { "slug": "FrozenWasteland", "name": "Frozen Wasteland", - "version": "1.14.2", + "version": "1.15.0", "author": "almostEric", "license": "GPL-3.0-only", "authorEmail": "almostEric@frozenwastelandmodules.com", @@ -177,6 +177,16 @@ "Polyphonic" ] }, + { + "slug": "ProbablyNoteMN", + "name": "Probably Note - Math Nerd", + "description": "Probabilistic Quantizer using prime number based generative scales", + "tags": [ + "Quantizer", + "Random", + "Polyphonic" + ] + }, { "slug": "PNChordExpander", "name": "Probably Note - Chord Expander", diff --git a/manifests/IggyLabsModules.json b/manifests/IggyLabsModules.json new file mode 100644 index 00000000..44cd30dc --- /dev/null +++ b/manifests/IggyLabsModules.json @@ -0,0 +1,27 @@ +{ + "slug": "IggyLabsModules", + "name": "iggy.labs", + "version": "1.0.0", + "license": "GPL-3.0-or-later", + "brand": "iggy.labs", + "author": "Isabel Kaspriskie", + "authorEmail": "ikaspriskie@gmail.com", + "authorUrl": "", + "pluginUrl": "", + "manualUrl": "https://github.com/IggyLabs/IggyLabsModules/wiki/Manual", + "sourceUrl": "https://github.com/IggyLabs/IggyLabsModules", + "donateUrl": "https://www.buymeacoffee.com/iggylabs", + "changelogUrl": "", + "modules": [ + { + "slug": "table", + "name": "table", + "description": "Wavetable oscillator for user-imported wavetables", + "tags": [ + "oscillator", + "polyphonic" + ], + "manualUrl": "https://github.com/IggyLabs/IggyLabsModules/wiki/Oscillators#table" + } + ] +} \ No newline at end of file diff --git a/manifests/voxglitch.json b/manifests/voxglitch.json index cb56d435..2a0d77d5 100644 --- a/manifests/voxglitch.json +++ b/manifests/voxglitch.json @@ -1,7 +1,7 @@ { "slug": "voxglitch", "name": "Voxglitch", - "version": "1.17.0", + "version": "1.18.0", "license": "BSD-3-Clause", "brand": "Voxglitch", "author": "Bret Truchan",