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.

81 lines
1.9KB

  1. {
  2. "slug": "Skylights",
  3. "name": "Skylights",
  4. "brand": "Skrylar",
  5. "version": "1.0.2",
  6. "license": "GPL-3.0",
  7. "author": "Skrylar",
  8. "authorEmail": "joshua.cearley@gmail.com",
  9. "authorUrl": "https://github.com/Skrylar",
  10. "pluginUrl": "https://github.com/Skrylar/skylights-vcv",
  11. "manualUrl": "https://github.com/Skrylar/skylights-vcv",
  12. "sourceUrl": "https://github.com/Skrylar/skylights-vcv",
  13. "donateUrl": "https://www.ko-fi.com/V7V6RG3E",
  14. "modules": [
  15. {
  16. "slug": "SkAdrift",
  17. "name": "Adrift (Analogue Drift)",
  18. "description": "Randomized Sample and Hold, simulates minor analogue drift",
  19. "tags": [
  20. "Sample and hold"
  21. ]
  22. },
  23. {
  24. "slug": "SkTuringV2",
  25. "name": "Alan (Turing Machine)",
  26. "description": "A Whitwell turing machine.",
  27. "tags": [
  28. "Sequencer"
  29. ]
  30. },
  31. {
  32. "slug": "SkTuringPulse",
  33. "name": "Alan (Pulse Expander)",
  34. "description": "Turing Machine pulse expander",
  35. "tags": [
  36. "Utility"
  37. ]
  38. },
  39. {
  40. "slug": "SkTuringVolts",
  41. "name": "Alan (Volts Expander)",
  42. "description": "Turing Machine volts expander",
  43. "tags": [
  44. "Utility"
  45. ]
  46. },
  47. {
  48. "slug": "SkTuringVactrol",
  49. "name": "Alan (Digital Mix Expander)",
  50. "description": "A vactrol mix expander using digital signal attenuation.",
  51. "tags": [
  52. "Utility"
  53. ]
  54. },
  55. {
  56. "slug": "SkTuringVactrolAnalogue",
  57. "name": "Alan (Vactrol Mix Expander)",
  58. "description": "A vactrol mix expander using an emulated vactrol chip.",
  59. "tags": [
  60. "Utility"
  61. ]
  62. },
  63. {
  64. "slug": "SkWhatnoteCV",
  65. "name": "What Note?",
  66. "description": "A CV tuner.",
  67. "tags": [
  68. "Tuner",
  69. "Utility"
  70. ]
  71. },
  72. {
  73. "slug": "SkVactrolyzer",
  74. "name": "Vactrolyzer",
  75. "description": "An analogue modeled Vactrol.",
  76. "tags": [
  77. "Utility"
  78. ]
  79. }
  80. ]
  81. }