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.

416 lines
11KB

  1. {
  2. "slug": "CountModula",
  3. "name": "Count Modula",
  4. "version": "1.2.1",
  5. "license": "BSD-3-Clause",
  6. "brand": "Count Modula",
  7. "author": "Adam Verspaget",
  8. "authorEmail": "CountModula@gmail.com",
  9. "authorUrl": "https://github.com/countmodula",
  10. "pluginUrl": "https://github.com/countmodula/VCVRackPlugins/blob/master/README.md",
  11. "manualUrl": "https://github.com/countmodula/VCVRackPlugins/blob/master/MANUAL.md",
  12. "changelogUrl": "https://github.com/countmodula/VCVRackPlugins/blob/master/CHANGELOG.md",
  13. "sourceUrl": "https://github.com/countmodula/VCVRackPlugins",
  14. "donateUrl": "https://paypal.me/countmodula?locale.x=en_AU",
  15. "modules": [
  16. {
  17. "slug": "AnalogueShiftRegister",
  18. "name": "Analogue Shift Register",
  19. "description": "A dual 4, or single 8, step shift register.",
  20. "tags": [
  21. "Sample and Hold"
  22. ]
  23. },
  24. {
  25. "slug": "Attenuator",
  26. "name": "Attenuator",
  27. "description": "Dual attenuator with attenuverting option.",
  28. "tags": [
  29. "Attenuator",
  30. "Dual",
  31. "Polyphonic"
  32. ]
  33. },
  34. {
  35. "slug": "BinarySequencer",
  36. "name": "Binary Sequencer",
  37. "description": "Binary counter based sequencer.",
  38. "tags": [
  39. "Clock generator",
  40. "Sequencer"
  41. ]
  42. },
  43. {
  44. "slug": "BooleanAND",
  45. "name": "Boolean AND Gate",
  46. "description": "4 input boolean AND/NAND gate.",
  47. "tags": [
  48. "Logic"
  49. ]
  50. },
  51. {
  52. "slug": "BooleanOR",
  53. "name": "Boolean OR Gate",
  54. "description": "4 input boolean OR/NOR gate.",
  55. "tags": [
  56. "Logic"
  57. ]
  58. },
  59. {
  60. "slug": "BooleanVCNOT",
  61. "name": "Boolean VC Inverter",
  62. "description": "Dual voltage controlled logical inverter.",
  63. "tags": [
  64. "Logic",
  65. "Dual"
  66. ]
  67. },
  68. {
  69. "slug": "BooleanXOR",
  70. "name": "Boolean XOR Gate",
  71. "description": "4 input boolean XOR/XNOR gate.",
  72. "tags": [
  73. "Logic"
  74. ]
  75. },
  76. {
  77. "slug": "BurstGenerator",
  78. "name": "Burst Generator",
  79. "description": "Generates bursts of 1-16 pulses whenever a trigger is received at the trigger input.",
  80. "tags": [
  81. "Clock modulator"
  82. ]
  83. },
  84. {
  85. "slug": "Comparator",
  86. "name": "Comparator",
  87. "description": "Compares the input signal with either an internal or external threshold value and outputs gate signals based on the outcome.",
  88. "tags": [
  89. "Utility"
  90. ]
  91. },
  92. {
  93. "slug": "CVSpreader",
  94. "name": "CV Spreader",
  95. "description": "Accepts \"Base\" and \"Spread\" CV inputs and creates a set of new CV values that are spread either side of the base value by an amount determined by the spread value.",
  96. "tags": [
  97. "Utility"
  98. ]
  99. },
  100. {
  101. "slug": "EventArranger",
  102. "name": "Event Arranger",
  103. "description": "A VCV Rack implementation of the VC Clock and Event Arranger published in an article by John Blacet in the Jan/Feb edition of Synapse magazine.",
  104. "tags": [
  105. "Clock generator",
  106. "Sequencer"
  107. ]
  108. },
  109. {
  110. "slug": "GateDelay",
  111. "name": "Gate Delay",
  112. "description": "A dual gate delay line giving up to 40 seconds of delay with voltage control over the delay time.",
  113. "tags": [
  114. "Delay",
  115. "Dual"
  116. ]
  117. },
  118. {
  119. "slug": "GateModifier",
  120. "name": "Gate Modifier",
  121. "description": "Voltage controlled gate length modifier.",
  122. "tags": [
  123. "Logic",
  124. "Utility"
  125. ]
  126. },
  127. {
  128. "slug": "G2T",
  129. "name": "gate to Trigger Converter",
  130. "description": "Description.",
  131. "tags": [
  132. "Utility"
  133. ]
  134. },
  135. {
  136. "slug": "Mangler",
  137. "name": "Mangler",
  138. "description": "A voltage controlled sample rate/bit depth reducer.",
  139. "tags": [
  140. "Distortion",
  141. "Polyphonic"
  142. ]
  143. },
  144. {
  145. "slug": "ManualCV",
  146. "name": "Manual CV Generator",
  147. "description": "A simple dual manual CV generator offering +/- 10V with both coarse and fine controls.",
  148. "tags": [
  149. "Dual",
  150. "Controller",
  151. "Utility"
  152. ]
  153. },
  154. {
  155. "slug": "ManualGate",
  156. "name": "Manual Gate",
  157. "description": "A manually triggered gate generator offering a number of simultaneous gate and inverted gate outputs.",
  158. "tags": [
  159. "Utility",
  160. "Controller"
  161. ]
  162. },
  163. {
  164. "slug": "MatrixMixer",
  165. "name": "Matrix Mixer",
  166. "description": "A 4 x 4 matrix mixer allowing up to 4 input signals to be independently mixed to 4 different outputs.",
  167. "tags": [
  168. "Mixer"
  169. ]
  170. },
  171. {
  172. "slug": "MinimusMaximus",
  173. "name": "Minimus Maximus",
  174. "description": "A signal processor that determines and outputs the minimum, maximum and mean (average) of up to 4 input signals.",
  175. "tags": [
  176. "Utility"
  177. ]
  178. },
  179. {
  180. "slug": "Mixer",
  181. "name": "Mixer",
  182. "description": "A basic 4 input utility mixer with output level control, overload indicator, inverted output and selectable bipolar/unipolar operation.",
  183. "tags": [
  184. "Mixer"
  185. ]
  186. },
  187. {
  188. "slug": "MorphShaper",
  189. "name": "Morph Shaper",
  190. "description": "Morphing controller and wave shaper.",
  191. "tags": [
  192. "Utility",
  193. "Waveshaper"
  194. ]
  195. },
  196. {
  197. "slug": "Multiplexer",
  198. "name": "Multiplexer",
  199. "description": "A 1 input to 8 output and 8 input to 1 output multiplexer.",
  200. "tags": [
  201. "Switch"
  202. ]
  203. },
  204. {
  205. "slug": "Mute",
  206. "name": "Mute",
  207. "description": "A voltage controlled mute",
  208. "tags": [
  209. "Controller",
  210. "Polyphonic"
  211. ]
  212. },
  213. {
  214. "slug": "Mute-iple",
  215. "name": "Mute-iple",
  216. "description": "A dual 4-way/ Single 8 way mutable multiple.",
  217. "tags": [
  218. "Dual",
  219. "Multiple",
  220. "Controller",
  221. "Polyphonic"
  222. ]
  223. },
  224. {
  225. "slug": "PolyrhythmicGenerator",
  226. "name": "Polyrhythmic Generator (Deprecated - Do Not Use)",
  227. "description": "This module is no longer supported - use Polyrhythmic Generator MkII instead",
  228. "tags": [
  229. "Clock modulator",
  230. "Sequencer",
  231. "Polyphonic"
  232. ]
  233. },
  234. {
  235. "slug": "Rectifier",
  236. "name": "Rectifier",
  237. "description": "A full/half wave rectifier with variable rectification axis.",
  238. "tags": [
  239. "Waveshaper",
  240. "Polyphonic"
  241. ]
  242. },
  243. {
  244. "slug": "SampleAndHold",
  245. "name": "Sample & Hold",
  246. "description": "Sample and Hold/Track and hold.",
  247. "tags": [
  248. "Sample and hold",
  249. "Polyphonic"
  250. ]
  251. },
  252. {
  253. "slug": "ShepardGenerator",
  254. "name": "Shepard Generator",
  255. "description": "Generates a set of 8 ramp and sawtooth control signals appropriately phased for generation of Shepard tones.",
  256. "tags": [
  257. "LFO",
  258. "Function generator",
  259. "Polyphonic"
  260. ]
  261. },
  262. {
  263. "slug": "SRFlipFlop",
  264. "name": "SR Flip Flop",
  265. "description": "A logical Set/Reset flip flop with enable.",
  266. "tags": [
  267. "Logic",
  268. "Dual"
  269. ]
  270. },
  271. {
  272. "slug": "StepSequencer8",
  273. "name": "Dual 8 Step Sequencer",
  274. "description": "Fully featured dual channel 8 step sequencer.",
  275. "tags": [
  276. "Sequencer",
  277. "Dual",
  278. "Polyphonic"
  279. ]
  280. },
  281. {
  282. "slug": "TFlipFlop",
  283. "name": "T Flip Flop",
  284. "description": "A logical T type (toggle) flip flop with enable.",
  285. "tags": [
  286. "Logic",
  287. "Dual"
  288. ]
  289. },
  290. {
  291. "slug": "TriggerSequencer8",
  292. "name": "Trigger Sequencer (8 Step)",
  293. "description": "Quad 8 step trigger sequencer",
  294. "tags": [
  295. "Quad",
  296. "Sequencer"
  297. ]
  298. },
  299. {
  300. "slug": "TriggerSequencer16",
  301. "name": "Trigger Sequencer (16 Step)",
  302. "description": "Quad 16 step trigger sequencer",
  303. "tags": [
  304. "Quad",
  305. "Sequencer"
  306. ]
  307. },
  308. {
  309. "slug": "GateDelayMT",
  310. "name": "Tapped Gate Delay",
  311. "description": "A gate delay that offers up to 40 seconds of delay with tapped outputs at equal intervals along the delay line.",
  312. "tags": [
  313. "Delay"
  314. ]
  315. },
  316. {
  317. "slug": "VCFrequencyDivider",
  318. "name": "Voltage Controlled Frequency Divider (Deprecated - Do Not Use)",
  319. "description": "This module is no longer supported - use VC Frequency Divider instead",
  320. "tags": [
  321. "Clock modulator"
  322. ]
  323. },
  324. {
  325. "slug": "VCPolarizer",
  326. "name": "Voltage Controlled Polarizer",
  327. "description": "A dual voltage controlled polarizer.",
  328. "tags": [
  329. "Dual",
  330. "Polyphonic",
  331. "Attenuator",
  332. "Utility"
  333. ]
  334. },
  335. {
  336. "slug": "VoltageControlledSwitch",
  337. "name": "Voltage Controlled Switch",
  338. "description": "Selects between 2 inputs or routes 1 input to one of 2 outputs based on the level of the signal at the CV input.",
  339. "tags": [
  340. "Switch",
  341. "Polyphonic"
  342. ]
  343. },
  344. {
  345. "slug": "VoltageInverter",
  346. "name": "Voltage Inverter",
  347. "description": "A quad voltage inverter that inverts signals around zero.",
  348. "tags": [
  349. "Utility",
  350. "Polyphonic",
  351. "Quad"
  352. ]
  353. },
  354. {
  355. "slug": "BasicSequencer8",
  356. "name": "Basic 8 Step Sequencer",
  357. "description": "Basic single channel 8 step sequencer",
  358. "tags": [
  359. "Sequencer"
  360. ]
  361. },
  362. {
  363. "slug": "SequencerExpanderCV8",
  364. "name": "Sequencer CV Expander ",
  365. "description": "8 step sequencer expander adding an extra channel of CV output",
  366. "tags": [
  367. "Sequencer",
  368. "Expander"
  369. ]
  370. },
  371. {
  372. "slug": "SequencerExpanderOut8",
  373. "name": "Sequencer Output Expander ",
  374. "description": "8 step sequencer expander adding a gate output for each step",
  375. "tags": [
  376. "Sequencer",
  377. "Expander"
  378. ]
  379. },
  380. {
  381. "slug": "SequencerExpanderTrig8",
  382. "name": "Sequencer Trigger Expander ",
  383. "description": "8 step sequencer expander adding a an extra channel of gate/trigger output",
  384. "tags": [
  385. "Sequencer",
  386. "Expander"
  387. ]
  388. },
  389. {
  390. "slug": "SubHarmonicGenerator",
  391. "name": "Sub Harmonic Generator ",
  392. "description": "Fatten up a single oscillator with sub harmonics",
  393. "tags": [
  394. "Waveshaper"
  395. ]
  396. },
  397. {
  398. "slug": "VCFrequencyDividerMkII",
  399. "name": "Voltage Controlled Frequency Divider MkII",
  400. "description": "Frequency divider with a variable and voltage controlled division ratio from 1 to around 20.",
  401. "tags": [
  402. "Clock modulator"
  403. ]
  404. },
  405. {
  406. "slug": "PolyrhythmicGeneratorMkII",
  407. "name": "Polyrhythmic Generator",
  408. "description": "A set of 8 voltage controlled clock dividers that can be used to generate polyrhythms by clocking and/or dividing at different rates.",
  409. "tags": [
  410. "Clock modulator",
  411. "Sequencer",
  412. "Polyphonic"
  413. ]
  414. }
  415. ]
  416. }