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.

77 lines
2.5KB

  1. {
  2. "slug": "PathSet",
  3. "name": "Path Set: Free",
  4. "version": "2.3.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/PathSetManuals",
  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. "manualUrl": "https://github.com/patheros/PathSetManuals/blob/main/modules/Shifty.md",
  21. "tags": [
  22. "Clock",
  23. "Clock modulator",
  24. "Sample and hold"
  25. ]
  26. },
  27. {
  28. "slug": "IceTray",
  29. "name": "IceTray",
  30. "description": "Speed shifter and tape delay with selective memory. Perform into this and it will never forget your mistakes.",
  31. "manualUrl": "https://github.com/patheros/PathSetManuals/blob/main/modules/IceTray.md",
  32. "tags": [
  33. "Delay",
  34. "Recording",
  35. "Granular"
  36. ]
  37. },
  38. {
  39. "slug": "AstroVibe",
  40. "name": "AstroVibe",
  41. "description": "Three stereo oscillators or LFOs with random waveforms. Explore a universe of unique waveforms.",
  42. "manualUrl": "https://github.com/patheros/PathSetManuals/blob/main/modules/AstroVibe.md",
  43. "tags": [
  44. "VCO",
  45. "LFO",
  46. "Physical modeling"
  47. ]
  48. },
  49. {
  50. "slug": "GlassPane",
  51. "name": "GlassPane",
  52. "description": "Patchable, branchable, network sequencer. Create a cascading intricate self modulating sequence.",
  53. "manualUrl": "https://github.com/patheros/PathSetManuals/blob/main/modules/GlassPane.md",
  54. "tags": [
  55. "Sequencer",
  56. "Random"
  57. ]
  58. },
  59. {
  60. "slug": "ShiftyExpander",
  61. "name": "ShiftyExpander",
  62. "hidden": true,
  63. "description": "",
  64. "manualUrl": "https://github.com/patheros/PathSetManuals/blob/main/modules/Shifty.md",
  65. "tags": []
  66. },
  67. {
  68. "slug": "Nudge",
  69. "name": "Nudge",
  70. "description": "Modulation generator that lets you randomly nudge the modulations whenever you want.",
  71. "manualUrl": "https://github.com/patheros/PathSetManuals/blob/main/modules/Nudge.md",
  72. "tags": [
  73. "Random"
  74. ]
  75. }
  76. ]
  77. }