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.

272 lines
5.7KB

  1. {
  2. "slug": "ML_modules",
  3. "name": "ML Modules",
  4. "version": "1.1.2",
  5. "license": "BSD-3-Clause",
  6. "author": "Martin Lueders",
  7. "brand": "ML Modules",
  8. "authorEmail": "mlmodules@gmail.com",
  9. "authorUrl": "https://github.com/martin-lueders",
  10. "pluginUrl": "https://github.com/martin-lueders/ML_modules/wiki",
  11. "manualUrl": "https://github.com/martin-lueders/ML_modules/wiki",
  12. "sourceUrl": "https://github.com/martin-lueders/ML_modules",
  13. "donateUrl": "https://paypal.me/MartinLueders",
  14. "modules": [
  15. {
  16. "slug": "BPMdetect",
  17. "name": "BPM Tools",
  18. "description": "detect incoming clock and output voltages for Fundamental LFO and Delay",
  19. "tags": [
  20. "Clock generator",
  21. "Clock modulator"
  22. ]
  23. },
  24. {
  25. "slug": "Constants",
  26. "name": "Constants",
  27. "description": "Output constant voltages corresponding to common intervals",
  28. "tags": [
  29. "Utility"
  30. ]
  31. },
  32. {
  33. "slug": "Counter",
  34. "name": "Counter",
  35. "description": "Create Trigger pulses after a certain number of clock ticks",
  36. "tags": [
  37. "Clock modulator"
  38. ]
  39. },
  40. {
  41. "slug": "FreeVerb",
  42. "name": "FreeVerb",
  43. "description": "VCV Rack implementation of the good old Freeverb",
  44. "tags": [
  45. "Effect",
  46. "Reverb"
  47. ]
  48. },
  49. {
  50. "slug": "OctaFlop",
  51. "name": "OctaFlop",
  52. "description": "8 Flip Flops, pre-wired as binary counter",
  53. "tags": [
  54. "Utility",
  55. "Clock modulator"
  56. ]
  57. },
  58. {
  59. "slug": "OctaPlus",
  60. "name": "OctaPlus",
  61. "description": "8 fold Adder.",
  62. "tags": [
  63. "Utility",
  64. "Mixer",
  65. "Polyphonic"
  66. ]
  67. },
  68. {
  69. "slug": "OctaSwitch",
  70. "name": "OctaSwitch",
  71. "description": "8 fold switch with CV controllable switching point",
  72. "tags": [
  73. "Switch",
  74. "Polyphonic"
  75. ]
  76. },
  77. {
  78. "slug": "OctaTimes",
  79. "name": "OctaTimes",
  80. "description": "8 fold multiplier",
  81. "tags": [
  82. "Utility",
  83. "Ring modulator",
  84. "Polyphonic"
  85. ]
  86. },
  87. {
  88. "slug": "OctaTrig",
  89. "name": "OctaTrig",
  90. "description": "Gate tp Trigger converter",
  91. "tags": [
  92. "Clock modulator",
  93. "Polyphonic"
  94. ]
  95. },
  96. {
  97. "slug": "Quantizer",
  98. "name": "Quantizer (h-bar)",
  99. "description": "Semitone quantizer",
  100. "tags": [
  101. "Quantizer",
  102. "Polyphonic"
  103. ]
  104. },
  105. {
  106. "slug": "Quantum",
  107. "name": "Quantum",
  108. "description": "Quantizer with selectable notes",
  109. "tags": [
  110. "Quantizer",
  111. "Polyphonic"
  112. ]
  113. },
  114. {
  115. "slug": "SH8",
  116. "name": "S&H 8",
  117. "description": "8 fold Sample and Hold",
  118. "tags": [
  119. "Sample and hold",
  120. "Polyphonic"
  121. ]
  122. },
  123. {
  124. "slug": "SeqSwitch",
  125. "name": "Sequential Switch 8->1",
  126. "description": "",
  127. "tags": [
  128. "Switch",
  129. "Sequencer",
  130. "Polyphonic"
  131. ]
  132. },
  133. {
  134. "slug": "SeqSwitch2",
  135. "name": "Sequential Switch 1->8",
  136. "description": "",
  137. "tags": [
  138. "Switch",
  139. "Polyphonic"
  140. ]
  141. },
  142. {
  143. "slug": "ShiftRegister",
  144. "name": "Shift Register",
  145. "description": "Analogue shift register",
  146. "tags": [
  147. "Sample and hold",
  148. "Polyphonic"
  149. ]
  150. },
  151. {
  152. "slug": "Evolution",
  153. "name": "Evolution",
  154. "description": "Shift register based random sequencer",
  155. "tags": [
  156. "Sequencer",
  157. "Sample and hold",
  158. "Polyphonic"
  159. ]
  160. },
  161. {
  162. "slug": "Sum8mk2",
  163. "name": "Sum8 MkII",
  164. "description": "Summer with selectable sign",
  165. "tags": [
  166. "Mixer",
  167. "Polyphonic"
  168. ]
  169. },
  170. {
  171. "slug": "Sum8",
  172. "name": "Sum8",
  173. "description": "simple summer",
  174. "tags": [
  175. "Mixer",
  176. "Polyphonic"
  177. ]
  178. },
  179. {
  180. "slug": "TrigBuf",
  181. "name": "Trigger Buffer",
  182. "description": "A trigger can be buffered, so that the next incoming clock will create an pulse.",
  183. "tags": [
  184. "Utility",
  185. "Logic",
  186. "Dual",
  187. "Polyphonic"
  188. ]
  189. },
  190. {
  191. "slug": "TrigDelay",
  192. "name": "Trigger Delay",
  193. "description": "Trigger delay and gate length modulator",
  194. "tags": [
  195. "Utility",
  196. "Delay",
  197. "Dual"
  198. ]
  199. },
  200. {
  201. "slug": "TrigSwitch",
  202. "name": "TrigSwitch 8->1",
  203. "description": "",
  204. "tags": [
  205. "Switch",
  206. "Polyphonic"
  207. ]
  208. },
  209. {
  210. "slug": "TrigSwitch2",
  211. "name": "TrigSwitch 1->8",
  212. "description": "",
  213. "tags": [
  214. "Switch",
  215. "Polyphonic"
  216. ]
  217. },
  218. {
  219. "slug": "TrigSwitch3",
  220. "name": "TrigSwitch3 8->1",
  221. "description": "",
  222. "tags": [
  223. "Switch",
  224. "Polyphonic"
  225. ]
  226. },
  227. {
  228. "slug": "TrigSwitch3_2",
  229. "name": "TrigSwitch3 1->8",
  230. "description": "",
  231. "tags": [
  232. "Switch",
  233. "Polyphonic"
  234. ]
  235. },
  236. {
  237. "slug": "VoltMeter",
  238. "name": "Volt Meter",
  239. "description": "",
  240. "tags": [
  241. "Utility"
  242. ]
  243. },
  244. {
  245. "slug": "Cloner",
  246. "name": "Cloner",
  247. "description": "Clone a signal to polyphonic channels",
  248. "tags": [
  249. "Utility",
  250. "Polyphonic"
  251. ]
  252. },
  253. {
  254. "slug": "PolySplitter",
  255. "name": "Poly Splitter",
  256. "description": "split polyphonic inputs into two outputs",
  257. "tags": [
  258. "Utility",
  259. "Polyphonic"
  260. ]
  261. },
  262. {
  263. "slug": "Arpeggiator",
  264. "name": "Arpeggiator",
  265. "description": "multi-channel arpeggiator",
  266. "tags": [
  267. "Sequencer",
  268. "Polyphonic"
  269. ]
  270. }
  271. ]
  272. }