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.

278 lines
7.5KB

  1. {
  2. "slug": "GrandeModular",
  3. "name": "Grande",
  4. "version": "2.7.2",
  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": "Compare3",
  28. "name": "Compare3",
  29. "description": "Three windowed comparators with common input.",
  30. "keywords": "window",
  31. "manualUrl": "https://github.com/dbgrande/GrandeModular/#compare3",
  32. "tags": [
  33. "Logic",
  34. "Polyphonic"
  35. ]
  36. },
  37. {
  38. "slug": "LFO3",
  39. "name": "LFO3",
  40. "description": "Three individual bipolar sine LFOs with separate frequency inputs.",
  41. "manualUrl": "https://github.com/dbgrande/GrandeModular/#lfo3",
  42. "tags": [
  43. "Low-frequency oscillator",
  44. "Polyphonic"
  45. ]
  46. },
  47. {
  48. "slug": "LFO4",
  49. "name": "LFO4",
  50. "description": "Four ratioed bipolar sine LFOs with common primary frequency input.",
  51. "manualUrl": "https://github.com/dbgrande/GrandeModular/#lfo4",
  52. "tags": [
  53. "Low-frequency oscillator",
  54. "Polyphonic"
  55. ]
  56. },
  57. {
  58. "slug": "Logic",
  59. "name": "Logic",
  60. "description": "Polyphonic logic gates. (Gates also include two single-input modes: apply across all A channels, and invert all B channels.)",
  61. "manualUrl": "https://github.com/dbgrande/GrandeModular/#logic",
  62. "tags": [
  63. "Logic",
  64. "Polyphonic"
  65. ]
  66. },
  67. {
  68. "slug": "Merge8",
  69. "name": "Merge8",
  70. "description": "8-channel polyphonic merge.",
  71. "manualUrl": "https://github.com/dbgrande/GrandeModular/#merge8",
  72. "tags": [
  73. "Utility",
  74. "Polyphonic"
  75. ]
  76. },
  77. {
  78. "slug": "MergeSplit4",
  79. "name": "MergeSplit4",
  80. "description": "4-channel polyphonic merge and split.",
  81. "manualUrl": "https://github.com/dbgrande/GrandeModular/#mergesplit4-ms4",
  82. "tags": [
  83. "Utility",
  84. "Polyphonic"
  85. ]
  86. },
  87. {
  88. "slug": "MicrotonalChords",
  89. "name": "Microtonal Chords",
  90. "description": "Microtonal quad chord generator.",
  91. "keywords": "microtonal",
  92. "manualUrl": "https://github.com/dbgrande/GrandeModular/#microtonalchords",
  93. "tags": [
  94. "Utility",
  95. "Polyphonic"
  96. ]
  97. },
  98. {
  99. "slug": "MicrotonalNotes",
  100. "name": "Microtonal Notes",
  101. "description": "Microtonal octal note generator.",
  102. "keywords": "microtonal",
  103. "manualUrl": "https://github.com/dbgrande/GrandeModular/#microtonalnotes",
  104. "tags": [
  105. "Utility",
  106. "Polyphonic"
  107. ]
  108. },
  109. {
  110. "slug": "NoteMT",
  111. "name": "NoteMT",
  112. "description": "Microtonal note utility.",
  113. "keywords": "microtonal",
  114. "manualUrl": "https://github.com/dbgrande/GrandeModular/#notemt",
  115. "tags": [
  116. "Utility",
  117. "Polyphonic"
  118. ]
  119. },
  120. {
  121. "slug": "Peak",
  122. "name": "Peak",
  123. "description": "Captures polyphonic min/max peaks.",
  124. "keywords": "min max",
  125. "manualUrl": "https://github.com/dbgrande/GrandeModular/#peak",
  126. "tags": [
  127. "Utility",
  128. "Polyphonic"
  129. ]
  130. },
  131. {
  132. "slug": "PolyMergeResplit",
  133. "name": "PolyMergeResplit",
  134. "description": "Poly-to-poly Merge and Resplit back to the same channel widths.",
  135. "manualUrl": "https://github.com/dbgrande/GrandeModular/#polymergeresplit-pmr",
  136. "tags": [
  137. "Utility",
  138. "Polyphonic"
  139. ]
  140. },
  141. {
  142. "slug": "PolySplit",
  143. "name": "PolySplit",
  144. "description": "Poly-to-poly splitter with visual selection of channel split points.",
  145. "manualUrl": "https://github.com/dbgrande/GrandeModular/#polysplit",
  146. "tags": [
  147. "Utility",
  148. "Polyphonic"
  149. ]
  150. },
  151. {
  152. "slug": "Push",
  153. "name": "Push",
  154. "description": "Polyphonic push-button switches.",
  155. "keywords": "button switch",
  156. "manualUrl": "https://github.com/dbgrande/GrandeModular/#push",
  157. "tags": [
  158. "Utility",
  159. "Polyphonic"
  160. ]
  161. },
  162. {
  163. "slug": "Quant",
  164. "name": "Quant",
  165. "description": "Quantizer with equi-likely notes mode.",
  166. "manualUrl": "https://github.com/dbgrande/GrandeModular/#quant",
  167. "tags": [
  168. "Quantizer",
  169. "Polyphonic"
  170. ]
  171. },
  172. {
  173. "slug": "QuantIntervals",
  174. "name": "Quant Intervals",
  175. "description": "Microtonal quantizer based on pitch intervals.",
  176. "keywords": "microtonal",
  177. "manualUrl": "https://github.com/dbgrande/GrandeModular/#quantintervals",
  178. "tags": [
  179. "Quantizer",
  180. "Polyphonic"
  181. ]
  182. },
  183. {
  184. "slug": "QuantMT",
  185. "name": "QuantMT",
  186. "description": "Microtonal quantizer.",
  187. "keywords": "microtonal",
  188. "manualUrl": "https://github.com/dbgrande/GrandeModular/#quantmt",
  189. "tags": [
  190. "Quantizer",
  191. "Polyphonic"
  192. ]
  193. },
  194. {
  195. "slug": "SampleDelays",
  196. "name": "SampleDelays",
  197. "description": "Provides multiple sample delay options.",
  198. "manualUrl": "https://github.com/dbgrande/GrandeModular/#sampledelays-sd",
  199. "tags": [
  200. "Delay",
  201. "Polyphonic"
  202. ]
  203. },
  204. {
  205. "slug": "Scale",
  206. "name": "Scale",
  207. "description": "Additional scales for Quant.",
  208. "manualUrl": "https://github.com/dbgrande/GrandeModular/#scale",
  209. "tags": [
  210. "Utility",
  211. "Polyphonic"
  212. ]
  213. },
  214. {
  215. "slug": "Split8",
  216. "name": "Split8",
  217. "description": "8-channel polyphonic split.",
  218. "manualUrl": "https://github.com/dbgrande/GrandeModular/#split8",
  219. "tags": [
  220. "Utility",
  221. "Polyphonic"
  222. ]
  223. },
  224. {
  225. "slug": "Tails",
  226. "name": "Tails",
  227. "description": "Mono-to-poly sequential note splitter\u2014helps preserve envelope tails.",
  228. "manualUrl": "https://github.com/dbgrande/GrandeModular/#tails",
  229. "tags": [
  230. "Utility",
  231. "Polyphonic",
  232. "Voltage-controlled amplifier"
  233. ]
  234. },
  235. {
  236. "slug": "Tails4",
  237. "name": "Tails4",
  238. "description": "Quad mono-to-poly sequential note splitter with common outputs\u2014helps preserve envelope tails.",
  239. "manualUrl": "https://github.com/dbgrande/GrandeModular/#tails4",
  240. "tags": [
  241. "Utility",
  242. "Polyphonic",
  243. "Voltage-controlled amplifier"
  244. ]
  245. },
  246. {
  247. "slug": "VarSampleDelays",
  248. "name": "VarSampleDelays",
  249. "description": "Quad independent variable sample-delay buffers.",
  250. "manualUrl": "https://github.com/dbgrande/GrandeModular/#varsampledelays-vsd",
  251. "tags": [
  252. "Delay",
  253. "Polyphonic",
  254. "Quad"
  255. ]
  256. },
  257. {
  258. "slug": "VCA3",
  259. "name": "VCA3",
  260. "description": "Triple voltage-controlled amplifier.",
  261. "manualUrl": "https://github.com/dbgrande/GrandeModular/#vca3",
  262. "tags": [
  263. "Voltage-controlled amplifier",
  264. "Polyphonic"
  265. ]
  266. },
  267. {
  268. "slug": "VCA4",
  269. "name": "VCA4",
  270. "description": "Quad voltage-controlled amplifier.",
  271. "manualUrl": "https://github.com/dbgrande/GrandeModular/#vca4",
  272. "tags": [
  273. "Voltage-controlled amplifier",
  274. "Polyphonic"
  275. ]
  276. }
  277. ]
  278. }