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.

45 lines
1.2KB

  1. {
  2. "slug": "PathSet",
  3. "name": "Path Set",
  4. "version": "2.0.0",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "Patheros",
  7. "author": "Andrew Hanson",
  8. "authorEmail": "",
  9. "authorUrl": "https://github.com/patheros",
  10. "pluginUrl": "https://github.com/patheros/PathSetModules",
  11. "manualUrl": "https://github.com/patheros/PathSetModules",
  12. "sourceUrl": "https://github.com/patheros/PathSetModules",
  13. "donateUrl": "",
  14. "changelogUrl": "",
  15. "modules": [
  16. {
  17. "slug": "ShiftyMod",
  18. "name": "Shifty",
  19. "description": "Gate shift register with controllable delays. Create generative gate sequences from a single clock.",
  20. "tags": [
  21. "Clock modulator",
  22. "Sample and hold"
  23. ]
  24. },
  25. {
  26. "slug": "IceTray",
  27. "name": "IceTray",
  28. "description": "Speed shifter and tape delay with selective memory. Perform into this and it will never forget your mistakes.",
  29. "tags": [
  30. "Delay",
  31. "Recording"
  32. ]
  33. },
  34. {
  35. "slug": "AstroVibe",
  36. "name": "AstroVibe",
  37. "description": "Three stereo oscillators or LFOs with random waveforms. Explore a universe of unique waveforms.",
  38. "tags": [
  39. "VCO",
  40. "LFO",
  41. "Physical modeling"
  42. ]
  43. }
  44. ]
  45. }