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.

123 lines
3.0KB

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