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.

94 lines
1.9KB

  1. {
  2. "slug": "STS",
  3. "version": "1.1.2",
  4. "license": "GPL-3.0-only",
  5. "name": "STS",
  6. "author": "STS",
  7. "authorEmail": "sts.modules@gmail.com",
  8. "authorUrl": "https://github.com/SmallTownSound/STS/blob/V1/README.md",
  9. "pluginUrl": "https://github.com/SmallTownSound/STS/",
  10. "manualUrl": "https://github.com/SmallTownSound/STS/blob/V1/README.md",
  11. "sourceUrl": "https://github.com/SmallTownSound/STS/blob/V1/README.md",
  12. "donateUrl": "",
  13. "modules": [
  14. {
  15. "slug": "Odyssey",
  16. "name": "Oddy",
  17. "description": "Poly Synth",
  18. "tags": [
  19. "Synth Voice",
  20. "Polyphonic"
  21. ]
  22. },
  23. {
  24. "slug": "PolySEQ16",
  25. "name": "PolySEQ16",
  26. "description": "Quantized 16 Step POLY Sequencer",
  27. "tags": [
  28. "Sequencer",
  29. "Polyphonic"
  30. ]
  31. },
  32. {
  33. "slug": "Illiad",
  34. "name": "Illiad",
  35. "description": "Synth Controller",
  36. "tags": [
  37. "Controller"
  38. ]
  39. },
  40. {
  41. "slug": "RingModulator",
  42. "name": "RingModulator",
  43. "description": "Ring Modulator",
  44. "tags": [
  45. "Ring Modulator"
  46. ]
  47. },
  48. {
  49. "slug": "WaveFolder",
  50. "name": "WaveFolder",
  51. "description": "Wave Folder",
  52. "tags": [
  53. "Waveshaper"
  54. ]
  55. },
  56. {
  57. "slug": "VU_Poly",
  58. "name": "VU_Poly",
  59. "description": "VU Meter Poly",
  60. "tags": [
  61. "Visual",
  62. "Polyphonic"
  63. ]
  64. },
  65. {
  66. "slug": "LFOPoly",
  67. "name": "LFOPoly",
  68. "description": "Poly LFO 16",
  69. "tags": [
  70. "LFO",
  71. "Polyphonic"
  72. ]
  73. },
  74. {
  75. "slug": "LFOPolySP",
  76. "name": "LFOPolySnapPhase",
  77. "description": "Poly LFO 16 with Snap Phase",
  78. "tags": [
  79. "LFO",
  80. "Polyphonic"
  81. ]
  82. },
  83. {
  84. "slug": "MidiPlayer",
  85. "name": "MidiPlayer",
  86. "description": "Poly Midi Player",
  87. "tags": [
  88. "Utility",
  89. "Synth Voice",
  90. "Polyphonic"
  91. ]
  92. }
  93. ]
  94. }