Browse Source

Update manifest for KautenjaDSP-PotatoChips, Bogaudio

v1
Andrew Belt 4 years ago
parent
commit
433b487c33
3 changed files with 40 additions and 19 deletions
  1. +5
    -2
      manifests-cache.json
  2. +11
    -1
      manifests/Bogaudio.json
  3. +24
    -16
      manifests/KautenjaDSP-PotatoChips.json

+ 5
- 2
manifests-cache.json View File

@@ -758,7 +758,7 @@
} }
}, },
"Bogaudio": { "Bogaudio": {
"buildTimestamp": 1596034394.3497224,
"buildTimestamp": 1597601683.6977673,
"creationTimestamp": 1518016501.0, "creationTimestamp": 1518016501.0,
"modules": { "modules": {
"Bogaudio-VCO": { "Bogaudio-VCO": {
@@ -1039,6 +1039,9 @@
}, },
"Bogaudio-FourMan": { "Bogaudio-FourMan": {
"creationTimestamp": 1595520297.1383526 "creationTimestamp": 1595520297.1383526
},
"Bogaudio-RGate": {
"creationTimestamp": 1597601684.9544952
} }
} }
}, },
@@ -8162,7 +8165,7 @@
} }
}, },
"KautenjaDSP-PotatoChips": { "KautenjaDSP-PotatoChips": {
"buildTimestamp": 1597098089.7360668,
"buildTimestamp": 1597601133.2387242,
"creationTimestamp": 1594395479.9564288, "creationTimestamp": 1594395479.9564288,
"modules": { "modules": {
"2A03": { "2A03": {


+ 11
- 1
manifests/Bogaudio.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "Bogaudio", "slug": "Bogaudio",
"name": "Bogaudio", "name": "Bogaudio",
"version": "1.1.33",
"version": "1.1.34",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"brand": "Bogaudio", "brand": "Bogaudio",
"author": "Matt Demanett", "author": "Matt Demanett",
@@ -307,6 +307,16 @@
"Polyphonic" "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", "slug": "Bogaudio-Edge",
"name": "EDGE", "name": "EDGE",


+ 24
- 16
manifests/KautenjaDSP-PotatoChips.json View File

@@ -1,6 +1,6 @@
{ {
"slug": "KautenjaDSP-PotatoChips", "slug": "KautenjaDSP-PotatoChips",
"version": "1.5.1",
"version": "1.6.2",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"name": "KautenjaDSP Potato Chips", "name": "KautenjaDSP Potato Chips",
"brand": "KautenjaDSP", "brand": "KautenjaDSP",
@@ -13,66 +13,73 @@
{ {
"slug": "AY_3_8910", "slug": "AY_3_8910",
"name": "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", "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/AY_3_8910.pdf",
"tags": [ "tags": [
"Oscillator"
"Oscillator",
"Polyphonic"
] ]
}, },
{ {
"slug": "POKEY", "slug": "POKEY",
"name": "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", "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/POKEY.pdf",
"tags": [ "tags": [
"Oscillator"
"Oscillator",
"Polyphonic"
] ]
}, },
{ {
"slug": "VRC6", "slug": "VRC6",
"name": "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", "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/VRC6.pdf",
"tags": [ "tags": [
"Oscillator"
"Oscillator",
"Polyphonic"
] ]
}, },
{ {
"slug": "106", "slug": "106",
"name": "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", "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/106.pdf",
"tags": [ "tags": [
"Oscillator"
"Oscillator",
"Polyphonic"
] ]
}, },
{ {
"slug": "GBS", "slug": "GBS",
"name": "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", "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/GBS.pdf",
"tags": [ "tags": [
"Oscillator", "Oscillator",
"Noise"
"Noise",
"Polyphonic"
] ]
}, },
{ {
"slug": "2A03", "slug": "2A03",
"name": "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", "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/2A03.pdf",
"tags": [ "tags": [
"Oscillator", "Oscillator",
"Noise"
"Noise",
"Polyphonic"
] ]
}, },
{ {
"slug": "FME7", "slug": "FME7",
"name": "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", "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/FME7.pdf",
"tags": [ "tags": [
"Oscillator"
"Oscillator",
"Polyphonic"
] ]
}, },
{ {
@@ -82,7 +89,8 @@
"manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/sn76489.pdf", "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/sn76489.pdf",
"tags": [ "tags": [
"Oscillator", "Oscillator",
"Noise"
"Noise",
"Polyphonic"
] ]
} }
] ]

Loading…
Cancel
Save