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.

110 lines
2.7KB

  1. {
  2. "slug": "TMT",
  3. "name": "T's Musical Tools",
  4. "version": "2.1.10",
  5. "license": "MIT",
  6. "brand": "T",
  7. "author": "T",
  8. "authorEmail": "hillhand@gmail.com",
  9. "authorUrl": "https://github.com/Jadael/",
  10. "pluginUrl": "https://github.com/Jadael/TMT",
  11. "manualUrl": "https://github.com/Jadael/TMT",
  12. "sourceUrl": "https://github.com/Jadael/TMT",
  13. "donateUrl": "",
  14. "changelogUrl": "",
  15. "modules": [
  16. {
  17. "slug": "Shuffle",
  18. "name": "Shuffle",
  19. "description": "Randomly re-order the channels of a polyphonic signal. CV controls for seed and number of output channels.",
  20. "tags": [
  21. "Polyphonic",
  22. "Random",
  23. "Utility"
  24. ]
  25. },
  26. {
  27. "slug": "Calendar",
  28. "name": "Calendar",
  29. "description": "A variety of LFO-like CVs, Triggers, and Gates related to time and date.",
  30. "tags": [
  31. "Utility",
  32. "LFO"
  33. ]
  34. },
  35. {
  36. "slug": "Seed",
  37. "name": "Seed",
  38. "description": "Given a seed voltage, generates 16 random voltages, as 16 mono outputs and 1 polyphonic output.",
  39. "tags": [
  40. "Random",
  41. "Polyphonic"
  42. ]
  43. },
  44. {
  45. "slug": "Ouroboros",
  46. "name": "Ouroboros",
  47. "description": "Sequentially step through the channels of a polyphonic input.",
  48. "tags": [
  49. "Polyphonic",
  50. "Utility"
  51. ]
  52. },
  53. {
  54. "slug": "Append",
  55. "name": "Append",
  56. "description": "Append up to 16 mono or polyphonic signals together into a single list, and output a CV controlled (length, start point) subset of that list as a polyphonic signal.",
  57. "tags": [
  58. "Polyphonic",
  59. "Utility"
  60. ]
  61. },
  62. {
  63. "slug": "Sight",
  64. "name": "Sight",
  65. "description": "Simple scope wih a non-linear time scale.",
  66. "tags": [
  67. "Visual"
  68. ]
  69. },
  70. {
  71. "slug": "Spellbook",
  72. "name": "Spellbook",
  73. "description": "Play RhythML formatted text sequences.",
  74. "tags": [
  75. "Sequencer",
  76. "Polyphonic"
  77. ]
  78. },
  79. {
  80. "slug": "Stats",
  81. "name": "Stats",
  82. "description": "Perform statistical functions on a polyphonic cable.",
  83. "tags": [
  84. "Utility",
  85. "Polyphonic"
  86. ]
  87. },
  88. {
  89. "slug": "Blankt",
  90. "name": "Blankt",
  91. "description": "A resizeable blank panel.",
  92. "tags": []
  93. },
  94. {
  95. "slug": "Sort",
  96. "name": "Sort",
  97. "description": "A tool to arbitrarily sort and select channels from a polyphonic cable using polyphonic CVs.",
  98. "tags": []
  99. },
  100. {
  101. "slug": "Spine",
  102. "name": "Spine",
  103. "description": "A few constant CV offsets I use often.",
  104. "tags": [
  105. "Polyphonic",
  106. "Utility"
  107. ]
  108. }
  109. ]
  110. }