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.

62 lines
1.6KB

  1. {
  2. "slug": "Sparkette",
  3. "name": "Sparkette's Stuff",
  4. "version": "2.2.0",
  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": "RGBMatrix",
  44. "name": "RGB Matrix",
  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": "HSV2RGB",
  53. "name": "Color Wheel",
  54. "description": "Converts a color from HSV format to RGB values.",
  55. "tags": [
  56. "Utility",
  57. "Visual",
  58. "Polyphonic"
  59. ]
  60. }
  61. ]
  62. }