diff --git a/manifests-cache.json b/manifests-cache.json index 85888cfd..b6b3dc13 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -758,7 +758,7 @@ } }, "Bogaudio": { - "buildTimestamp": 1596034394.3497224, + "buildTimestamp": 1597601683.6977673, "creationTimestamp": 1518016501.0, "modules": { "Bogaudio-VCO": { @@ -1039,6 +1039,9 @@ }, "Bogaudio-FourMan": { "creationTimestamp": 1595520297.1383526 + }, + "Bogaudio-RGate": { + "creationTimestamp": 1597601684.9544952 } } }, @@ -8162,7 +8165,7 @@ } }, "KautenjaDSP-PotatoChips": { - "buildTimestamp": 1597098089.7360668, + "buildTimestamp": 1597601133.2387242, "creationTimestamp": 1594395479.9564288, "modules": { "2A03": { diff --git a/manifests/Bogaudio.json b/manifests/Bogaudio.json index 6f4cb24e..1aa657a2 100644 --- a/manifests/Bogaudio.json +++ b/manifests/Bogaudio.json @@ -1,7 +1,7 @@ { "slug": "Bogaudio", "name": "Bogaudio", - "version": "1.1.33", + "version": "1.1.34", "license": "GPL-3.0-or-later", "brand": "Bogaudio", "author": "Matt Demanett", @@ -307,6 +307,16 @@ "Polyphonic" ] }, + { + "slug": "Bogaudio-RGate", + "name": "RGATE", + "description": "Clock-relative gate generator & clock divider/multiplier", + "manualUrl": "https://github.com/bogaudio/BogaudioModules/blob/master/README.md#rgate", + "tags": [ + "Clock modulator", + "Polyphonic" + ] + }, { "slug": "Bogaudio-Edge", "name": "EDGE", diff --git a/manifests/KautenjaDSP-PotatoChips.json b/manifests/KautenjaDSP-PotatoChips.json index f47c12ab..94502eec 100644 --- a/manifests/KautenjaDSP-PotatoChips.json +++ b/manifests/KautenjaDSP-PotatoChips.json @@ -1,6 +1,6 @@ { "slug": "KautenjaDSP-PotatoChips", - "version": "1.5.1", + "version": "1.6.2", "license": "GPL-3.0-or-later", "name": "KautenjaDSP Potato Chips", "brand": "KautenjaDSP", @@ -13,66 +13,73 @@ { "slug": "AY_3_8910", "name": "AY-3-8910", - "description": "An emulation of the General Instrument AY-3-8910 audio processing unit.", + "description": "An emulation of the General Instrument AY-3-8910 chip.", "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/AY_3_8910.pdf", "tags": [ - "Oscillator" + "Oscillator", + "Polyphonic" ] }, { "slug": "POKEY", "name": "POKEY", - "description": "An emulation of the Atari POKEY audio processing unit.", + "description": "An emulation of the Atari POKEY chip.", "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/POKEY.pdf", "tags": [ - "Oscillator" + "Oscillator", + "Polyphonic" ] }, { "slug": "VRC6", "name": "VRC6", - "description": "An emulation of the Konami VRC6 chip.", + "description": "An emulation of the Konami VRC6 chip from certain Nintendo Entertainment System (NES) cartridges.", "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/VRC6.pdf", "tags": [ - "Oscillator" + "Oscillator", + "Polyphonic" ] }, { "slug": "106", "name": "106", - "description": "An emulation of the Namco 106 wavetable chip.", + "description": "An emulation of the Namco 106 wavetable chip from certain Nintendo Entertainment System (NES) cartridges.", "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/106.pdf", "tags": [ - "Oscillator" + "Oscillator", + "Polyphonic" ] }, { "slug": "GBS", "name": "GBS", - "description": "An emulation of the Nintendo Gameboy Sound System audio processing unit.", + "description": "An emulation of the Nintendo Gameboy Sound System chip.", "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/GBS.pdf", "tags": [ "Oscillator", - "Noise" + "Noise", + "Polyphonic" ] }, { "slug": "2A03", "name": "2A03", - "description": "An emulation of the Ricoh 2A03 chip from the Nintendo Entertainment System.", + "description": "An emulation of the Ricoh 2A03 chip from the Nintendo Entertainment System (NES).", "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/2A03.pdf", "tags": [ "Oscillator", - "Noise" + "Noise", + "Polyphonic" ] }, { "slug": "FME7", "name": "FME7", - "description": "An emulation of the Sunsoft FME-7 chip.", + "description": "An emulation of the Sunsoft FME-7 chip from certain Nintendo Entertainment System (NES) cartridges.", "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/FME7.pdf", "tags": [ - "Oscillator" + "Oscillator", + "Polyphonic" ] }, { @@ -82,7 +89,8 @@ "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/sn76489.pdf", "tags": [ "Oscillator", - "Noise" + "Noise", + "Polyphonic" ] } ]