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.

41 lines
1.0KB

  1. {
  2. "slug": "NEXSwitches",
  3. "name": "NEX Switches",
  4. "version": "1.1.1",
  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": "https://paypal.me/xaviernayrac",
  14. "changelogUrl": "https://github.com/lkdjiin/SwitchesModules/blob/master/CHANGELOG.md",
  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. "slug": "MatrixMixer4",
  34. "name": "Matrix Mixer 4",
  35. "description": "4 x 4 matrix mixer",
  36. "tags": [
  37. "mixer"
  38. ]
  39. }
  40. ]
  41. }