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.

89 lines
2.0KB

  1. {
  2. "slug": "GlueTheGiant",
  3. "name": "Glue the Giant",
  4. "version": "1.0.2",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "Glue the Giant",
  7. "author": "Paul Merchant",
  8. "authorEmail": "prmerchant@gmail.com",
  9. "authorUrl": "https://github.com/gluethegiant",
  10. "pluginUrl": "https://github.com/gluethegiant/gtg-rack",
  11. "manualUrl": "https://github.com/gluethegiant/gtg-rack/blob/master/README.md",
  12. "sourceUrl": "https://github.com/gluethegiant/gtg-rack",
  13. "donateUrl": "",
  14. "modules": [
  15. {
  16. "slug": "MiniBus",
  17. "name": "Mini Bus Mixer",
  18. "description": "Mono to three stereo buses",
  19. "tags": [
  20. "Mixer",
  21. "Polyphonic"
  22. ]
  23. },
  24. {
  25. "slug": "GigBus",
  26. "name": "Gig Bus Mixer",
  27. "description": "Pan to three stereo buses",
  28. "tags": [
  29. "Mixer",
  30. "Polyphonic"
  31. ]
  32. },
  33. {
  34. "slug": "SchoolBus",
  35. "name": "School Bus Mixer",
  36. "description": "Pan and CV to three stereo buses",
  37. "tags": [
  38. "Mixer",
  39. "Polyphonic"
  40. ]
  41. },
  42. {
  43. "slug": "MetroCityBus",
  44. "name": "Metro City Bus Mixer",
  45. "description": "Polyphonic stereo spread (and pan follow) to three buses",
  46. "tags": [
  47. "Mixer",
  48. "Polyphonic"
  49. ]
  50. },
  51. {
  52. "slug": "BusRoute",
  53. "name": "Bus Route",
  54. "description": "Three stereo sends and returns",
  55. "tags": [
  56. "Mixer",
  57. "Delay",
  58. "Utility",
  59. "Polyphonic"
  60. ]
  61. },
  62. {
  63. "slug": "EnterBus",
  64. "name": "Enter Mixer Bus",
  65. "description": "Three stereo inputs to bus",
  66. "tags": [
  67. "Utility"
  68. ]
  69. },
  70. {
  71. "slug": "ExitBus",
  72. "name": "Exit Mixer Bus",
  73. "description": "Three stereo outputs from bus",
  74. "tags": [
  75. "Utility"
  76. ]
  77. },
  78. {
  79. "slug": "BusDepot",
  80. "name": "Bus Depot",
  81. "description": "Sums three stereo buses",
  82. "tags": [
  83. "Mixer",
  84. "Visual",
  85. "Polyphonic"
  86. ]
  87. }
  88. ]
  89. }