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.

69 lines
2.0KB

  1. {
  2. "slug": "OuroborosModules",
  3. "name": "OuroborosModules",
  4. "version": "2.0.1",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "Ouroboros Industries",
  7. "author": "Chronos \"phantombeta\" Ouroboros",
  8. "authorEmail": "",
  9. "authorUrl": "https://github.com/Doom2fan",
  10. "pluginUrl": "https://github.com/Doom2fan/OuroborosModules",
  11. "manualUrl": "https://github.com/Doom2fan/OuroborosModules/wiki",
  12. "sourceUrl": "https://github.com/Doom2fan/OuroborosModules",
  13. "donateUrl": "",
  14. "changelogUrl": "https://github.com/Doom2fan/OuroborosModules/blob/master/CHANGELOG.md",
  15. "modules": [
  16. {
  17. "slug": "MetaModule",
  18. "name": "Meta",
  19. "description": "Adds features to VCV Rack",
  20. "tags": [
  21. "Utility"
  22. ],
  23. "manualUrl": "https://github.com/Doom2fan/OuroborosModules/wiki/Meta"
  24. },
  25. {
  26. "slug": "CableColorModule",
  27. "name": "Chroma",
  28. "description": "A cable colour manager with labels and support for multiple colour collections",
  29. "tags": [
  30. "Utility"
  31. ],
  32. "manualUrl": "https://github.com/Doom2fan/OuroborosModules/wiki/Chroma"
  33. },
  34. {
  35. "slug": "StereoVCAModule",
  36. "name": "ST-VCA",
  37. "description": "A stereo version of the Fundamental VCA",
  38. "tags": [
  39. "Voltage-controlled amplifier",
  40. "Polyphonic"
  41. ],
  42. "manualUrl": "https://github.com/Doom2fan/OuroborosModules/wiki/ST\u2010VCA"
  43. },
  44. {
  45. "slug": "BernoulliGates",
  46. "name": "Bernoulli",
  47. "description": "A bank of 8 bernoulli gates",
  48. "tags": [
  49. "Random",
  50. "Logic",
  51. "Switch",
  52. "Clock modulator"
  53. ],
  54. "manualUrl": "https://github.com/Doom2fan/OuroborosModules/wiki/Bernoulli"
  55. },
  56. {
  57. "slug": "Median",
  58. "name": "Median",
  59. "description": "A 3-element voltage sorter, sorts 3 voltages into min, mid and max",
  60. "tags": [
  61. "Logic",
  62. "Waveshaper",
  63. "Polyphonic"
  64. ],
  65. "keywords": "sort sorting sorter min mid max",
  66. "manualUrl": "https://github.com/Doom2fan/OuroborosModules/wiki/Median"
  67. }
  68. ]
  69. }