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.

105 lines
2.7KB

  1. {
  2. "slug": "Bark",
  3. "version": "1.2.0",
  4. "license": "BSD-4-Clause",
  5. "name": "Coirt / Bark",
  6. "brand": "Bark",
  7. "author": "Phil Golden",
  8. "authorEmail": "philg@live.ie",
  9. "authorUrl": "https://github.com/Coirt",
  10. "pluginUrl": "https://github.com/Coirt/Bark",
  11. "manualUrl": "https://github.com/Coirt/Bark/wiki",
  12. "sourceUrl": "https://github.com/Coirt/Bark",
  13. "changelogUrl": "https://github.com/Coirt/Bark/blob/master/changelog.txt",
  14. "donateUrl": "https://www.paypal.me/philgolden",
  15. "modules": [
  16. {
  17. "slug": "EOsum",
  18. "name": "EO Sum",
  19. "description": "Sums polyphonic channels and\ndistributes them to outputs\nbased on odd or even channel\nnumbers.",
  20. "tags": [
  21. "Polyphonic",
  22. "Utility"
  23. ]
  24. },
  25. {
  26. "slug": "TrimLFO",
  27. "name": "Trim LFO Hz",
  28. "description": "Trims top/bottom values on the selected\nLFO output, without attenuating. Quick\naccess buttons on labels\n",
  29. "tags": [
  30. "LFO",
  31. "Utility",
  32. "Logic",
  33. "Dual",
  34. "Clock generator"
  35. ]
  36. },
  37. {
  38. "slug": "OneBand",
  39. "name": "One Band",
  40. "description": "Dual-Mono parametric EQ\n",
  41. "tags": [
  42. "Equalizer",
  43. "Attenuator"
  44. ]
  45. },
  46. {
  47. "slug": "bpmTrimLFO",
  48. "name": "Trim LFO BPM",
  49. "description": "Trims top/bottom values on the selected\nLFO output, without attenuating. Quick\naccess buttons on labels\n",
  50. "tags": [
  51. "LFO",
  52. "Utility",
  53. "Logic",
  54. "Dual",
  55. "Clock generator"
  56. ]
  57. },
  58. {
  59. "slug": "PolyMix",
  60. "name": "Polyphonic Mixer",
  61. "description": "One Cable(s),\n4x4 channel Mixer with send/return. Constant\npower pan law Aux pre solo/master\npost fader\n",
  62. "tags": [
  63. "Mixer",
  64. "Polyphonic"
  65. ]
  66. },
  67. {
  68. "slug": "QuadLogic",
  69. "name": "Quad Logic",
  70. "description": "Min/Max value based on inputs\n",
  71. "tags": [
  72. "Utility",
  73. "Logic"
  74. ]
  75. },
  76. {
  77. "slug": "Panel6",
  78. "name": "Panel 6",
  79. "description": "Blank\n",
  80. "tags": [
  81. "Blank"
  82. ]
  83. },
  84. {
  85. "slug": "Clamp",
  86. "name": "Clamp",
  87. "description": "Feed signal, gained output won't\ngo over voltages set. Can also\nattenuvert signals, Invert\napplied to input.\n",
  88. "tags": [
  89. "Utility",
  90. "Attenuator",
  91. "Dual",
  92. "Limiter"
  93. ]
  94. },
  95. {
  96. "slug": "PolyX",
  97. "name": "Poly X",
  98. "description": "Merge to polyphonic with mute buttons.\n\nWhen no input channels are connected\nthe mute buttons send 1v or 0v, for\nuse with Level/Pan inputs on Poly Mix.\n",
  99. "tags": [
  100. "Polyphonic",
  101. "Switch"
  102. ]
  103. }
  104. ]
  105. }