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.

121 lines
3.0KB

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