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.

86 lines
2.8KB

  1. {
  2. "slug": "PathSet",
  3. "name": "Path Set: Free",
  4. "version": "2.4.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. "description": "Expander for Shifty. Adds CV and Atenuverters for all the knobs on Shifty.",
  63. "manualUrl": "https://github.com/patheros/PathSetManuals/blob/main/modules/Shifty.md",
  64. "tags": []
  65. },
  66. {
  67. "slug": "Nudge",
  68. "name": "Nudge",
  69. "description": "Modulation generator that lets you randomly nudge the modulations whenever you want.",
  70. "manualUrl": "https://github.com/patheros/PathSetManuals/blob/main/modules/Nudge.md",
  71. "tags": [
  72. "Random"
  73. ]
  74. },
  75. {
  76. "slug": "OneShot",
  77. "name": "OneShot",
  78. "description": "One-shot Sequencer that can be daisy-chained with other sequencers or more OneShots.",
  79. "manualUrl": "https://github.com/patheros/PathSetManuals/blob/main/modules/OneShot.md",
  80. "tags": [
  81. "Sequencer",
  82. "Random"
  83. ]
  84. }
  85. ]
  86. }