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.

128 lines
4.4KB

  1. {
  2. "slug": "StochasticTelegraph",
  3. "name": "Stochastic Telegraph",
  4. "version": "2.0.16",
  5. "minRackVersion": "2.4.0",
  6. "license": "GPL-3.0-or-later",
  7. "brand": "Stochastic Telegraph",
  8. "author": "Mahlen Morris",
  9. "authorEmail": "vcv@stochastictelegraph.com",
  10. "authorUrl": "https://www.stochastictelegraph.com",
  11. "pluginUrl": "https://github.com/mahlenmorris/VCVRack",
  12. "manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/README.md",
  13. "sourceUrl": "https://github.com/mahlenmorris/VCVRack",
  14. "donateUrl": "https://ko-fi.com/stochastictelegraph",
  15. "changelogUrl": "",
  16. "modules": [
  17. {
  18. "slug": "BASICally",
  19. "name": "BASICally",
  20. "description": "Generate sequences, perform math on inputs, and even multitask with a simple BASIC-like language. Can also send Tipsy text messages to modules that support them (e.g., TTY).",
  21. "manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/README.md#basically",
  22. "tags": [
  23. "Attenuator",
  24. "Function Generator",
  25. "Sequencer",
  26. "Sample and hold",
  27. "Utility"
  28. ]
  29. },
  30. {
  31. "slug": "Drifter",
  32. "name": "Drifter",
  33. "description": "Varying linear function generator. Makes sequences that change in small (or large) ways. A line defined by X/Y points, each doing a random walk.",
  34. "manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/README.md#drifter",
  35. "tags": [
  36. "Random",
  37. "Sample and hold",
  38. "Sequencer"
  39. ]
  40. },
  41. {
  42. "slug": "Fermata",
  43. "name": "Fermata",
  44. "description": "Write much longer text notes, and various sizes of labels. Fermata is resizable, scrolls, has font and color choices, and more.",
  45. "manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/README.md#fermata",
  46. "tags": [
  47. "Blank",
  48. "Utility",
  49. "Visual"
  50. ]
  51. },
  52. {
  53. "slug": "Fuse",
  54. "name": "Fuse",
  55. "description": "Counts triggers and blocks/allows a signal after hitting a limit. Useful for timed composition changes, simulating components that break with overuse, or scaling a value based on the number of triggers.",
  56. "manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/README.md#fuse",
  57. "tags": [
  58. "Clock modulator",
  59. "Utility",
  60. "Voltage-controlled amplifier"
  61. ]
  62. },
  63. {
  64. "slug": "TTY",
  65. "name": "TTY",
  66. "description": "Logs values from cables and/or text messages from Tipsy text sources (e.g., BASICally). Makes monitoring of values or logging far easier. TTY is resizable, scrolls, has font and color choices, and more.",
  67. "manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/README.md#tty",
  68. "tags": [
  69. "Recording",
  70. "Utility",
  71. "Visual"
  72. ]
  73. },
  74. {
  75. "slug": "Memory",
  76. "name": "Memory",
  77. "description": "The root part of a Memory Ensemble. What Fixation and Ruminate reads, Embellish writes to and Depict displays.",
  78. "manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/Memory.md#memory",
  79. "tags": [
  80. "Recording",
  81. "Sampler"
  82. ]
  83. },
  84. {
  85. "slug": "Ruminate",
  86. "name": "Ruminate",
  87. "description": "A playback head within a Memory Ensemble that plays the entire Memory.",
  88. "manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/Memory.md#ruminate",
  89. "tags": [
  90. "Delay",
  91. "Expander",
  92. "Sampler"
  93. ]
  94. },
  95. {
  96. "slug": "Fixation",
  97. "name": "Fixation",
  98. "description": "Playback head with a Memory Ensemble that repeatedly plays a short part of the Memory.",
  99. "manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/Memory.md#fixation",
  100. "tags": [
  101. "Delay",
  102. "Expander",
  103. "Sampler"
  104. ]
  105. },
  106. {
  107. "slug": "Embellish",
  108. "name": "Embellish",
  109. "description": "A recording and playback head for a Memory Ensemble.",
  110. "manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/Memory.md#embellish",
  111. "tags": [
  112. "Expander",
  113. "Recording",
  114. "Sampler"
  115. ]
  116. },
  117. {
  118. "slug": "Depict",
  119. "name": "Depict",
  120. "description": "Visualizes activity of other modules within a Memory Ensemble.",
  121. "manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/Memory.md#depict",
  122. "tags": [
  123. "Expander",
  124. "Visual"
  125. ]
  126. }
  127. ]
  128. }