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.

282 lines
7.5KB

  1. {
  2. "slug": "CountModula",
  3. "name": "Count Modular",
  4. "version": "1.0.0",
  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": "",
  11. "manualUrl": "https://github.com/countmodula/VCVRackPlugins/blob/master/MANUAL.md",
  12. "sourceUrl": "https://github.com/countmodula/VCVRackPlugins",
  13. "donateUrl": "https://paypal.me/countmodula?locale.x=en_AU",
  14. "modules": [
  15. {
  16. "slug": "AnalogueShiftRegister",
  17. "name": "Analogue Shift Register",
  18. "description": "A dual 4, or single 8, step shift register.",
  19. "tags": [
  20. "Sample and Hold"
  21. ]
  22. },
  23. {
  24. "slug": "Attenuator",
  25. "name": "Attenuator",
  26. "description": "Dual attenuator with attenuverting option.",
  27. "tags": [
  28. "Attenuator",
  29. "Dual"
  30. ]
  31. },
  32. {
  33. "slug": "BinarySequencer",
  34. "name": "Binary Sequencer",
  35. "description": "Binary counter based sequencer.",
  36. "tags": [
  37. "Clock generator",
  38. "Sequencer"
  39. ]
  40. },
  41. {
  42. "slug": "BooleanAND",
  43. "name": "Boolean AND Gate",
  44. "description": "4 input boolean AND/NAND gate.",
  45. "tags": [
  46. "Logic"
  47. ]
  48. },
  49. {
  50. "slug": "BooleanOR",
  51. "name": "Boolean OR Gate",
  52. "description": "4 input boolean OR/NOR gate.",
  53. "tags": [
  54. "Logic"
  55. ]
  56. },
  57. {
  58. "slug": "BooleanVCNOT",
  59. "name": "Boolean VC Inverter",
  60. "description": "Dual voltage controlled logical inverter.",
  61. "tags": [
  62. "Logic",
  63. "Dual"
  64. ]
  65. },
  66. {
  67. "slug": "BooleanXOR",
  68. "name": "Boolean XOR Gate",
  69. "description": "4 input boolean XOR/XNOR gate.",
  70. "tags": [
  71. "Logic"
  72. ]
  73. },
  74. {
  75. "slug": "BurstGenerator",
  76. "name": "Burst Generator",
  77. "description": "Generates bursts of 1-16 pulses whenever a trigger is received at the trigger input.",
  78. "tags": [
  79. "Clock modulator"
  80. ]
  81. },
  82. {
  83. "slug": "Comparator",
  84. "name": "Comparator",
  85. "description": "Compares the input signal with either an internal or external threshold value and outputs gate signals based on the outcome.",
  86. "tags": [
  87. "Utility"
  88. ]
  89. },
  90. {
  91. "slug": "CVSpreader",
  92. "name": "CV Spreader",
  93. "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.",
  94. "tags": [
  95. "Utility"
  96. ]
  97. },
  98. {
  99. "slug": "EventArranger",
  100. "name": "Event Arranger",
  101. "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.",
  102. "tags": [
  103. "Clock generator",
  104. "Sequencer"
  105. ]
  106. },
  107. {
  108. "slug": "GateDelay",
  109. "name": "Gate Delay",
  110. "description": "A dual gate delay line giving up to 40 seconds of delay with voltage control over the delay time.",
  111. "tags": [
  112. "Delay",
  113. "Dual"
  114. ]
  115. },
  116. {
  117. "slug": "G2T",
  118. "name": "gate to Trigger Converter",
  119. "description": "Description.",
  120. "tags": [
  121. "Utility"
  122. ]
  123. },
  124. {
  125. "slug": "ManualCV",
  126. "name": "Manual CV Generator",
  127. "description": "A simple dual manual CV generator offering +/- 10V with both coarse and fine controls.",
  128. "tags": [
  129. "Dual",
  130. "Controller",
  131. "Utility"
  132. ]
  133. },
  134. {
  135. "slug": "ManualGate",
  136. "name": "Manual Gate",
  137. "description": "A manually triggered gate generator offering a number of simultaneous gate and inverted gate outputs.",
  138. "tags": [
  139. "Utility",
  140. "Controller"
  141. ]
  142. },
  143. {
  144. "slug": "MatrixMixer",
  145. "name": "Matrix Mixer",
  146. "description": "A 4 x 4 matrix mixer allowing up to 4 input signals to be independently mixed to 4 different outputs.",
  147. "tags": [
  148. "Mixer"
  149. ]
  150. },
  151. {
  152. "slug": "MinimusMaximus",
  153. "name": "Minimus Maximus",
  154. "description": "A signal processor that determines and outputs the minimum, maximum and mean (average) of up to 4 input signals.",
  155. "tags": [
  156. "Utility"
  157. ]
  158. },
  159. {
  160. "slug": "Mixer",
  161. "name": "Mixer",
  162. "description": "A basic 4 input utility mixer with output level control, overload indicator, inverted output and selectable bipolar/unipolar operation.",
  163. "tags": [
  164. "Mixer"
  165. ]
  166. },
  167. {
  168. "slug": "MorphShaper",
  169. "name": "Morph Shaper",
  170. "description": "Morphing controller and wave shaper.",
  171. "tags": [
  172. "Utility",
  173. "Waveshaper"
  174. ]
  175. },
  176. {
  177. "slug": "Multiplexer",
  178. "name": "Multiplexer",
  179. "description": "A 1 input to 8 output and 8 input to 1 output multiplexer.",
  180. "tags": [
  181. "Switch"
  182. ]
  183. },
  184. {
  185. "slug": "Mute-iple",
  186. "name": "Mute-iple",
  187. "description": "A dual 4-way/ Single 8 way mutable multiple.",
  188. "tags": [
  189. "Dual",
  190. "Multiple",
  191. "Controller"
  192. ]
  193. },
  194. {
  195. "slug": "PolyrhythmicGenerator",
  196. "name": "Polyrhythmic Generator",
  197. "description": "A set of 8 voltage controlled clock dividers that can be used to generate polyrhythms by clocking and/or dividing at different rates.",
  198. "tags": [
  199. "Clock modulator",
  200. "Sequencer"
  201. ]
  202. },
  203. {
  204. "slug": "ShepardGenerator",
  205. "name": "Shepard Generator",
  206. "description": "Generates a set of 8 ramp and sawtooth control signals appropriately phased for generation of Shepard tones.",
  207. "tags": [
  208. "LFO",
  209. "Function generator"
  210. ]
  211. },
  212. {
  213. "slug": "SRFlipFlop",
  214. "name": "SR Flip Flop",
  215. "description": "A logical Set/Reset flip flop with enable.",
  216. "tags": [
  217. "Logic"
  218. ]
  219. },
  220. {
  221. "slug": "TriggerSequencer8",
  222. "name": "Trigger Sequencer (8 Step)",
  223. "description": "Quad 8 step trigger sequencer",
  224. "tags": [
  225. "Quad",
  226. "Sequencer"
  227. ]
  228. },
  229. {
  230. "slug": "TriggerSequencer16",
  231. "name": "Trigger Sequencer (16 Step)",
  232. "description": "Quad 16 step trigger sequencer",
  233. "tags": [
  234. "Quad",
  235. "Sequencer"
  236. ]
  237. },
  238. {
  239. "slug": "GateDelayMT",
  240. "name": "Tapped Gate Delay",
  241. "description": "A gate delay that offers up to 40 seconds of delay with tapped outputs at equal intervals along the delay line.",
  242. "tags": [
  243. "Delay"
  244. ]
  245. },
  246. {
  247. "slug": "VCFrequencyDivider",
  248. "name": "Voltage Controlled Frequency Divider",
  249. "description": "Frequency divider with a variable and voltage controlled division ratio from 1 to around 20.",
  250. "tags": [
  251. "Clock modulator"
  252. ]
  253. },
  254. {
  255. "slug": "VCPolarizer",
  256. "name": "Voltage Controlled Polarizer",
  257. "description": "A dual voltage controlled polarizer.",
  258. "tags": [
  259. "Dual",
  260. "Attenuator",
  261. "Utility"
  262. ]
  263. },
  264. {
  265. "slug": "VoltageControlledSwitch",
  266. "name": "Voltage Controlled Switch",
  267. "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.",
  268. "tags": [
  269. "Switch"
  270. ]
  271. },
  272. {
  273. "slug": "VoltageInverter",
  274. "name": "Voltage Inverter",
  275. "description": "A quad voltage inverter that inverts signals around zero.",
  276. "tags": [
  277. "Utility",
  278. "Quad"
  279. ]
  280. }
  281. ]
  282. }