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.

204 lines
4.5KB

  1. {
  2. "slug": "HetrickCV",
  3. "name": "HetrickCV",
  4. "version": "1.1.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": "ASR",
  16. "name": "ASR",
  17. "description": "Analog shift register. Multi-stage sample and hold",
  18. "tags": [
  19. "Sequencer"
  20. ]
  21. },
  22. {
  23. "slug": "AnalogToDigital",
  24. "name": "Analog to Digital",
  25. "description": "Converts a continuous signal into eight gates representing bit values.",
  26. "tags": [
  27. "Logic"
  28. ]
  29. },
  30. {
  31. "slug": "Bitshift",
  32. "name": "Bitshift",
  33. "description": "Bitshifting distortion and waveshaping effect",
  34. "tags": [
  35. "Effect",
  36. "Distortion",
  37. "Waveshaper"
  38. ]
  39. },
  40. {
  41. "slug": "BlankPanel",
  42. "name": "Blank Panel",
  43. "description": "A blank panel. Show your love for HetrickCV",
  44. "tags": [
  45. "Blank"
  46. ]
  47. },
  48. {
  49. "slug": "Boolean3",
  50. "name": "Boolean Logic",
  51. "description": "Six way boolean logic processor",
  52. "tags": [
  53. "Logic"
  54. ]
  55. },
  56. {
  57. "slug": "Comparator",
  58. "name": "Comparator",
  59. "description": "Determine whether a signal is above or below a threshold.",
  60. "tags": [
  61. "Logic",
  62. "Utility"
  63. ]
  64. },
  65. {
  66. "slug": "Contrast",
  67. "name": "Contrast",
  68. "description": "A mild distortion that brightens up a signal.",
  69. "tags": [
  70. "Effect",
  71. "Distortion"
  72. ]
  73. },
  74. {
  75. "slug": "Crackle",
  76. "name": "Crackle",
  77. "description": "Vinyl-like noise generator ported from SuperCollider.",
  78. "tags": [
  79. "Noise"
  80. ]
  81. },
  82. {
  83. "slug": "Delta",
  84. "name": "Delta",
  85. "description": "Determine which direction a signal is heading.",
  86. "tags": [
  87. "Logic",
  88. "Utility"
  89. ]
  90. },
  91. {
  92. "slug": "DigitalToAnalog",
  93. "name": "Digital to Analog",
  94. "description": "Converts eight gates to a smooth signal.",
  95. "tags": [
  96. "Logic"
  97. ]
  98. },
  99. {
  100. "slug": "Dust",
  101. "name": "Dust",
  102. "description": "Random impulse and noise generator ported from SuperCollider",
  103. "tags": [
  104. "Noise",
  105. "Granular"
  106. ]
  107. },
  108. {
  109. "slug": "Exponent",
  110. "name": "Exponent",
  111. "description": "Raise a signal to a power",
  112. "tags": [
  113. "Waveshaper"
  114. ]
  115. },
  116. {
  117. "slug": "FlipFlop",
  118. "name": "Flip-Flop",
  119. "description": "A flexible toggle switch",
  120. "tags": [
  121. "Logic"
  122. ]
  123. },
  124. {
  125. "slug": "FlipPan",
  126. "name": "Flip Pan",
  127. "description": "A bidirectional panner, crossfader, and VCA",
  128. "tags": [
  129. "Panning",
  130. "VCA",
  131. "Utility"
  132. ]
  133. },
  134. {
  135. "slug": "GateJunction",
  136. "name": "Gate Junction",
  137. "description": "Eight channel gate processor.",
  138. "tags": [
  139. "Switch",
  140. "Logic"
  141. ]
  142. },
  143. {
  144. "slug": "LogicCombine",
  145. "name": "OR Logic (Gate Combiner)",
  146. "description": "Combines multiple gates into one gate.",
  147. "tags": [
  148. "Logic"
  149. ]
  150. },
  151. {
  152. "slug": "MinMax",
  153. "name": "Min-Max",
  154. "description": "Outputs the greatest and least voltages from up to 4 inputs.",
  155. "tags": [
  156. "Utility"
  157. ]
  158. },
  159. {
  160. "slug": "RandomGates",
  161. "name": "Random Gates",
  162. "description": "Generates up to eight random gates.",
  163. "tags": [
  164. "Random"
  165. ]
  166. },
  167. {
  168. "slug": "Rotator",
  169. "name": "Rotator",
  170. "description": "Eight-way channel rotation.",
  171. "tags": [
  172. "Switch"
  173. ]
  174. },
  175. {
  176. "slug": "Scanner",
  177. "name": "Scanner",
  178. "description": "8-channel signal crossfader, mixer, scanner, and router.",
  179. "tags": [
  180. "Mixer",
  181. "Switch"
  182. ]
  183. },
  184. {
  185. "slug": "2To4",
  186. "name": "2 To 4 Mix Matrix",
  187. "description": "Takes two signals and generates four variations.",
  188. "tags": [
  189. "Mixer"
  190. ]
  191. },
  192. {
  193. "slug": "Waveshaper",
  194. "name": "Waveshaper",
  195. "description": "Modulatable hyperbolic waveshaper",
  196. "tags": [
  197. "Distortion",
  198. "Effect",
  199. "Waveshaper",
  200. "Polyphonic"
  201. ]
  202. }
  203. ]
  204. }