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.

162 lines
5.6KB

  1. {
  2. "slug": "StochasticTelegraph",
  3. "name": "Stochastic Telegraph",
  4. "version": "2.0.24",
  5. "minRackVersion": "2.6.1",
  6. "license": "GPL-3.0-or-later",
  7. "brand": "Stochastic Telegraph",
  8. "author": "Mahlen Morris",
  9. "authorEmail": "vcv@stochastictelegraph.com",
  10. "authorUrl": "https://www.youtube.com/@StochasticTelegraphTech/featured",
  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. "Logic",
  26. "Polyphonic",
  27. "Sequencer",
  28. "Sample and hold",
  29. "Utility"
  30. ]
  31. },
  32. {
  33. "slug": "Drifter",
  34. "name": "Drifter",
  35. "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.",
  36. "manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/README.md#drifter",
  37. "tags": [
  38. "Random",
  39. "Sample and hold",
  40. "Sequencer"
  41. ]
  42. },
  43. {
  44. "slug": "Fermata",
  45. "name": "Fermata",
  46. "description": "Write much longer text notes, and various sizes of labels. Fermata is resizable, scrolls, has font, font size, and color choices, and more.",
  47. "manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/README.md#fermata",
  48. "tags": [
  49. "Blank",
  50. "Utility",
  51. "Visual"
  52. ]
  53. },
  54. {
  55. "slug": "Fuse",
  56. "name": "Fuse",
  57. "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.",
  58. "manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/README.md#fuse",
  59. "tags": [
  60. "Clock modulator",
  61. "Utility",
  62. "Voltage-controlled amplifier"
  63. ]
  64. },
  65. {
  66. "slug": "TTY",
  67. "name": "TTY",
  68. "description": "Logs values from cables and/or text messages from Tipsy text sources (e.g., BASICally, Memory). Makes monitoring of values or logging far easier. TTY is resizable, scrolls, has font, font size, and color choices, and more.",
  69. "manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/README.md#tty",
  70. "tags": [
  71. "Recording",
  72. "Utility",
  73. "Visual"
  74. ]
  75. },
  76. {
  77. "slug": "Memory",
  78. "name": "Memory",
  79. "description": "The root part of a Memory Ensemble, optimized for audio. What Fixation and Ruminate reads, Embellish and Brainwash write to and Depict displays.",
  80. "manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/Memory.md#memory",
  81. "tags": [
  82. "Recording",
  83. "Sampler"
  84. ]
  85. },
  86. {
  87. "slug": "MemoryCV",
  88. "name": "MemoryCV",
  89. "description": "The root part of a MemoryCV Ensemble, optimized for control voltage. What Fixation and Ruminate reads, Embellish and Brainwash write to and Depict displays.",
  90. "manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/Memory.md#memorycv",
  91. "tags": [
  92. "Recording",
  93. "Sampler"
  94. ]
  95. },
  96. {
  97. "slug": "Ruminate",
  98. "name": "Ruminate",
  99. "description": "A playback head within a Memory Ensemble that plays the entire Memory or MemoryCV.",
  100. "manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/Memory.md#ruminate",
  101. "tags": [
  102. "Delay",
  103. "Expander",
  104. "Sampler"
  105. ]
  106. },
  107. {
  108. "slug": "Fixation",
  109. "name": "Fixation",
  110. "description": "Playback head with a Memory Ensemble that repeatedly plays a short part of the Memory or MemoryCV.",
  111. "manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/Memory.md#fixation",
  112. "tags": [
  113. "Delay",
  114. "Expander",
  115. "Sampler"
  116. ]
  117. },
  118. {
  119. "slug": "Embellish",
  120. "name": "Embellish",
  121. "description": "A recording and playback head for a Memory or MemoryCV Ensemble.",
  122. "manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/Memory.md#embellish",
  123. "tags": [
  124. "Expander",
  125. "Recording",
  126. "Sampler"
  127. ]
  128. },
  129. {
  130. "slug": "Depict",
  131. "name": "Depict",
  132. "description": "Visualizes activity of other modules within a Memory Ensemble.",
  133. "manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/Memory.md#depict",
  134. "tags": [
  135. "Expander",
  136. "Visual"
  137. ]
  138. },
  139. {
  140. "slug": "Venn",
  141. "name": "Venn",
  142. "description": "2D graphical control signals. A single moving or mouse-driven point causes up to 16 circles to output signals based on the point's position within them.",
  143. "manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/README.md#venn",
  144. "tags": [
  145. "Controller",
  146. "Polyphonic",
  147. "Visual"
  148. ]
  149. },
  150. {
  151. "slug": "Brainwash",
  152. "name": "Brainwash",
  153. "description": "Records input and then replaces the contents of a Memory or MemoryCV.",
  154. "manualUrl": "https://github.com/mahlenmorris/VCVRack/blob/main/Memory.md#brainwash",
  155. "tags": [
  156. "Expander",
  157. "Recording",
  158. "Sampler"
  159. ]
  160. }
  161. ]
  162. }