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.

138 lines
4.8KB

  1. {
  2. "slug": "Sulamith",
  3. "name": "Sulamith",
  4. "version": "2.2.0",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "Sulamith",
  7. "author": "Pascal Breitenbach",
  8. "authorEmail": "johann@raisedasapackofwolves.de",
  9. "pluginUrl": "https://github.com/JohannAsbjoernson/Sulamith",
  10. "authorUrl": "https://www.youtube.com/@johannasbjoernson918/featured",
  11. "manualUrl": "https://github.com/JohannAsbjoernson/Sulamith/blob/main/README.md",
  12. "sourceUrl": "https://github.com/JohannAsbjoernson/Sulamith",
  13. "changelogUrl": "https://github.com/JohannAsbjoernson/Sulamith/blob/main/CHANGELOG.md",
  14. "modules": [
  15. {
  16. "slug": "ButtonA",
  17. "name": "Button - Trigger/CV Utility",
  18. "description": "Multi-tool with probability, scaled random cv gen, a<>b switch, constant voltage, 0.2s-10s gate & trig out + text label. Slew&retrig menu options.",
  19. "manualUrl": "https://github.com/JohannAsbjoernson/Sulamith/tree/main?tab=readme-ov-file#button",
  20. "tags": [
  21. "Utility",
  22. "Random",
  23. "Sequencer",
  24. "Clock modulator",
  25. "Logic",
  26. "Controller"
  27. ]
  28. },
  29. {
  30. "slug": "BPMClk",
  31. "name": "BPM Clock",
  32. "description": "Lightweight BPM clock with run & reset. Master + 3 (/32 to x32) mult/div clock outputs. Meant for single row patches",
  33. "manualUrl": "https://github.com/JohannAsbjoernson/Sulamith/tree/main?tab=readme-ov-file#clock",
  34. "tags": [
  35. "Clock generator"
  36. ]
  37. },
  38. {
  39. "slug": "KnobX",
  40. "name": "Knobs - Const Voltage Source Sequencer",
  41. "description": "8CH Volt Bank with built-in sequencer. Probability, Playmodes, CH/Step number and knob range setting. Clk, Rst, Button in. Sequenced CV + Trig and static Poly out.",
  42. "manualUrl": "https://github.com/JohannAsbjoernson/Sulamith/tree/main?tab=readme-ov-file#knobs",
  43. "tags": [
  44. "Utility",
  45. "Sequencer",
  46. "Polyphonic"
  47. ]
  48. },
  49. {
  50. "slug": "GTSeq",
  51. "name": "Gate Length Sequencer",
  52. "description": "Sequences 6 Gates (0.1s-10s) with playmodes, probability, seq length, reset. For holding notes, envelopes and switches.",
  53. "manualUrl": "https://github.com/JohannAsbjoernson/Sulamith/tree/main?tab=readme-ov-file#gtseq",
  54. "tags": [
  55. "Utility",
  56. "Sequencer",
  57. "Polyphonic"
  58. ]
  59. },
  60. {
  61. "slug": "P2Seq",
  62. "name": "Poly to Sequence",
  63. "description": "Takes a polyphonic Input and sequences it to a clock (fwd, bwd, rnd). Step probability + add random probability with range.",
  64. "manualUrl": "https://github.com/JohannAsbjoernson/Sulamith/tree/main?tab=readme-ov-file#p2seq",
  65. "tags": [
  66. "Utility",
  67. "Sequencer",
  68. "Switch",
  69. "Polyphonic"
  70. ]
  71. },
  72. {
  73. "slug": "VoltM",
  74. "name": "Volt Meter",
  75. "description": "Polyphonic Volt Meter. Inputs are merged to output.",
  76. "manualUrl": "https://github.com/JohannAsbjoernson/Sulamith/tree/main?tab=readme-ov-file#volt",
  77. "tags": [
  78. "Visual",
  79. "Utility",
  80. "Polyphonic"
  81. ]
  82. },
  83. {
  84. "slug": "Note",
  85. "name": "Note Display",
  86. "description": "Displays the notes (& cents) of a polyphonic input. With quantization option (to semis) for the output. Displays: Note, Octave, Cent (ie: G#4 + 26)",
  87. "manualUrl": "https://github.com/JohannAsbjoernson/Sulamith/tree/main?tab=readme-ov-file#note",
  88. "tags": [
  89. "Visual",
  90. "Utility",
  91. "Polyphonic"
  92. ]
  93. },
  94. {
  95. "slug": "SH",
  96. "name": "Sample & Hold",
  97. "description": "S&H with min, max, channels and probability. #2s settings apply to #3. Probability applies seperately to each poly channel",
  98. "manualUrl": "https://github.com/JohannAsbjoernson/Sulamith/tree/main?tab=readme-ov-file#sh",
  99. "tags": [
  100. "Sample and hold",
  101. "Random",
  102. "Polyphonic"
  103. ]
  104. },
  105. {
  106. "slug": "Compare",
  107. "name": "Poly Comparator",
  108. "description": "Compares all channels from a polyphonic input with set threshold. Outputs Poly a<>b Gates and CV/Audio.",
  109. "manualUrl": "https://github.com/JohannAsbjoernson/Sulamith/tree/main?tab=readme-ov-file#comparator",
  110. "tags": [
  111. "Logic",
  112. "Limiter",
  113. "Utility",
  114. "Polyphonic"
  115. ]
  116. },
  117. {
  118. "slug": "Merge",
  119. "name": "Polyphonic Merge",
  120. "description": "16 mono inputs can be merged into a polyphonic output.",
  121. "manualUrl": "https://github.com/JohannAsbjoernson/Sulamith/tree/main?tab=readme-ov-file#merge--split",
  122. "tags": [
  123. "Utility",
  124. "Polyphonic"
  125. ]
  126. },
  127. {
  128. "slug": "Split",
  129. "name": "Polyphonic Split",
  130. "description": "Splits a polyphonic input into monophonic outputs.",
  131. "manualUrl": "https://github.com/JohannAsbjoernson/Sulamith/tree/main?tab=readme-ov-file#merge--split",
  132. "tags": [
  133. "Utility",
  134. "Polyphonic"
  135. ]
  136. }
  137. ]
  138. }