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.

133 lines
3.7KB

  1. {
  2. "slug": "Bark",
  3. "version": "2.3.1",
  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": "LMH",
  18. "name": "Low Mid High EQ",
  19. "description": "Attenuating EQ with mid boost.",
  20. "manualUrl": "https://github.com/Coirt/Bark/wiki",
  21. "tags": [
  22. "EQ",
  23. "Attenuator"
  24. ]
  25. },
  26. {
  27. "slug": "SHTH",
  28. "name": "S&H / T&H",
  29. "description": "Sample & Hold | Track & Hold",
  30. "manualUrl": "https://github.com/Coirt/Bark/wiki",
  31. "tags": [
  32. "Polyphonic",
  33. "Sample and hold"
  34. ]
  35. },
  36. {
  37. "slug": "EOsum",
  38. "name": "EO Sum",
  39. "description": "Sums polyphonic channels and\ndistributes them to outputs\nbased on odd / even channel\nnumbers.",
  40. "manualUrl": "https://github.com/Coirt/Bark/wiki#eo-sum",
  41. "tags": [
  42. "Polyphonic",
  43. "Utility"
  44. ]
  45. },
  46. {
  47. "slug": "TrimLFO",
  48. "name": "Trim LFO Hz",
  49. "description": "Trims top/bottom values on the selected\nLFO output, without attenuating. Quick\naccess buttons on labels\n",
  50. "manualUrl": "https://github.com/Coirt/Bark/wiki#trim-lfo",
  51. "tags": [
  52. "LFO",
  53. "Utility",
  54. "Logic",
  55. "Dual",
  56. "Clock generator"
  57. ]
  58. },
  59. {
  60. "slug": "OneBand",
  61. "name": "One Band",
  62. "description": "Dual-Mono parametric EQ\n",
  63. "manualUrl": "https://github.com/Coirt/Bark/wiki",
  64. "tags": [
  65. "EQ",
  66. "Attenuator"
  67. ]
  68. },
  69. {
  70. "slug": "bpmTrimLFO",
  71. "name": "Trim LFO BPM",
  72. "description": "Trims top/bottom values on the selected\nLFO output, without attenuating. Quick\naccess buttons on labels\n",
  73. "manualUrl": "https://github.com/Coirt/Bark/wiki#trim-lfo",
  74. "tags": [
  75. "LFO",
  76. "Utility",
  77. "Logic",
  78. "Dual",
  79. "Clock generator"
  80. ]
  81. },
  82. {
  83. "slug": "PolyMix",
  84. "name": "Polyphonic Mixer",
  85. "description": "One Cable(s),\n4x4 channel Mixer with send/return. Constant\npower pan law Aux pre solo/master\npost fader\n",
  86. "manualUrl": "https://github.com/Coirt/Bark/wiki#poly-mix",
  87. "tags": [
  88. "Mixer",
  89. "Polyphonic"
  90. ]
  91. },
  92. {
  93. "slug": "QuadLogic",
  94. "name": "Quad Logic",
  95. "description": "Min/Max value based on inputs\n",
  96. "manualUrl": "https://github.com/Coirt/Bark/wiki#logic",
  97. "tags": [
  98. "Utility",
  99. "Logic"
  100. ]
  101. },
  102. {
  103. "slug": "Panel6",
  104. "name": "Panel 6",
  105. "description": "Blank\n",
  106. "tags": [
  107. "Blank"
  108. ]
  109. },
  110. {
  111. "slug": "Clamp",
  112. "name": "Clamp",
  113. "description": "Feed signal, gained output won't\ngo over voltages set. Can also\nattenuvert signals, Invert\napplied to input.\n",
  114. "manualUrl": "https://github.com/Coirt/Bark/wiki#clamp",
  115. "tags": [
  116. "Utility",
  117. "Attenuator",
  118. "Dual",
  119. "Limiter"
  120. ]
  121. },
  122. {
  123. "slug": "PolyX",
  124. "name": "Poly X",
  125. "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",
  126. "manualUrl": "https://github.com/Coirt/Bark/wiki#poly-x",
  127. "tags": [
  128. "Polyphonic",
  129. "Switch"
  130. ]
  131. }
  132. ]
  133. }