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.

50 lines
1.2KB

  1. {
  2. "slug": "NLS",
  3. "name": "NLS",
  4. "version": "2.1.6.0",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "NLS",
  7. "author": "Michele Zaccagnini",
  8. "authorEmail": "michelezaccagnini88@gmail.com",
  9. "authorUrl": "https://linktr.ee/michelezac",
  10. "pluginUrl": "https://github.com/michelezaccagnini/NLS/tree/main",
  11. "manualUrl": "",
  12. "sourceUrl": "https://github.com/michelezaccagnini/NLS/tree/main",
  13. "donateUrl": "https://www.patreon.com/michelez",
  14. "changelogUrl": "",
  15. "modules": [
  16. {
  17. "slug": "CrossSeq2",
  18. "name": "XSeq2",
  19. "description": "detect intersections between LFOs to generate triggers",
  20. "tags": [
  21. "Sequencer"
  22. ]
  23. },
  24. {
  25. "slug": "TrigGate",
  26. "name": "TrigGate",
  27. "description": "converts triggers to gates of variable length",
  28. "tags": [
  29. "Utility"
  30. ]
  31. },
  32. {
  33. "slug": "CrossSeq3",
  34. "name": "XSeq3",
  35. "description": "detect intersections between LFOs to generate triggers",
  36. "tags": [
  37. "Sequencer"
  38. ]
  39. },
  40. {
  41. "slug": "TrigLogic",
  42. "name": "TrigLogic",
  43. "description": "let triggers through based on signal logic",
  44. "tags": [
  45. "Logic",
  46. "Utility"
  47. ]
  48. }
  49. ]
  50. }