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.

92 lines
2.0KB

  1. {
  2. "slug": "QuantalAudio",
  3. "name": "QuantalAudio",
  4. "version": "2.0.1",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "QuantalAudio",
  7. "author": "Jansen Price",
  8. "authorEmail": "jansen.price@gmail.com",
  9. "authorUrl": "https://jansenprice.com",
  10. "pluginUrl": "https://github.com/sumpygump/quantal-audio",
  11. "manualUrl": "https://github.com/sumpygump/quantal-audio/blob/master/README.md",
  12. "sourceUrl": "https://github.com/sumpygump/quantal-audio",
  13. "donateUrl": "",
  14. "modules": [
  15. {
  16. "slug": "Blank1",
  17. "name": "Blank Panel | 1HP",
  18. "description": "Blank Panel | 1HP",
  19. "tags": [
  20. "Blank"
  21. ]
  22. },
  23. {
  24. "slug": "Blank3",
  25. "name": "Blank Panel | 3HP",
  26. "description": "Blank Panel | 3HP",
  27. "tags": [
  28. "Blank"
  29. ]
  30. },
  31. {
  32. "slug": "Blank5",
  33. "name": "Blank Panel | 5HP",
  34. "description": "Blank Panel | 5HP",
  35. "tags": [
  36. "Blank"
  37. ]
  38. },
  39. {
  40. "slug": "BufferedMult",
  41. "name": "Buffered Mult | 2HP",
  42. "description": "Buffered multiple 1->3 or 1->6",
  43. "tags": [
  44. "Multiple",
  45. "Polyphonic"
  46. ]
  47. },
  48. {
  49. "slug": "DaisyChannel",
  50. "name": "Daisy Mix Channel | 2HP",
  51. "description": "Modular mixer channel - daisy chainable",
  52. "tags": [
  53. "Mixer"
  54. ]
  55. },
  56. {
  57. "slug": "DaisyMaster",
  58. "name": "Daisy Mix Master | 3HP",
  59. "description": "Modular mixer master",
  60. "tags": [
  61. "Mixer",
  62. "VCA"
  63. ]
  64. },
  65. {
  66. "slug": "Horsehair",
  67. "name": "Horsehair VCO | 7HP",
  68. "description": "2x VCO saw to pulsewave",
  69. "tags": [
  70. "VCO"
  71. ]
  72. },
  73. {
  74. "slug": "Mixer2",
  75. "name": "Mixer 2 | Mono->Stereo | 5HP",
  76. "description": "Mono or stereo 2 channel mixer",
  77. "tags": [
  78. "Mixer",
  79. "Polyphonic"
  80. ]
  81. },
  82. {
  83. "slug": "UnityMix",
  84. "name": "Unity Mix | 2HP",
  85. "description": "Multiple 3->1 or 6->1",
  86. "tags": [
  87. "Multiple",
  88. "Polyphonic"
  89. ]
  90. }
  91. ]
  92. }