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.

71 lines
1.8KB

  1. {
  2. "slug": "TMT",
  3. "name": "T's Musical Tools",
  4. "version": "2.0.0",
  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 falloff.",
  66. "tags": [
  67. "Visual"
  68. ]
  69. }
  70. ]
  71. }