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.

118 lines
3.1KB

  1. {
  2. "slug": "GrandeModular",
  3. "name": "Grande",
  4. "version": "1.7.0",
  5. "license": "GPL-3.0-or-later",
  6. "author": "David Grande",
  7. "authorEmail": "dbgrande246@gmail.com",
  8. "authorUrl": "",
  9. "pluginUrl": "",
  10. "manualUrl": "https://github.com/dbgrande/GrandeModular",
  11. "sourceUrl": "https://github.com/dbgrande/GrandeModular",
  12. "donateUrl": "",
  13. "changelogUrl": "",
  14. "modules": [
  15. {
  16. "slug": "MergeSplit4",
  17. "name": "MergeSplit4",
  18. "description": "4-channel polyphonic merge and split.",
  19. "manualUrl": "https://github.com/dbgrande/GrandeModular/#mergesplit4-ms4",
  20. "tags": [
  21. "Utility",
  22. "Polyphonic"
  23. ]
  24. },
  25. {
  26. "slug": "MicrotonalChords",
  27. "name": "Microtonal Chords",
  28. "description": "Microtonal quad chord generator.",
  29. "manualUrl": "https://github.com/dbgrande/GrandeModular/#microtonalchords",
  30. "tags": [
  31. "Utility",
  32. "Polyphonic"
  33. ]
  34. },
  35. {
  36. "slug": "MicrotonalNotes",
  37. "name": "Microtonal Notes",
  38. "description": "Microtonal octal note generator.",
  39. "manualUrl": "https://github.com/dbgrande/GrandeModular/#microtonalnotes",
  40. "tags": [
  41. "Utility",
  42. "Polyphonic"
  43. ]
  44. },
  45. {
  46. "slug": "NoteMT",
  47. "name": "NoteMT",
  48. "description": "Microtonal note utility.",
  49. "manualUrl": "https://github.com/dbgrande/GrandeModular/#notemt",
  50. "tags": [
  51. "Utility",
  52. "Polyphonic"
  53. ]
  54. },
  55. {
  56. "slug": "Quant",
  57. "name": "Quant",
  58. "description": "Quantizer with equi-likely notes mode.",
  59. "manualUrl": "https://github.com/dbgrande/GrandeModular/#quant",
  60. "tags": [
  61. "Quantizer",
  62. "Polyphonic"
  63. ]
  64. },
  65. {
  66. "slug": "QuantIntervals",
  67. "name": "Quant Intervals",
  68. "description": "Microtonal quantizer based on pitch intervals.",
  69. "manualUrl": "https://github.com/dbgrande/GrandeModular/#quantintervals",
  70. "tags": [
  71. "Quantizer",
  72. "Polyphonic"
  73. ]
  74. },
  75. {
  76. "slug": "QuantMT",
  77. "name": "QuantMT",
  78. "description": "Microtonal quantizer.",
  79. "manualUrl": "https://github.com/dbgrande/GrandeModular/#quantmt",
  80. "tags": [
  81. "Quantizer",
  82. "Polyphonic"
  83. ]
  84. },
  85. {
  86. "slug": "SampleDelays",
  87. "name": "SampleDelays",
  88. "description": "Provides multiple sample delay options.",
  89. "manualUrl": "https://github.com/dbgrande/GrandeModular/#sampledelays-sd",
  90. "tags": [
  91. "Delay",
  92. "Polyphonic"
  93. ]
  94. },
  95. {
  96. "slug": "Scale",
  97. "name": "Scale",
  98. "description": "Additional scales for Quant.",
  99. "manualUrl": "https://github.com/dbgrande/GrandeModular/#scale",
  100. "tags": [
  101. "Utility",
  102. "Polyphonic"
  103. ]
  104. },
  105. {
  106. "slug": "Tails",
  107. "name": "Tails",
  108. "description": "Mono to poly sequential note splitter\u2014helps preserve envelope tails.",
  109. "manualUrl": "https://github.com/dbgrande/GrandeModular/#tails",
  110. "tags": [
  111. "Utility",
  112. "Polyphonic",
  113. "Attenuator",
  114. "Voltage-controlled amplifier"
  115. ]
  116. }
  117. ]
  118. }