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.

66 lines
1.4KB

  1. {
  2. "slug": "BBModules",
  3. "name": "BB Modules",
  4. "version": "1.0.0",
  5. "license": "proprietary",
  6. "brand": "BB Modules",
  7. "author": "Roberto Colabene",
  8. "authorEmail": "robertocolabene@gmail.com",
  9. "authorUrl": "https://github.com/soulbridge/BBModules",
  10. "pluginUrl": "https://github.com/soulbridge/BBModules",
  11. "manualUrl": "https://github.com/soulbridge/BBModules",
  12. "sourceUrl": "",
  13. "donateUrl": "",
  14. "changelogUrl": "https://github.com/soulbridge/BBModules",
  15. "modules": [
  16. {
  17. "slug": "fox",
  18. "name": "Fox",
  19. "description": "Clean Overdrive",
  20. "tags": ["Effect", "Distortion"]
  21. },
  22. {
  23. "slug": "ability",
  24. "name": "Mirror",
  25. "description": "Multi-Algorithm Module",
  26. "tags": ["Utility"]
  27. },
  28. {
  29. "slug": "mixture",
  30. "name": "MX",
  31. "description": "Amplifier, Mixer and Attenuator",
  32. "tags": ["Amplifier","Mixer","Attenuator"]
  33. },
  34. {
  35. "slug": "triverse",
  36. "name": "TT",
  37. "description": "Mixer and Attenuator",
  38. "tags": ["Mixer","Attenuator"]
  39. },
  40. {
  41. "slug": "bimix",
  42. "name": "BX",
  43. "description": "Mixer and Attenuator",
  44. "tags": ["Mixer", "Attenuator"]
  45. },
  46. {
  47. "slug": "nostromo",
  48. "name": "Nostromo",
  49. "description": "Complex Oscillator",
  50. "tags": ["Oscillator"]
  51. },
  52. {
  53. "slug": "yggdrasill",
  54. "name": "Yggdrasill",
  55. "disabled": true,
  56. "description": "Random Function Generator",
  57. "tags": ["Utility"]
  58. },
  59. {
  60. "slug": "ut",
  61. "name": "UT",
  62. "description": "Touch Strip",
  63. "tags": ["Utility"]
  64. }
  65. ]
  66. }