From 3a0b349d44ab1a40d9dd5a9b934fb0692be5a54d Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Wed, 23 Sep 2020 18:48:24 -0400 Subject: [PATCH] Update manifest for ZetaCarinae, KautenjaDSP-PotatoChips --- manifests-cache.json | 29 ++++++++++++- manifests/KautenjaDSP-PotatoChips.json | 58 +++++++++++++++++++++++++- manifests/ZetaCarinae.json | 35 ++++++++++++++++ 3 files changed, 119 insertions(+), 3 deletions(-) create mode 100644 manifests/ZetaCarinae.json diff --git a/manifests-cache.json b/manifests-cache.json index f5c58b8b..ebb008e7 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -8252,7 +8252,7 @@ } }, "KautenjaDSP-PotatoChips": { - "buildTimestamp": 1597601133.2387242, + "buildTimestamp": 1600901200.9661715, "creationTimestamp": 1594395479.9564288, "modules": { "2A03": { @@ -8278,6 +8278,21 @@ }, "GBS": { "creationTimestamp": 1597098561.9382496 + }, + "SCC": { + "creationTimestamp": 1600901203.0839667 + }, + "TURBO_GRAFX_16": { + "creationTimestamp": 1600901203.314859 + }, + "S_SMP": { + "creationTimestamp": 1600901203.5719094 + }, + "2413": { + "creationTimestamp": 1600901203.8281434 + }, + "2612": { + "creationTimestamp": 1600901204.0791442 } } }, @@ -8472,5 +8487,17 @@ "creationTimestamp": 1600106607.5861368 } } + }, + "ZetaCarinae": { + "buildTimestamp": 1600901115.0209222, + "creationTimestamp": 1600901204.393585, + "modules": { + "BrownianBridge": { + "creationTimestamp": 1600901204.6312776 + }, + "OrnsteinUhlenbeck": { + "creationTimestamp": 1600901204.9142423 + } + } } } \ No newline at end of file diff --git a/manifests/KautenjaDSP-PotatoChips.json b/manifests/KautenjaDSP-PotatoChips.json index 94502eec..b46260b5 100644 --- a/manifests/KautenjaDSP-PotatoChips.json +++ b/manifests/KautenjaDSP-PotatoChips.json @@ -1,6 +1,6 @@ { "slug": "KautenjaDSP-PotatoChips", - "version": "1.6.2", + "version": "1.7.1", "license": "GPL-3.0-or-later", "name": "KautenjaDSP Potato Chips", "brand": "KautenjaDSP", @@ -30,6 +30,16 @@ "Polyphonic" ] }, + { + "slug": "SCC", + "name": "SCC", + "description": "An emulation of the Konami SCC wavetable chip.", + "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/SCC.pdf", + "tags": [ + "Oscillator" + ], + "disabled": true + }, { "slug": "VRC6", "name": "VRC6", @@ -50,6 +60,16 @@ "Polyphonic" ] }, + { + "slug": "TURBO_GRAFX_16", + "name": "Turbo Grafx 16", + "description": "An emulation of the NEC Turbo Grafx 16 wavetable chip.", + "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/TURBO_GRAFX_16.pdf", + "tags": [ + "Oscillator" + ], + "disabled": true + }, { "slug": "GBS", "name": "GBS", @@ -61,6 +81,17 @@ "Polyphonic" ] }, + { + "slug": "S_SMP", + "name": "S-SMP", + "description": "An emulation of the Sony S-SMP chip from the Super Nintendo Entertainment System (SNES).", + "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/S_SMP.pdf", + "tags": [ + "Oscillator", + "Effect" + ], + "disabled": true + }, { "slug": "2A03", "name": "2A03", @@ -85,13 +116,36 @@ { "slug": "SN76489", "name": "SN76489", - "description": "An emulation of the Texas Instruments SN76489 chip from the Sega Master System.", + "description": "An emulation of the Texas Instruments SN76489 chip from the Sega Master System and Sega Mega Drive.", "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/sn76489.pdf", "tags": [ "Oscillator", "Noise", "Polyphonic" ] + }, + { + "slug": "2413", + "name": "2413", + "description": "An emulation of the Yamaha YM2413 FM synthesis chip from the Sega Mark III.", + "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/2413.pdf", + "tags": [ + "Oscillator", + "Noise" + ], + "disabled": true + }, + { + "slug": "2612", + "name": "2612", + "description": "An emulation of the Yamaha YM2612 FM synthesis chip from the Sega Master System and Sega Mega Drive.", + "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/2612.pdf", + "tags": [ + "Synth voice", + "Oscillator", + "Noise", + "Polyphonic" + ] } ] } \ No newline at end of file diff --git a/manifests/ZetaCarinae.json b/manifests/ZetaCarinae.json new file mode 100644 index 00000000..7f9baf80 --- /dev/null +++ b/manifests/ZetaCarinae.json @@ -0,0 +1,35 @@ +{ + "slug": "ZetaCarinae", + "name": "ZetaCarinae", + "version": "1.1.6", + "license": "GPL-3.0-or-later", + "brand": "ZetaCarinae", + "author": "Marshall Hampton", + "authorEmail": "hamptonio@gmail.com", + "authorUrl": "https://github.com/mhampton/ZetaCarinaeModules", + "pluginUrl": "", + "manualUrl": "", + "sourceUrl": "https://github.com/mhampton/ZetaCarinaeModules", + "donateUrl": "", + "changelogUrl": "", + "modules": [ + { + "slug": "BrownianBridge", + "name": "BrownianBridge", + "description": "Brownian bridge from one value to another", + "tags": [ + "Random", + "Utility" + ] + }, + { + "slug": "OrnsteinUhlenbeck", + "name": "OrnsteinUhlenbeck", + "description": "Ornstein-Uhlenbeck stochastic process", + "tags": [ + "Random", + "Utility" + ] + } + ] +} \ No newline at end of file