You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
1.5KB

  1. {
  2. "slug": "KautenjaDSP-PotatoChips",
  3. "version": "1.3.4",
  4. "license": "GPL-3.0-or-later",
  5. "name": "KautenjaDSP Potato Chips",
  6. "brand": "KautenjaDSP",
  7. "author": "Christian Kauten",
  8. "authorEmail": "KautenjaDSP@gmail.com",
  9. "authorUrl": "https://kautenja.github.io/",
  10. "sourceUrl": "https://github.com/Kautenja/PotatoChips",
  11. "changelogUrl": "https://github.com/Kautenja/PotatoChips/blob/master/CHANGELOG.md",
  12. "modules": [
  13. {
  14. "slug": "2A03",
  15. "name": "2A03",
  16. "description": "An emulation of the Ricoh 2A03 audio processing unit.",
  17. "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/2A03.pdf",
  18. "tags": [
  19. "Oscillator",
  20. "Noise"
  21. ]
  22. },
  23. {
  24. "slug": "VRC6",
  25. "name": "VRC6",
  26. "description": "An emulation of the Konami VRC6 audio processing unit.",
  27. "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/VRC6.pdf",
  28. "tags": [
  29. "Oscillator"
  30. ]
  31. },
  32. {
  33. "slug": "FME7",
  34. "name": "FME7",
  35. "description": "An emulation of the Sunsoft FME-7 audio processing unit.",
  36. "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/FME7.pdf",
  37. "tags": [
  38. "Oscillator"
  39. ]
  40. },
  41. {
  42. "slug": "106",
  43. "name": "106",
  44. "description": "An emulation of the Namco 106 wavetable audio processing unit.",
  45. "manualUrl": "https://github.com/Kautenja/PotatoChips/releases/latest/download/106.pdf",
  46. "tags": [
  47. "Oscillator"
  48. ]
  49. }
  50. ]
  51. }