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.

46 lines
1.3KB

  1. {
  2. "slug": "PathSet",
  3. "name": "Path Set",
  4. "version": "2.1.1",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "Path Set",
  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": "https://github.com/patheros/PathSetModules/blob/main/CHANGELOG.md",
  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",
  22. "Clock modulator",
  23. "Sample and hold"
  24. ]
  25. },
  26. {
  27. "slug": "IceTray",
  28. "name": "IceTray",
  29. "description": "Speed shifter and tape delay with selective memory. Perform into this and it will never forget your mistakes.",
  30. "tags": [
  31. "Delay",
  32. "Recording"
  33. ]
  34. },
  35. {
  36. "slug": "AstroVibe",
  37. "name": "AstroVibe",
  38. "description": "Three stereo oscillators or LFOs with random waveforms. Explore a universe of unique waveforms.",
  39. "tags": [
  40. "VCO",
  41. "LFO",
  42. "Physical modeling"
  43. ]
  44. }
  45. ]
  46. }