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.2KB

  1. {
  2. "slug": "BBModules",
  3. "name": "BB Modules",
  4. "version": "1.1.1",
  5. "license": "proprietary",
  6. "brand": "BB Modules",
  7. "author": "Roberto Colabene",
  8. "authorEmail": "robertocolabene@gmail.com",
  9. "authorUrl": "https://github.com/robertocolabene",
  10. "pluginUrl": "https://github.com/robertocolabene/BBModules/blob/master/README.md",
  11. "manualUrl": "https://github.com/robertocolabene/BBModules/tree/master/QSG",
  12. "sourceUrl": "",
  13. "donateUrl": "",
  14. "changelogUrl": "https://github.com/robertocolabene/BBModules/blob/master/README.md#update-log",
  15. "modules": [
  16. {
  17. "slug": "fox",
  18. "name": "Fox",
  19. "description": "Clean Overdrive",
  20. "tags": [
  21. "Effect",
  22. "Distortion"
  23. ]
  24. },
  25. {
  26. "slug": "ability",
  27. "name": "Mirror",
  28. "description": "Multi-Algorithm Module",
  29. "tags": [
  30. "Utility"
  31. ]
  32. },
  33. {
  34. "slug": "mixture",
  35. "name": "MX",
  36. "description": "Amplifier, Mixer and Attenuator",
  37. "tags": [
  38. "Amplifier",
  39. "Mixer",
  40. "Attenuator"
  41. ]
  42. },
  43. {
  44. "slug": "triverse",
  45. "name": "TT",
  46. "description": "Mixer and Attenuator",
  47. "tags": [
  48. "Mixer",
  49. "Attenuator"
  50. ]
  51. },
  52. {
  53. "slug": "bimix",
  54. "name": "BX",
  55. "description": "Mixer and Attenuator",
  56. "tags": [
  57. "Mixer",
  58. "Attenuator"
  59. ]
  60. },
  61. {
  62. "slug": "nostromo",
  63. "name": "Nostromo",
  64. "description": "Complex Oscillator",
  65. "tags": [
  66. "Oscillator"
  67. ]
  68. },
  69. {
  70. "slug": "yggdrasill",
  71. "name": "Yggdrasill",
  72. "disabled": true,
  73. "description": "Random Function Generator",
  74. "tags": [
  75. "Utility"
  76. ]
  77. },
  78. {
  79. "slug": "oknotok",
  80. "name": "oknotok",
  81. "disabled": false,
  82. "description": "Step Sequencer RNG",
  83. "tags": [
  84. "Sequencer"
  85. ]
  86. },
  87. {
  88. "slug": "ut",
  89. "name": "UT",
  90. "description": "Touch Strip",
  91. "tags": [
  92. "Utility"
  93. ]
  94. },
  95. {
  96. "slug": "nodes",
  97. "name": "Nodes",
  98. "disabled": false,
  99. "description": "Patch Bay",
  100. "tags": [
  101. "Utility"
  102. ]
  103. }
  104. ]
  105. }