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.

245 lines
6.6KB

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