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.

202 lines
5.4KB

  1. {
  2. "slug": "Sparkette",
  3. "name": "Sparkette's Stuff",
  4. "version": "2.8.1",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "Sparkette's Stuff",
  7. "author": "Sara Sparks",
  8. "authorEmail": "flarn2006@gmail.com",
  9. "authorUrl": "",
  10. "pluginUrl": "",
  11. "manualUrl": "",
  12. "sourceUrl": "https://github.com/flarn2006/SparketteVCV",
  13. "donateUrl": "https://venmo.com/flarn2006",
  14. "changelogUrl": "",
  15. "modules": [
  16. {
  17. "slug": "Ellie",
  18. "name": "Ellie",
  19. "description": "Ellie is hiding on your rack as a blank panel!",
  20. "tags": [
  21. "Blank"
  22. ]
  23. },
  24. {
  25. "slug": "NoteClassifier",
  26. "name": "Note Classifier",
  27. "description": "Classifies the pitch of an incoming note (C, D, etc.) and turns on a different output for each pitch.",
  28. "tags": [
  29. "Utility",
  30. "Polyphonic"
  31. ]
  32. },
  33. {
  34. "slug": "PolyRepeater",
  35. "name": "Polyphonic Repeater",
  36. "description": "Converts a monophonic signal to a polyphonic signal where all channels have the same value. Outputs up to four copies of the polyphonic signal, because I had room for extra ports so why not?",
  37. "tags": [
  38. "Polyphonic",
  39. "Utility"
  40. ]
  41. },
  42. {
  43. "slug": "RGBMatrix16",
  44. "name": "RGB Matrix (16x16)",
  45. "description": "An array of RGB lights with built-in oscillators for generating and displaying patterns.",
  46. "tags": [
  47. "Visual",
  48. "Polyphonic"
  49. ]
  50. },
  51. {
  52. "slug": "RGBMatrix",
  53. "name": "RGB Matrix (32x32)",
  54. "description": "An array of RGB lights with built-in oscillators for generating and displaying patterns.",
  55. "tags": [
  56. "Visual",
  57. "Polyphonic"
  58. ]
  59. },
  60. {
  61. "slug": "RGBMatrix64",
  62. "name": "RGB Matrix (64x64)",
  63. "description": "An array of RGB lights with built-in oscillators for generating and displaying patterns.",
  64. "tags": [
  65. "Visual",
  66. "Polyphonic"
  67. ]
  68. },
  69. {
  70. "slug": "HSV2RGB",
  71. "name": "Color Wheel",
  72. "description": "Converts a color from HSV format to RGB values.",
  73. "tags": [
  74. "Utility",
  75. "Visual",
  76. "Polyphonic"
  77. ]
  78. },
  79. {
  80. "slug": "PolySelector",
  81. "name": "Polyphonic Selector",
  82. "description": "Selects one output (or more) from a polyphonic input based on the voltage from another input.",
  83. "tags": [
  84. "Polyphonic",
  85. "Utility",
  86. "Sequencer"
  87. ]
  88. },
  89. {
  90. "slug": "Functions",
  91. "name": "Functions",
  92. "description": "A selection of 1-in-1-out functions for various purposes.",
  93. "tags": [
  94. "Polyphonic",
  95. "Utility",
  96. "Waveshaper"
  97. ]
  98. },
  99. {
  100. "slug": "PolyCat",
  101. "name": "PolyCat",
  102. "description": "Concatenates up to five polyphonic inputs into a single output.",
  103. "tags": [
  104. "Polyphonic",
  105. "Utility"
  106. ]
  107. },
  108. {
  109. "slug": "Integrator",
  110. "name": "Dual Integrator",
  111. "description": "Modulates up to two values over time at variable speed. DMA compatible; try stacking multiple horizontally.",
  112. "tags": [
  113. "Dual",
  114. "Dynamics",
  115. "Function generator"
  116. ]
  117. },
  118. {
  119. "slug": "ColorMixer",
  120. "name": "Color Mixer",
  121. "description": "Provides layers for compositing images, e.g. for RGB Matrix modules.",
  122. "tags": [
  123. "Visual",
  124. "Mixer"
  125. ]
  126. },
  127. {
  128. "slug": "Busybox",
  129. "name": "Busybox",
  130. "description": "Multipurpose module containing four LFO's, two ADSR+VCA envelopes, and a noise generator.",
  131. "tags": [
  132. "Envelope generator",
  133. "Low-frequency oscillator",
  134. "Noise"
  135. ]
  136. },
  137. {
  138. "slug": "RAM40964",
  139. "name": "RAM-40964",
  140. "description": "64\u00d764\u00d74 planar random access memory, designed with RGB Matrix in mind. DMA compatible.",
  141. "tags": [
  142. "Digital",
  143. "Sample and hold",
  144. "Sequencer",
  145. "Polyphonic",
  146. "Visual"
  147. ]
  148. },
  149. {
  150. "slug": "Quadrants",
  151. "name": "Quadrants",
  152. "description": "Splits an XY coordinate plane into four segments, switching inputs based on the active segment. Useful with RGB Matrix and RAM-40964.",
  153. "tags": [
  154. "Clock modulator",
  155. "Switch"
  156. ]
  157. },
  158. {
  159. "slug": "VoltageRange",
  160. "name": "Voltage Range",
  161. "description": "Generates a smooth range of values between and including two specified voltages on a polyphonic output.",
  162. "tags": [
  163. "Utility",
  164. "Polyphonic"
  165. ]
  166. },
  167. {
  168. "slug": "Microcosm",
  169. "name": "Microcosm",
  170. "description": "5x5 Conway's Game of Life where each cell is individually controllable. DMA compatible.",
  171. "tags": [
  172. "Digital",
  173. "Sequencer"
  174. ]
  175. },
  176. {
  177. "slug": "DMAFX",
  178. "name": "DMA-FX",
  179. "description": "An expander that connects to an adjacent DMA-compatible module, providing a selection of miscellaneous effect triggers.",
  180. "tags": [
  181. "Visual",
  182. "Expander"
  183. ]
  184. },
  185. {
  186. "slug": "Accessor",
  187. "name": "Accessor",
  188. "description": "Connects to an adjacent DMA-compatible module to allow for reading and writing of memory.",
  189. "tags": [
  190. "Expander"
  191. ]
  192. },
  193. {
  194. "slug": "Trixie",
  195. "name": "Trixie",
  196. "description": "Trixie joins Ellie as a blank panel",
  197. "tags": [
  198. "Blank"
  199. ]
  200. }
  201. ]
  202. }