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.

64 lines
1.4KB

  1. {
  2. "slug": "nullpath",
  3. "name": "NullPath",
  4. "version": "2.0.0",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "NullPath",
  7. "author": "Andrew Hanson & Eric Socia",
  8. "authorEmail": "",
  9. "authorUrl": "",
  10. "pluginUrl": "https://github.com/alefnull/NullPath",
  11. "manualUrl": "https://github.com/alefnull/NullPath",
  12. "sourceUrl": "https://github.com/alefnull/NullPath",
  13. "donateUrl": "",
  14. "changelogUrl": "",
  15. "modules": [
  16. {
  17. "slug": "switch18",
  18. "name": "Expand",
  19. "description": "A 1-9 not-so-sequential switch",
  20. "tags": [
  21. "Switch",
  22. "Utility",
  23. "Polyphonic"
  24. ]
  25. },
  26. {
  27. "slug": "switch81",
  28. "name": "Collapse",
  29. "description": "A 9-1 not-so-sequential switch",
  30. "tags": [
  31. "Switch",
  32. "Utility",
  33. "Polyphonic"
  34. ]
  35. },
  36. {
  37. "slug": "funcgen",
  38. "name": "Cascade",
  39. "description": "A 4 channel envelope/function generator",
  40. "tags": [
  41. "Envelope generator"
  42. ]
  43. },
  44. {
  45. "slug": "supersaw",
  46. "name": "Turbulence",
  47. "description": "A supersaw oscillator/synth voice, with noise and a built-in ADSR envelope",
  48. "tags": [
  49. "Oscillator",
  50. "Polyphonic",
  51. "Synth voice"
  52. ]
  53. },
  54. {
  55. "slug": "randrouter",
  56. "name": "Entangle",
  57. "description": "9-9 random router",
  58. "tags": [
  59. "Switch",
  60. "Utility"
  61. ]
  62. }
  63. ]
  64. }