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.

96 lines
3.1KB

  1. {
  2. "slug": "PathSet",
  3. "name": "Path Set: Free",
  4. "version": "2.5.0",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "Path Set",
  7. "author": "Andrew Hanson",
  8. "authorEmail": "",
  9. "authorUrl": "https://www.patheros.com/",
  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": "PlusPane",
  61. "name": "+Pane",
  62. "description": "Bi-directional, chainable, expander for GlassPane.",
  63. "manualUrl": "https://github.com/patheros/PathSetManuals/blob/main/modules/GlassPane.md",
  64. "tags": [
  65. "Sequencer",
  66. "Random"
  67. ]
  68. },
  69. {
  70. "slug": "ShiftyExpander",
  71. "name": "ShiftyExpander",
  72. "description": "Expander for Shifty. Adds CV and Atenuverters for all the knobs on Shifty.",
  73. "manualUrl": "https://github.com/patheros/PathSetManuals/blob/main/modules/Shifty.md",
  74. "tags": []
  75. },
  76. {
  77. "slug": "Nudge",
  78. "name": "Nudge",
  79. "description": "Modulation generator that lets you randomly nudge the modulations whenever you want.",
  80. "manualUrl": "https://github.com/patheros/PathSetManuals/blob/main/modules/Nudge.md",
  81. "tags": [
  82. "Random"
  83. ]
  84. },
  85. {
  86. "slug": "OneShot",
  87. "name": "OneShot",
  88. "description": "One-shot Sequencer that can be daisy-chained with other sequencers or more OneShots.",
  89. "manualUrl": "https://github.com/patheros/PathSetManuals/blob/main/modules/OneShot.md",
  90. "tags": [
  91. "Sequencer",
  92. "Random"
  93. ]
  94. }
  95. ]
  96. }