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.

334 lines
10KB

  1. {
  2. "slug": "Stoermelder-P1",
  3. "version": "1.6.3",
  4. "license": "GPL-3.0-only",
  5. "author": "Benjamin Dill",
  6. "name": "PackOne",
  7. "brand": "stoermelder",
  8. "authorEmail": "stoermelder@outlook.com",
  9. "pluginUrl": "https://github.com/stoermelder/vcvrack-packone",
  10. "authorUrl": "https://github.com/stoermelder",
  11. "sourceUrl": "https://github.com/stoermelder/vcvrack-packone.git",
  12. "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/README.md",
  13. "changelogUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/CHANGELOG.md",
  14. "donateUrl": "https://paypal.me/stoermelder",
  15. "modules": [
  16. {
  17. "slug": "CVMap",
  18. "name": "CV-MAP",
  19. "description": "Add CV automation to 32 parameters of any module",
  20. "tags": [
  21. "Utility",
  22. "Polyphonic",
  23. "Controller"
  24. ],
  25. "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/CVMap.md"
  26. },
  27. {
  28. "slug": "CVMapMicro",
  29. "name": "\u00b5MAP",
  30. "description": "Add CV automation to one parameter of any module",
  31. "tags": [
  32. "Utility",
  33. "Controller"
  34. ],
  35. "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/CVMapMicro.md"
  36. },
  37. {
  38. "slug": "CVPam",
  39. "name": "CV-PAM",
  40. "description": "Generate CV from any parameter change of any module",
  41. "tags": [
  42. "Utility",
  43. "Polyphonic",
  44. "Controller"
  45. ],
  46. "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/CVPam.md"
  47. },
  48. {
  49. "slug": "RotorA",
  50. "name": "ROTOR Model A",
  51. "description": "Rotates a signal across polyphonic channels",
  52. "tags": [
  53. "Utility",
  54. "Polyphonic"
  55. ],
  56. "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/RotorA.md"
  57. },
  58. {
  59. "slug": "ReMoveLite",
  60. "name": "ReMOVE Lite",
  61. "description": "Recorder for parameter automation",
  62. "tags": [
  63. "Utility",
  64. "Recording",
  65. "Controller"
  66. ],
  67. "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/ReMove.md"
  68. },
  69. {
  70. "slug": "Bolt",
  71. "name": "BOLT",
  72. "description": "Polyphonic logic boolean functions with modulation and sample & hold",
  73. "tags": [
  74. "Utility",
  75. "Logic",
  76. "Polyphonic",
  77. "Sample and hold"
  78. ],
  79. "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Bolt.md"
  80. },
  81. {
  82. "slug": "Infix",
  83. "name": "INFIX",
  84. "description": "Insert for polyphonic cables",
  85. "tags": [
  86. "Utility",
  87. "Polyphonic"
  88. ],
  89. "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Infix.md"
  90. },
  91. {
  92. "slug": "InfixMicro",
  93. "name": "\u00b5INFIX",
  94. "description": "Insert for polyphonic cables",
  95. "tags": [
  96. "Utility",
  97. "Polyphonic"
  98. ],
  99. "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Infix.md"
  100. },
  101. {
  102. "slug": "Strip",
  103. "name": "STRIP",
  104. "description": "Manage a group of modules by using the expander-mechanism, providing load, save, copy, paste, disable, enable and randomize",
  105. "tags": [
  106. "Utility",
  107. "Controller",
  108. "Random"
  109. ],
  110. "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Strip.md"
  111. },
  112. {
  113. "slug": "EightFace",
  114. "name": "8FACE",
  115. "description": "Universal expander for sequencing up to eight presets of any module",
  116. "tags": [
  117. "Utility",
  118. "Sequencer"
  119. ],
  120. "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/EightFace.md"
  121. },
  122. {
  123. "slug": "EightFaceX2",
  124. "name": "8FACEx2",
  125. "description": "Universal expander for sequencing up to sixteen presets of any module",
  126. "tags": [
  127. "Utility",
  128. "Sequencer"
  129. ],
  130. "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/EightFace.md"
  131. },
  132. {
  133. "slug": "MidiCat",
  134. "name": "MIDI-CAT",
  135. "description": "Mapping module for MIDI CCs and notes to parameters of any module, similar to VCV MIDI-MAP",
  136. "tags": [
  137. "Utility",
  138. "MIDI"
  139. ],
  140. "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/MidiCat.md"
  141. },
  142. {
  143. "slug": "Sipo",
  144. "name": "SIPO",
  145. "description": "Serial-in parallel-out shift register with polyphonic output and CV controls for skipping and incrementing on sampled values",
  146. "tags": [
  147. "Utility",
  148. "Sample and hold",
  149. "Digital",
  150. "Polyphonic"
  151. ],
  152. "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Sipo.md"
  153. },
  154. {
  155. "slug": "FourRounds",
  156. "name": "4ROUNDS",
  157. "description": "Randomizer for up to 16 input signals to create 15 output signals",
  158. "tags": [
  159. "Utility",
  160. "Sample and hold",
  161. "Random",
  162. "Switch"
  163. ],
  164. "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/FourRounds.md"
  165. },
  166. {
  167. "slug": "Arena",
  168. "name": "ARENA",
  169. "description": "2-dimensional XY-Mixer for 8 sources with various modulation targets and fun graphical interface",
  170. "tags": [
  171. "Utility",
  172. "Controller",
  173. "Mixer"
  174. ],
  175. "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Arena.md"
  176. },
  177. {
  178. "slug": "Maze",
  179. "name": "MAZE",
  180. "description": "4 channel sequencer running on a 2-dimensional grid",
  181. "tags": [
  182. "Sequencer",
  183. "Random"
  184. ],
  185. "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Maze.md"
  186. },
  187. {
  188. "slug": "Intermix",
  189. "name": "INTERMIX",
  190. "description": "Precision adder 8x8 switch matrix with scene-support",
  191. "tags": [
  192. "Mixer"
  193. ],
  194. "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Intermix.md"
  195. },
  196. {
  197. "slug": "Detour",
  198. "name": "DETOUR",
  199. "description": "Send/Return switch matrix with scene-support",
  200. "tags": [
  201. "Mixer",
  202. "Switch",
  203. "Utility"
  204. ],
  205. "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Detour.md",
  206. "disabled": true
  207. },
  208. {
  209. "slug": "Sail",
  210. "name": "SAIL",
  211. "description": "Control any parameter currently hovered by mouse with CV, especially useful with MIDI-CC or MIDI-STEP",
  212. "tags": [
  213. "Utility"
  214. ],
  215. "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Sail.md"
  216. },
  217. {
  218. "slug": "Pile",
  219. "name": "PILE",
  220. "description": "Translate increment triggers or decrement triggers in an absolute voltage, especially useful with MIDI-STEP, with slew support",
  221. "tags": [
  222. "Utility"
  223. ],
  224. "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Pile.md"
  225. },
  226. {
  227. "slug": "PilePoly",
  228. "name": "POLY-PILE",
  229. "description": "Translate increment triggers or decrement triggers in an absolute voltage, especially useful with MIDI-STEP, with slew support",
  230. "tags": [
  231. "Utility",
  232. "Polyphonic"
  233. ],
  234. "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Pile.md"
  235. },
  236. {
  237. "slug": "MidiStep",
  238. "name": "MIDI-STEP",
  239. "description": "Module for relative modes of endless knobs on your MIDI controller, such as Arturia Beatstep, Native Instruments Komplete Keyboards or Behringer X-TOUCH",
  240. "tags": [
  241. "Utility",
  242. "MIDI",
  243. "Polyphonic"
  244. ],
  245. "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/MidiStep.md"
  246. },
  247. {
  248. "slug": "Mirror",
  249. "name": "MIRROR",
  250. "description": "Utility for synchronizing module parameters",
  251. "tags": [
  252. "Utility"
  253. ],
  254. "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Mirror.md"
  255. },
  256. {
  257. "slug": "Affix",
  258. "name": "AFFIX",
  259. "description": "Insert for polyphonic cables for adding offsets in Volt, semitones or octaves (16 channels)",
  260. "tags": [
  261. "Polyphonic",
  262. "Utility",
  263. "Attenuator"
  264. ],
  265. "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Affix.md"
  266. },
  267. {
  268. "slug": "AffixMicro",
  269. "name": "\u00b5AFFIX",
  270. "description": "Insert for polyphonic cables for adding offsets in Volt, semitones or octaves (8 channels)",
  271. "tags": [
  272. "Polyphonic",
  273. "Utility",
  274. "Attenuator"
  275. ],
  276. "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Affix.md"
  277. },
  278. {
  279. "slug": "Grip",
  280. "name": "GRIP",
  281. "description": "Lock for module parameters",
  282. "tags": [
  283. "Utility"
  284. ],
  285. "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Grip.md"
  286. },
  287. {
  288. "slug": "Glue",
  289. "name": "GLUE",
  290. "description": "Label maker for your modules!",
  291. "tags": [
  292. "Utility"
  293. ],
  294. "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Glue.md"
  295. },
  296. {
  297. "slug": "Goto",
  298. "name": "GOTO",
  299. "description": "Utility for jumping directly to 10 locations in your patch by hotkey or using MIDI",
  300. "tags": [
  301. "Utility"
  302. ],
  303. "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Goto.md"
  304. },
  305. {
  306. "slug": "Fr",
  307. "name": "FR",
  308. "description": "Show the current screen framerate in the top-right corner",
  309. "tags": [
  310. "Utility"
  311. ],
  312. "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Fr.md",
  313. "disabled": true
  314. },
  315. {
  316. "slug": "Stroke",
  317. "name": "STROKE",
  318. "description": "Utility for converting hotkys to triggers and gates",
  319. "tags": [
  320. "Utility"
  321. ],
  322. "manualUrl": "https://github.com/stoermelder/vcvrack-packone/blob/v1/docs/Stroke.md",
  323. "disabled": true
  324. },
  325. {
  326. "slug": "AudioInterface64",
  327. "name": "AUDIO-64",
  328. "description": "Sends CV and audio to/from an audio device",
  329. "tags": [
  330. "External"
  331. ]
  332. }
  333. ]
  334. }