From fe717dfc887db500d5caa71a42ee6380f1dbb8fa Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 25 Apr 2020 22:33:32 -0400 Subject: [PATCH] Update manifest for Bidoo, Bogaudio, NoraCodes --- manifests-cache.json | 16 ++++++++++++++-- manifests/Bidoo.json | 2 +- manifests/Bogaudio.json | 2 +- manifests/NoraCodes.json | 36 ++++++++++++++++++++++++++++++++++++ 4 files changed, 52 insertions(+), 4 deletions(-) create mode 100644 manifests/NoraCodes.json diff --git a/manifests-cache.json b/manifests-cache.json index f53ab4c6..e34ec002 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -731,7 +731,7 @@ } }, "Bogaudio": { - "buildTimestamp": 1587750652.11736, + "buildTimestamp": 1587867850.564224, "creationTimestamp": 1518016501.0, "modules": { "Bogaudio-VCO": { @@ -4025,7 +4025,7 @@ } }, "Bidoo": { - "buildTimestamp": 1587576769.938918, + "buildTimestamp": 1587866977.461051, "creationTimestamp": 1518016501.0, "modules": { "vOId": { @@ -7452,5 +7452,17 @@ "creationTimestamp": 1587076105.2977908 } } + }, + "NoraCodes": { + "buildTimestamp": 1587867064.9509885, + "creationTimestamp": 1587867852.8621142, + "modules": { + "NoraCodes_FivesAstable": { + "creationTimestamp": 1587867853.251153 + }, + "NoraCodes_FivesAstableC": { + "creationTimestamp": 1587867853.4904718 + } + } } } \ No newline at end of file diff --git a/manifests/Bidoo.json b/manifests/Bidoo.json index c713da58..1a85ce4b 100644 --- a/manifests/Bidoo.json +++ b/manifests/Bidoo.json @@ -1,6 +1,6 @@ { "slug": "Bidoo", - "version": "1.1.18", + "version": "1.1.20", "license": "GPL-3.0-only", "name": "Bidoo", "brand": "Bidoo", diff --git a/manifests/Bogaudio.json b/manifests/Bogaudio.json index 94770008..55448184 100644 --- a/manifests/Bogaudio.json +++ b/manifests/Bogaudio.json @@ -1,7 +1,7 @@ { "slug": "Bogaudio", "name": "Bogaudio", - "version": "1.1.29", + "version": "1.1.30", "license": "GPL-3.0-or-later", "brand": "Bogaudio", "author": "Matt Demanett", diff --git a/manifests/NoraCodes.json b/manifests/NoraCodes.json new file mode 100644 index 00000000..22d52102 --- /dev/null +++ b/manifests/NoraCodes.json @@ -0,0 +1,36 @@ +{ + "slug": "NoraCodes", + "name": "NoraCodes", + "version": "1.2.0", + "license": "ISC", + "brand": "NoraCodes", + "author": "Leonora Tindall", + "authorEmail": "nora@nora.codes", + "authorUrl": "https://nora.codes", + "pluginUrl": "https://nora.codes/projects/fives", + "manualUrl": "https://github.com/NoraCodes/fives/blob/master/README.md", + "sourceUrl": "https://github.com/NoraCodes/fives", + "donateUrl": "https://patreon.com/NoraCodes", + "changelogUrl": "", + "modules": [ + { + "slug": "NoraCodes_FivesAstable", + "name": "Fives Astable", + "description": "Astable-mode 555 oscillator", + "tags": [ + "Clock generator", + "Low-frequency oscillator", + "Physical modeling" + ] + }, + { + "slug": "NoraCodes_FivesAstableC", + "name": "Fives Astable C", + "description": "Astable-mode 555 oscillator with period control and CV inputs.", + "tags": [ + "Oscillator", + "Physical modeling" + ] + } + ] +} \ No newline at end of file