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.

120 lines
3.0KB

  1. {
  2. "slug": "TMT",
  3. "name": "T's Musical Tools",
  4. "version": "2.2.0",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "T",
  7. "author": "T",
  8. "authorEmail": "hillhand@gmail.com",
  9. "authorUrl": "http://hillhand.com",
  10. "pluginUrl": "https://github.com/Jadael/TMT",
  11. "manualUrl": "https://github.com/Jadael/TMT",
  12. "sourceUrl": "https://github.com/Jadael/TMT",
  13. "donateUrl": "https://hillhand.itch.io/tmt",
  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": "Page",
  81. "name": "Page",
  82. "description": "Expander for Spellbook that outputs columns 17-32. Chain up to 31 Pages for 512 columns total.",
  83. "tags": [
  84. "Sequencer",
  85. "Polyphonic",
  86. "Expander"
  87. ]
  88. },
  89. {
  90. "slug": "Stats",
  91. "name": "Stats",
  92. "description": "Perform statistical functions on a polyphonic cable.",
  93. "tags": [
  94. "Utility",
  95. "Polyphonic"
  96. ]
  97. },
  98. {
  99. "slug": "Blankt",
  100. "name": "Blankt",
  101. "description": "A resizeable blank panel.",
  102. "tags": []
  103. },
  104. {
  105. "slug": "Sort",
  106. "name": "Sort",
  107. "description": "A tool to arbitrarily sort and select channels from a polyphonic cable using polyphonic CVs.",
  108. "tags": []
  109. },
  110. {
  111. "slug": "Spine",
  112. "name": "Spine",
  113. "description": "A few constant CV offsets I use often.",
  114. "tags": [
  115. "Polyphonic",
  116. "Utility"
  117. ]
  118. }
  119. ]
  120. }