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.

130 lines
2.4KB

  1. {
  2. "slug": "DigitalAtavism",
  3. "name": "DigitalAtavism",
  4. "version": "2.0.0",
  5. "license": "MIT",
  6. "brand": "Digital Atavism",
  7. "author": "Shawn Laptiste",
  8. "authorEmail": "shawnlaptiste@gmail.com",
  9. "authorUrl": "https://linktr.ee/lazerfalcon",
  10. "pluginUrl": "",
  11. "manualUrl": "",
  12. "sourceUrl": "",
  13. "donateUrl": "",
  14. "changelogUrl": "",
  15. "modules": [
  16. {
  17. "slug": "Blip",
  18. "name": "Blip",
  19. "description": "Generates digital blip sounds",
  20. "tags": [
  21. "digital",
  22. "envelope generator",
  23. "oscillator",
  24. "synth voice"
  25. ],
  26. "keywords": [
  27. "blip",
  28. "bleep",
  29. "sfxr",
  30. "sfx",
  31. "8-bit",
  32. "nintendo",
  33. "pixel",
  34. "games",
  35. "videogames"
  36. ]
  37. },
  38. {
  39. "slug": "Coin",
  40. "name": "Coin",
  41. "description": "Generates digital coin-up sounds",
  42. "tags": [
  43. "digital",
  44. "envelope generator",
  45. "oscillator",
  46. "synth voice"
  47. ],
  48. "keywords": [
  49. "coin",
  50. "coins",
  51. "sfxr",
  52. "sfx",
  53. "8-bit",
  54. "nintendo",
  55. "pixel",
  56. "games",
  57. "videogames"
  58. ]
  59. },
  60. {
  61. "slug": "DTrig",
  62. "name": "DTrig",
  63. "description": "Delayed trigger",
  64. "tags": [
  65. "clock generator",
  66. "digital",
  67. "delay",
  68. "utility"
  69. ],
  70. "keywords": [
  71. "sfxr",
  72. "sfx",
  73. "8-bit",
  74. "nintendo",
  75. "pixel",
  76. "games",
  77. "videogames"
  78. ]
  79. },
  80. {
  81. "slug": "Hit",
  82. "name": "Hit",
  83. "description": "Generates digital hit sounds",
  84. "tags": [
  85. "digital",
  86. "envelope generator",
  87. "oscillator",
  88. "noise",
  89. "synth voice"
  90. ],
  91. "keywords": [
  92. "hit",
  93. "hurt",
  94. "sfxr",
  95. "sfx",
  96. "8-bit",
  97. "nintendo",
  98. "pixel",
  99. "games",
  100. "videogames"
  101. ]
  102. },
  103. {
  104. "slug": "UT-P",
  105. "name": "UT-P",
  106. "description": "Voltage-Controlled Switch",
  107. "tags": [
  108. "polyphonic",
  109. "switch",
  110. "utility"
  111. ],
  112. "keywords": [
  113. "voltage-controlled"
  114. ]
  115. },
  116. {
  117. "slug": "UT-OX",
  118. "name": "UT-OX",
  119. "description": "Voltage-Controlled Switch Output Expander",
  120. "tags": [
  121. "expander",
  122. "switch",
  123. "utility"
  124. ],
  125. "keywords": [
  126. "voltage-controlled"
  127. ]
  128. }
  129. ]
  130. }