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.

87 lines
1.9KB

  1. {
  2. "slug": "stocaudio",
  3. "name": "stocaudio",
  4. "version": "1.0.1",
  5. "license": "BSD-3-Clause",
  6. "author": "Alessandro Petrone",
  7. "authorEmail": "contact@stocaudio.com",
  8. "authorUrl": "https://stocaudio.com",
  9. "pluginUrl": "https://github.com/aptrn/stocaudio-modules",
  10. "manualUrl": "https://github.com/aptrn/stocaudio-modules",
  11. "sourceUrl": "https://github.com/aptrn/stocaudio-modules",
  12. "donateUrl": "https://paypal.me/aptrn",
  13. "modules": [
  14. {
  15. "slug": "Polyturing",
  16. "name": "Polyturing",
  17. "description": "Turing Machine inspired polyphonic sampler/sequencer",
  18. "tags": [
  19. "Random",
  20. "Sequencer",
  21. "Sampler",
  22. "Utility",
  23. "Polyphonic"
  24. ]
  25. },
  26. {
  27. "slug": "Polydelay",
  28. "name": "Polydelay",
  29. "description": "Polyphonic Delay with channel spread",
  30. "tags": [
  31. "Delay",
  32. "Effect",
  33. "Utility",
  34. "Polyphonic"
  35. ]
  36. },
  37. {
  38. "slug": "Spread",
  39. "name": "Spread",
  40. "description": "Polyphonic stereo spreader and summer",
  41. "tags": [
  42. "VCA",
  43. "Utility",
  44. "Polyphonic"
  45. ]
  46. },
  47. {
  48. "slug": "Clock",
  49. "name": "Clock",
  50. "description": "Clock multiplier/divider with swing",
  51. "tags": [
  52. "Utility",
  53. "Sequencer",
  54. "Polyphonic"
  55. ]
  56. },
  57. {
  58. "slug": "Manseq",
  59. "name": "Manseq",
  60. "description": "Polyphonic button driven sequencer",
  61. "tags": [
  62. "Sequencer",
  63. "Utility",
  64. "Polyphonic"
  65. ]
  66. },
  67. {
  68. "slug": "Btnseq",
  69. "name": "Btnseq",
  70. "description": "Polyphonic gate sequencer",
  71. "tags": [
  72. "Sequencer",
  73. "Utility",
  74. "Polyphonic"
  75. ]
  76. },
  77. {
  78. "slug": "Polyslew",
  79. "name": "Polyslew",
  80. "description": "Polyphonic Slew Limiter",
  81. "tags": [
  82. "Utility",
  83. "Polyphonic"
  84. ]
  85. }
  86. ]
  87. }