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.

298 lines
7.9KB

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