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.

144 lines
4.4KB

  1. {
  2. "slug": "SIM",
  3. "name": "SIM",
  4. "version": "2.1.2",
  5. "license": "BSD-3-Clause",
  6. "brand": "SIM",
  7. "author": "Dan Sable",
  8. "authorEmail": "imdansable@gmail.com",
  9. "pluginUrl": "https://github.com/imDanSable/SIM",
  10. "manualUrl": "https://github.com/imDanSable/SIM/blob/master/README.md",
  11. "changelogUrl": "https://github.com/imDanSable/SIM/blob/master/CHANGELOG.md",
  12. "sourceUrl": "https://github.com/imDanSable/SIM",
  13. "modules": [
  14. {
  15. "slug": "Blank",
  16. "name": "Blank",
  17. "description": "Blank",
  18. "tags": [
  19. "Blank"
  20. ]
  21. },
  22. {
  23. "slug": "Phi",
  24. "name": "Phi",
  25. "description": "Sequence over a polyphonic input. The sequence properties like glide, start, length, can be modified using expanders.",
  26. "manualUrl": "https://github.com/imDanSable/SIM?tab=readme-ov-file#phi",
  27. "tags": [
  28. "Sequencer",
  29. "Arpeggiator"
  30. ]
  31. },
  32. {
  33. "slug": "Via",
  34. "name": "Via",
  35. "description": "Does nothing by itself. The signals passing through Via can be modified using compatible expanders.",
  36. "manualUrl": "https://github.com/imDanSable/SIM?tab=readme-ov-file#via",
  37. "tags": [
  38. "Polyphonic"
  39. ]
  40. },
  41. {
  42. "slug": "Arr",
  43. "name": "Arr",
  44. "description": "An array of quantizable values into a polyphonic signal. Use expanders to add, rotate, insert, remove, or get multiple sub-arrays.",
  45. "manualUrl": "https://github.com/imDanSable/SIM?tab=readme-ov-file#arr",
  46. "tags": [
  47. "Polyphonic",
  48. "Quantizer"
  49. ]
  50. },
  51. {
  52. "slug": "Coerce",
  53. "name": "Coerce",
  54. "description": "Quantize an incoming polyphonic signal to voltages of another polyphonic signal.",
  55. "manualUrl": "https://github.com/imDanSable/SIM?tab=readme-ov-file#coerce",
  56. "tags": [
  57. "Quantizer",
  58. "Polyphonic"
  59. ]
  60. },
  61. {
  62. "slug": "Coerce6",
  63. "name": "Coerce6",
  64. "description": "Quantize incoming polyphonic signals to voltages of another polyphonic signal.",
  65. "manualUrl": "https://github.com/imDanSable/SIM?tab=readme-ov-file#coerce6",
  66. "tags": [
  67. "Quantizer",
  68. "Polyphonic"
  69. ]
  70. },
  71. {
  72. "slug": "Spike",
  73. "name": "Spike",
  74. "description": "Gate sequencer. Modify individual gate duration, gate delay, repetitions, or chance using expanders.",
  75. "manualUrl": "https://github.com/imDanSable/SIM?tab=readme-ov-file#spike",
  76. "tags": [
  77. "Sequencer"
  78. ]
  79. },
  80. {
  81. "slug": "ReX",
  82. "name": "ReX",
  83. "description": "Generic Input expander for several SIM modules. Modifies start and length of the data inside the expandable.",
  84. "manualUrl": "https://github.com/imDanSable/SIM?tab=readme-ov-file#rex",
  85. "tags": [
  86. "Expander"
  87. ]
  88. },
  89. {
  90. "slug": "InX",
  91. "name": "InX",
  92. "description": "Input expander for several SIM modules. Can overwrite, insert or AND or offset data inside the expanded module.",
  93. "manualUrl": "https://github.com/imDanSable/SIM?tab=readme-ov-file#inx",
  94. "tags": [
  95. "Expander"
  96. ]
  97. },
  98. {
  99. "slug": "OutX",
  100. "name": "OutX",
  101. "description": "Output expander for several SIM modules. Can copy or subtract data from the expanded module per channel or normalled.",
  102. "manualUrl": "https://github.com/imDanSable/SIM?tab=readme-ov-file#outx",
  103. "tags": [
  104. "Expander"
  105. ]
  106. },
  107. {
  108. "slug": "Bank",
  109. "name": "Bank",
  110. "description": "An expandable bank of 16 On/Off values. Compatible with SIM expanders.",
  111. "manualUrl": "https://github.com/imDanSable/SIM?tab=readme-ov-file#bank",
  112. "tags": [
  113. "Polyphonic"
  114. ]
  115. },
  116. {
  117. "slug": "Tie",
  118. "name": "Tie",
  119. "description": "A legato",
  120. "manualUrl": "https://github.com/imDanSable/SIM?tab=readme-ov-file#tie",
  121. "tags": [
  122. "Polyphonic"
  123. ]
  124. },
  125. {
  126. "slug": "ModX",
  127. "name": "ModX",
  128. "description": "Modify Glide, Repeats, and chance for Spike and Phi.",
  129. "manualUrl": "https://github.com/imDanSable/SIM?tab=readme-ov-file#modx",
  130. "tags": [
  131. "Expander"
  132. ]
  133. },
  134. {
  135. "slug": "GaitX",
  136. "name": "GaitX",
  137. "description": "Output expander for Phi and Spike. Outputs current step, step phase, and EOC.",
  138. "manualUrl": "https://github.com/imDanSable/SIM?tab=readme-ov-file#gaitx",
  139. "tags": [
  140. "Expander"
  141. ]
  142. }
  143. ]
  144. }