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.

90 lines
2.4KB

  1. {
  2. "slug": "Sparkette",
  3. "name": "Sparkette's Stuff",
  4. "version": "2.3.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. }