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.

329 lines
7.3KB

  1. {
  2. "slug": "HetrickCV",
  3. "name": "HetrickCV",
  4. "version": "2.0.0",
  5. "license": "CC0-1.0",
  6. "author": "Michael Hetrick",
  7. "authorEmail": "",
  8. "authorUrl": "https://mhetrick.com",
  9. "pluginUrl": "https://github.com/mhetrick/hetrickcv",
  10. "manualUrl": "https://github.com/mhetrick/hetrickcv/blob/master/README.md",
  11. "sourceUrl": "https://github.com/mhetrick/hetrickcv",
  12. "donateUrl": "https://paypal.me/MHetrick",
  13. "modules": [
  14. {
  15. "slug": "Chaos1Op",
  16. "name": "1-Op Chaos",
  17. "description": "Multimode audio and modulation chaos generator.",
  18. "tags": [
  19. "Noise",
  20. "Random"
  21. ]
  22. },
  23. {
  24. "slug": "Chaos2Op",
  25. "name": "2-Op Chaos",
  26. "description": "Multimode audio and modulation chaos generator.",
  27. "tags": [
  28. "Noise",
  29. "Random"
  30. ]
  31. },
  32. {
  33. "slug": "Chaos3Op",
  34. "name": "3-Op Chaos",
  35. "description": "Multimode audio and modulation chaos generator.",
  36. "tags": [
  37. "Noise",
  38. "Random"
  39. ]
  40. },
  41. {
  42. "slug": "ASR",
  43. "name": "ASR",
  44. "description": "Analog shift register. Multi-stage sample and hold",
  45. "tags": [
  46. "Sequencer"
  47. ]
  48. },
  49. {
  50. "slug": "AnalogToDigital",
  51. "name": "Analog to Digital",
  52. "description": "Converts a continuous signal into eight gates representing bit values.",
  53. "tags": [
  54. "Logic"
  55. ]
  56. },
  57. {
  58. "slug": "BinaryGate",
  59. "name": "Binary Gate",
  60. "description": "Manually turn a gate on or off, or toggle its current state.",
  61. "tags": [
  62. "Logic"
  63. ]
  64. },
  65. {
  66. "slug": "BinaryNoise",
  67. "name": "Binary Noise",
  68. "description": "Generates a random gate or square wave signal.",
  69. "tags": [
  70. "Noise",
  71. "Random"
  72. ]
  73. },
  74. {
  75. "slug": "Bitshift",
  76. "name": "Bitshift",
  77. "description": "Bitshifting distortion and waveshaping effect",
  78. "tags": [
  79. "Effect",
  80. "Distortion",
  81. "Waveshaper",
  82. "Polyphonic"
  83. ]
  84. },
  85. {
  86. "slug": "BlankPanel",
  87. "name": "Blank Panel",
  88. "description": "A blank panel. Show your love for HetrickCV",
  89. "tags": [
  90. "Blank"
  91. ]
  92. },
  93. {
  94. "slug": "Boolean3",
  95. "name": "Boolean Logic",
  96. "description": "Six way boolean logic processor",
  97. "tags": [
  98. "Logic"
  99. ]
  100. },
  101. {
  102. "slug": "ChaoticAttractors",
  103. "name": "Chaotic Attractors",
  104. "description": "Multimode audio and modulation chaos generator.",
  105. "tags": [
  106. "Noise",
  107. "Random"
  108. ]
  109. },
  110. {
  111. "slug": "ClockedNoise",
  112. "name": "Clocked Noise",
  113. "description": "Multimode audio and modulation noise generator.",
  114. "tags": [
  115. "Noise",
  116. "Random"
  117. ]
  118. },
  119. {
  120. "slug": "Comparator",
  121. "name": "Comparator",
  122. "description": "Determine whether a signal is above or below a threshold.",
  123. "tags": [
  124. "Logic",
  125. "Utility"
  126. ]
  127. },
  128. {
  129. "slug": "Contrast",
  130. "name": "Contrast",
  131. "description": "A mild distortion that brightens up a signal.",
  132. "tags": [
  133. "Effect",
  134. "Distortion",
  135. "Polyphonic"
  136. ]
  137. },
  138. {
  139. "slug": "Crackle",
  140. "name": "Crackle",
  141. "description": "Vinyl-like noise generator ported from SuperCollider.",
  142. "tags": [
  143. "Noise"
  144. ]
  145. },
  146. {
  147. "slug": "DataCompander",
  148. "name": "Data Compander",
  149. "description": "Compresses and expands signals with a-law or mu-law compansion.",
  150. "tags": [
  151. "Utility",
  152. "Waveshaper",
  153. "Polyphonic"
  154. ]
  155. },
  156. {
  157. "slug": "Delta",
  158. "name": "Delta",
  159. "description": "Determine which direction a signal is heading.",
  160. "tags": [
  161. "Logic",
  162. "Utility"
  163. ]
  164. },
  165. {
  166. "slug": "DigitalToAnalog",
  167. "name": "Digital to Analog",
  168. "description": "Converts eight gates to a smooth signal.",
  169. "tags": [
  170. "Logic"
  171. ]
  172. },
  173. {
  174. "slug": "Dust",
  175. "name": "Dust",
  176. "description": "Random impulse and noise generator ported from SuperCollider",
  177. "tags": [
  178. "Noise",
  179. "Granular"
  180. ]
  181. },
  182. {
  183. "slug": "Exponent",
  184. "name": "Exponent",
  185. "description": "Raise a signal to a power",
  186. "tags": [
  187. "Waveshaper",
  188. "Polyphonic"
  189. ]
  190. },
  191. {
  192. "slug": "FBSineChaos",
  193. "name": "Feedback Sine Chaos",
  194. "description": "A chaotic oscillator and LFO created through phase distortion and feedback.",
  195. "tags": [
  196. "Noise",
  197. "Oscillator",
  198. "Random"
  199. ]
  200. },
  201. {
  202. "slug": "FlipFlop",
  203. "name": "Flip-Flop",
  204. "description": "A flexible toggle switch",
  205. "tags": [
  206. "Logic"
  207. ]
  208. },
  209. {
  210. "slug": "FlipPan",
  211. "name": "Flip Pan",
  212. "description": "A bidirectional panner, crossfader, and VCA",
  213. "tags": [
  214. "Panning",
  215. "VCA",
  216. "Utility",
  217. "Polyphonic"
  218. ]
  219. },
  220. {
  221. "slug": "GateJunction",
  222. "name": "Gate Junction",
  223. "description": "Eight channel gate processor.",
  224. "tags": [
  225. "Switch",
  226. "Logic"
  227. ]
  228. },
  229. {
  230. "slug": "Gingerbread",
  231. "name": "Gingerbread Chaos",
  232. "description": "Self-modulating audio and modulation chaos generator.",
  233. "tags": [
  234. "Noise",
  235. "Random"
  236. ]
  237. },
  238. {
  239. "slug": "LogicCombine",
  240. "name": "OR Logic (Gate Combiner)",
  241. "description": "Combines multiple gates into one gate.",
  242. "tags": [
  243. "Logic"
  244. ]
  245. },
  246. {
  247. "slug": "MidSide",
  248. "name": "Mid/Side",
  249. "description": "Converts Left/Right signals to Mid/Side and vice versa.",
  250. "tags": [
  251. "Utility",
  252. "Polyphonic"
  253. ]
  254. },
  255. {
  256. "slug": "MinMax",
  257. "name": "Min-Max",
  258. "description": "Outputs the greatest and least voltages from up to 4 inputs.",
  259. "tags": [
  260. "Utility",
  261. "Polyphonic"
  262. ]
  263. },
  264. {
  265. "slug": "RandomGates",
  266. "name": "Random Gates",
  267. "description": "Generates up to eight random gates.",
  268. "tags": [
  269. "Random"
  270. ]
  271. },
  272. {
  273. "slug": "Rotator",
  274. "name": "Rotator",
  275. "description": "Eight-way channel rotation.",
  276. "tags": [
  277. "Switch"
  278. ]
  279. },
  280. {
  281. "slug": "Rungler",
  282. "name": "Rungler",
  283. "description": "8-Bit Shift Register and Comparator with stepped signal output via bits 6, 7, and 8.",
  284. "tags": [
  285. "Sequencer",
  286. "Random"
  287. ]
  288. },
  289. {
  290. "slug": "Scanner",
  291. "name": "Scanner",
  292. "description": "8-channel signal crossfader, mixer, scanner, and router.",
  293. "tags": [
  294. "Mixer",
  295. "Switch"
  296. ]
  297. },
  298. {
  299. "slug": "2To4",
  300. "name": "2 To 4 Mix Matrix",
  301. "description": "Takes two signals and generates four variations.",
  302. "tags": [
  303. "Mixer",
  304. "Polyphonic"
  305. ]
  306. },
  307. {
  308. "slug": "Waveshaper",
  309. "name": "Waveshaper",
  310. "description": "Modulatable hyperbolic waveshaper",
  311. "tags": [
  312. "Distortion",
  313. "Effect",
  314. "Waveshaper",
  315. "Polyphonic"
  316. ]
  317. },
  318. {
  319. "slug": "XYToPolar",
  320. "name": "XY<->Polar",
  321. "description": "Converts XY coordinates to Polar and vice versa.",
  322. "tags": [
  323. "Utility",
  324. "Waveshaper",
  325. "Polyphonic"
  326. ]
  327. }
  328. ]
  329. }