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.

150 lines
4.0KB

  1. {
  2. "slug": "GrandeModular",
  3. "name": "Grande",
  4. "version": "1.9.1",
  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": "Clip",
  17. "name": "Clip",
  18. "description": "Polyphonic hard clipper and visual clip monitor.",
  19. "manualUrl": "https://github.com/dbgrande/GrandeModular/#clip",
  20. "tags": [
  21. "Limiter",
  22. "Visual",
  23. "Polyphonic"
  24. ]
  25. },
  26. {
  27. "slug": "MergeSplit4",
  28. "name": "MergeSplit4",
  29. "description": "4-channel polyphonic merge and split.",
  30. "manualUrl": "https://github.com/dbgrande/GrandeModular/#mergesplit4-ms4",
  31. "tags": [
  32. "Utility",
  33. "Polyphonic"
  34. ]
  35. },
  36. {
  37. "slug": "MicrotonalChords",
  38. "name": "Microtonal Chords",
  39. "description": "Microtonal quad chord generator.",
  40. "manualUrl": "https://github.com/dbgrande/GrandeModular/#microtonalchords",
  41. "tags": [
  42. "Utility",
  43. "Polyphonic"
  44. ]
  45. },
  46. {
  47. "slug": "MicrotonalNotes",
  48. "name": "Microtonal Notes",
  49. "description": "Microtonal octal note generator.",
  50. "manualUrl": "https://github.com/dbgrande/GrandeModular/#microtonalnotes",
  51. "tags": [
  52. "Utility",
  53. "Polyphonic"
  54. ]
  55. },
  56. {
  57. "slug": "NoteMT",
  58. "name": "NoteMT",
  59. "description": "Microtonal note utility.",
  60. "manualUrl": "https://github.com/dbgrande/GrandeModular/#notemt",
  61. "tags": [
  62. "Utility",
  63. "Polyphonic"
  64. ]
  65. },
  66. {
  67. "slug": "PolyMergeResplit",
  68. "name": "PolyMergeResplit",
  69. "description": "Poly-to-poly Merge and Resplit back to the same channel widths.",
  70. "manualUrl": "https://github.com/dbgrande/GrandeModular/#polymergeresplit-pmr",
  71. "tags": [
  72. "Utility",
  73. "Polyphonic"
  74. ]
  75. },
  76. {
  77. "slug": "Quant",
  78. "name": "Quant",
  79. "description": "Quantizer with equi-likely notes mode.",
  80. "manualUrl": "https://github.com/dbgrande/GrandeModular/#quant",
  81. "tags": [
  82. "Quantizer",
  83. "Polyphonic"
  84. ]
  85. },
  86. {
  87. "slug": "QuantIntervals",
  88. "name": "Quant Intervals",
  89. "description": "Microtonal quantizer based on pitch intervals.",
  90. "manualUrl": "https://github.com/dbgrande/GrandeModular/#quantintervals",
  91. "tags": [
  92. "Quantizer",
  93. "Polyphonic"
  94. ]
  95. },
  96. {
  97. "slug": "QuantMT",
  98. "name": "QuantMT",
  99. "description": "Microtonal quantizer.",
  100. "manualUrl": "https://github.com/dbgrande/GrandeModular/#quantmt",
  101. "tags": [
  102. "Quantizer",
  103. "Polyphonic"
  104. ]
  105. },
  106. {
  107. "slug": "SampleDelays",
  108. "name": "SampleDelays",
  109. "description": "Provides multiple sample delay options.",
  110. "manualUrl": "https://github.com/dbgrande/GrandeModular/#sampledelays-sd",
  111. "tags": [
  112. "Delay",
  113. "Polyphonic"
  114. ]
  115. },
  116. {
  117. "slug": "Scale",
  118. "name": "Scale",
  119. "description": "Additional scales for Quant.",
  120. "manualUrl": "https://github.com/dbgrande/GrandeModular/#scale",
  121. "tags": [
  122. "Utility",
  123. "Polyphonic"
  124. ]
  125. },
  126. {
  127. "slug": "Tails",
  128. "name": "Tails",
  129. "description": "Mono to poly sequential note splitter\u2014helps preserve envelope tails.",
  130. "manualUrl": "https://github.com/dbgrande/GrandeModular/#tails",
  131. "tags": [
  132. "Utility",
  133. "Polyphonic",
  134. "Attenuator",
  135. "Voltage-controlled amplifier"
  136. ]
  137. },
  138. {
  139. "slug": "VarSampleDelays",
  140. "name": "VarSampleDelays",
  141. "description": "Quad independent variable sample-delay buffers.",
  142. "manualUrl": "https://github.com/dbgrande/GrandeModular/#varsampledelays-vsd",
  143. "tags": [
  144. "Delay",
  145. "Polyphonic",
  146. "Quad"
  147. ]
  148. }
  149. ]
  150. }