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.

33 lines
794B

  1. {
  2. "slug": "NEXSwitches",
  3. "name": "NEX Switches",
  4. "version": "1.0.0",
  5. "license": "GPL-3.0-only",
  6. "brand": "NEX",
  7. "author": "Xavier Nayrac",
  8. "authorEmail": "xavier.nayrac@gmail.com",
  9. "authorUrl": "",
  10. "pluginUrl": "https://github.com/lkdjiin/SwitchesModules",
  11. "manualUrl": "https://github.com/lkdjiin/SwitchesModules",
  12. "sourceUrl": "https://github.com/lkdjiin/SwitchesModules",
  13. "donateUrl": "",
  14. "changelogUrl": "",
  15. "modules": [
  16. {
  17. "slug": "DoubleMute",
  18. "name": "Double Mute",
  19. "description": "Mute two channels at once with fades",
  20. "tags": [
  21. "switch"
  22. ]
  23. },
  24. {
  25. "slug": "TwoByTwo",
  26. "name": "2 x 2 Mute",
  27. "description": "Mute/unmute 2 groups of 2 inputs",
  28. "tags": [
  29. "switch"
  30. ]
  31. }
  32. ]
  33. }