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.

224 lines
6.0KB

  1. {
  2. "slug": "GrandeModular",
  3. "name": "Grande",
  4. "version": "2.3.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": "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": "LFO3",
  28. "name": "LFO3",
  29. "description": "Triple low-frequency bipolar sine oscillator with FM.",
  30. "manualUrl": "https://github.com/dbgrande/GrandeModular/#lfo3",
  31. "tags": [
  32. "Low-frequency oscillator",
  33. "Polyphonic"
  34. ]
  35. },
  36. {
  37. "slug": "Logic",
  38. "name": "Logic",
  39. "description": "Polyphonic logic gates. Includes two single-input modes: apply across all A channels, and invert all B channels.",
  40. "manualUrl": "https://github.com/dbgrande/GrandeModular/#logic",
  41. "tags": [
  42. "Logic",
  43. "Polyphonic"
  44. ]
  45. },
  46. {
  47. "slug": "Merge8",
  48. "name": "Merge8",
  49. "description": "8-channel polyphonic merge.",
  50. "manualUrl": "https://github.com/dbgrande/GrandeModular/#merge8",
  51. "tags": [
  52. "Utility",
  53. "Polyphonic"
  54. ]
  55. },
  56. {
  57. "slug": "MergeSplit4",
  58. "name": "MergeSplit4",
  59. "description": "4-channel polyphonic merge and split.",
  60. "manualUrl": "https://github.com/dbgrande/GrandeModular/#mergesplit4-ms4",
  61. "tags": [
  62. "Utility",
  63. "Polyphonic"
  64. ]
  65. },
  66. {
  67. "slug": "MicrotonalChords",
  68. "name": "Microtonal Chords",
  69. "description": "Microtonal quad chord generator.",
  70. "keywords": "microtonal",
  71. "manualUrl": "https://github.com/dbgrande/GrandeModular/#microtonalchords",
  72. "tags": [
  73. "Utility",
  74. "Polyphonic"
  75. ]
  76. },
  77. {
  78. "slug": "MicrotonalNotes",
  79. "name": "Microtonal Notes",
  80. "description": "Microtonal octal note generator.",
  81. "keywords": "microtonal",
  82. "manualUrl": "https://github.com/dbgrande/GrandeModular/#microtonalnotes",
  83. "tags": [
  84. "Utility",
  85. "Polyphonic"
  86. ]
  87. },
  88. {
  89. "slug": "NoteMT",
  90. "name": "NoteMT",
  91. "description": "Microtonal note utility.",
  92. "keywords": "microtonal",
  93. "manualUrl": "https://github.com/dbgrande/GrandeModular/#notemt",
  94. "tags": [
  95. "Utility",
  96. "Polyphonic"
  97. ]
  98. },
  99. {
  100. "slug": "Peak",
  101. "name": "Peak",
  102. "description": "Captures polyphonic min/max peaks.",
  103. "manualUrl": "https://github.com/dbgrande/GrandeModular/#peak",
  104. "tags": [
  105. "Utility",
  106. "Polyphonic"
  107. ]
  108. },
  109. {
  110. "slug": "PolyMergeResplit",
  111. "name": "PolyMergeResplit",
  112. "description": "Poly-to-poly Merge and Resplit back to the same channel widths.",
  113. "manualUrl": "https://github.com/dbgrande/GrandeModular/#polymergeresplit-pmr",
  114. "tags": [
  115. "Utility",
  116. "Polyphonic"
  117. ]
  118. },
  119. {
  120. "slug": "PolySplit",
  121. "name": "PolySplit",
  122. "description": "Poly-to-poly splitter with visual selection of channel split points.",
  123. "manualUrl": "https://github.com/dbgrande/GrandeModular/#polysplit",
  124. "tags": [
  125. "Utility",
  126. "Polyphonic"
  127. ]
  128. },
  129. {
  130. "slug": "Quant",
  131. "name": "Quant",
  132. "description": "Quantizer with equi-likely notes mode.",
  133. "manualUrl": "https://github.com/dbgrande/GrandeModular/#quant",
  134. "tags": [
  135. "Quantizer",
  136. "Polyphonic"
  137. ]
  138. },
  139. {
  140. "slug": "QuantIntervals",
  141. "name": "Quant Intervals",
  142. "description": "Microtonal quantizer based on pitch intervals.",
  143. "keywords": "microtonal",
  144. "manualUrl": "https://github.com/dbgrande/GrandeModular/#quantintervals",
  145. "tags": [
  146. "Quantizer",
  147. "Polyphonic"
  148. ]
  149. },
  150. {
  151. "slug": "QuantMT",
  152. "name": "QuantMT",
  153. "description": "Microtonal quantizer.",
  154. "keywords": "microtonal",
  155. "manualUrl": "https://github.com/dbgrande/GrandeModular/#quantmt",
  156. "tags": [
  157. "Quantizer",
  158. "Polyphonic"
  159. ]
  160. },
  161. {
  162. "slug": "SampleDelays",
  163. "name": "SampleDelays",
  164. "description": "Provides multiple sample delay options.",
  165. "manualUrl": "https://github.com/dbgrande/GrandeModular/#sampledelays-sd",
  166. "tags": [
  167. "Delay",
  168. "Polyphonic"
  169. ]
  170. },
  171. {
  172. "slug": "Scale",
  173. "name": "Scale",
  174. "description": "Additional scales for Quant.",
  175. "manualUrl": "https://github.com/dbgrande/GrandeModular/#scale",
  176. "tags": [
  177. "Utility",
  178. "Polyphonic"
  179. ]
  180. },
  181. {
  182. "slug": "Split8",
  183. "name": "Split8",
  184. "description": "8-channel polyphonic split.",
  185. "manualUrl": "https://github.com/dbgrande/GrandeModular/#split8",
  186. "tags": [
  187. "Utility",
  188. "Polyphonic"
  189. ]
  190. },
  191. {
  192. "slug": "Tails",
  193. "name": "Tails",
  194. "description": "Mono to poly sequential note splitter\u2014helps preserve envelope tails.",
  195. "manualUrl": "https://github.com/dbgrande/GrandeModular/#tails",
  196. "tags": [
  197. "Utility",
  198. "Polyphonic",
  199. "Voltage-controlled amplifier"
  200. ]
  201. },
  202. {
  203. "slug": "VarSampleDelays",
  204. "name": "VarSampleDelays",
  205. "description": "Quad independent variable sample-delay buffers.",
  206. "manualUrl": "https://github.com/dbgrande/GrandeModular/#varsampledelays-vsd",
  207. "tags": [
  208. "Delay",
  209. "Polyphonic",
  210. "Quad"
  211. ]
  212. },
  213. {
  214. "slug": "VCA3",
  215. "name": "VCA3",
  216. "description": "Triple voltage-controlled amplifier.",
  217. "manualUrl": "https://github.com/dbgrande/GrandeModular/#vca3",
  218. "tags": [
  219. "Voltage-controlled amplifier",
  220. "Polyphonic"
  221. ]
  222. }
  223. ]
  224. }