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.

168 lines
4.6KB

  1. {
  2. "slug": "SIM",
  3. "name": "SIM",
  4. "version": "2.1.0",
  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. "sourceUrl": "https://github.com/imDanSable/SIM",
  12. "modules": [
  13. {
  14. "slug": "Blank",
  15. "name": "Blank",
  16. "description": "Blank",
  17. "tags": [
  18. "Blank"
  19. ]
  20. },
  21. {
  22. "slug": "Phi",
  23. "name": "Phi",
  24. "description": "Sequence over polyphonic channels. Sequence can be modified using expanders.",
  25. "manualUrl": "https://github.com/imDanSable/SIM?tab=readme-ov-file#phi",
  26. "tags": [
  27. "Sequencer",
  28. "Arpeggiator"
  29. ]
  30. },
  31. {
  32. "slug": "Via",
  33. "name": "Via",
  34. "description": "Does nothing by itself. The signals passing thru Via can be modified using compatible expanders.",
  35. "manualUrl": "https://github.com/imDanSable/SIM?tab=readme-ov-file#via",
  36. "tags": [
  37. "Polyphonic"
  38. ]
  39. },
  40. {
  41. "slug": "Arr",
  42. "name": "Arr",
  43. "description": "An expandable array of quantizable values into a polyphonic signal whose data can be modified using expanders.",
  44. "manualUrl": "https://github.com/imDanSable/SIM?tab=readme-ov-file#arr",
  45. "tags": [
  46. "Polyphonic",
  47. "Quantizer"
  48. ]
  49. },
  50. {
  51. "slug": "Coerce",
  52. "name": "Coerce",
  53. "description": "Quantize an incoming polyphonic signal to voltages of another polyphonic signal.",
  54. "manualUrl": "https://github.com/imDanSable/SIM?tab=readme-ov-file#coerce",
  55. "tags": [
  56. "Quantizer",
  57. "Polyphonic"
  58. ]
  59. },
  60. {
  61. "slug": "Coerce6",
  62. "name": "Coerce6",
  63. "description": "Quantize incoming polyphonic signals to voltages of another polyphonic signal.",
  64. "manualUrl": "https://github.com/imDanSable/SIM?tab=readme-ov-file#coerce6",
  65. "tags": [
  66. "Quantizer",
  67. "Polyphonic"
  68. ]
  69. },
  70. {
  71. "slug": "Spike",
  72. "name": "Spike",
  73. "description": "Gate sequencer compatible with expanders to modify the sequence.",
  74. "manualUrl": "https://github.com/imDanSable/SIM?tab=readme-ov-file#spike",
  75. "tags": [
  76. "Sequencer"
  77. ]
  78. },
  79. {
  80. "slug": "ReX",
  81. "name": "ReX",
  82. "description": "Input expander for several SIM modules, modifying start and length of the data inside the expandable.",
  83. "manualUrl": "https://github.com/imDanSable/SIM?tab=readme-ov-file#rex",
  84. "tags": [
  85. "Expander"
  86. ]
  87. },
  88. {
  89. "slug": "InX",
  90. "name": "InX",
  91. "description": "Input expander for several SIM modules. Can overwrite or insert data inside the expanded module.",
  92. "manualUrl": "https://github.com/imDanSable/SIM?tab=readme-ov-file#inx",
  93. "tags": [
  94. "Expander"
  95. ]
  96. },
  97. {
  98. "slug": "OutX",
  99. "name": "OutX",
  100. "description": "Output expander for several SIM modules. Can copy or substract data from the expanded module.",
  101. "manualUrl": "https://github.com/imDanSable/SIM?tab=readme-ov-file#outx",
  102. "tags": [
  103. "Expander"
  104. ]
  105. },
  106. {
  107. "slug": "Bank",
  108. "name": "Bank",
  109. "description": "An expandable bank of 16 On/Off values. Compatible with SIM expanders.",
  110. "manualUrl": "https://github.com/imDanSable/SIM?tab=readme-ov-file#bank",
  111. "tags": [
  112. "Polyphonic"
  113. ]
  114. },
  115. {
  116. "slug": "Tie",
  117. "name": "Tie",
  118. "description": "A legato",
  119. "manualUrl": "https://github.com/imDanSable/SIM?tab=readme-ov-file#tie",
  120. "tags": [
  121. "Polyphonic"
  122. ]
  123. },
  124. {
  125. "slug": "ModX",
  126. "name": "ModX",
  127. "description": "Modify Glide, Repeats and chance for Spike and Phi.",
  128. "manualUrl": "https://github.com/imDanSable/SIM?tab=readme-ov-file#modx",
  129. "tags": [
  130. "Expander"
  131. ]
  132. },
  133. {
  134. "slug": "GaitX",
  135. "name": "GaitX",
  136. "description": "Output expander for Phi and Spike. Outputs current step, step phase and EOC.",
  137. "manualUrl": "https://github.com/imDanSable/SIM?tab=readme-ov-file#gaitx",
  138. "tags": [
  139. "Expander"
  140. ]
  141. },
  142. {
  143. "slug": "AlgoX",
  144. "name": "AlgoX",
  145. "description": "Expander for Phi and Spike.",
  146. "tags": [
  147. "Expander"
  148. ],
  149. "disabled": true
  150. },
  151. {
  152. "slug": "OpX",
  153. "name": "OpX",
  154. "description": "Input expander for Phi and Spike.",
  155. "tags": [
  156. "Expander"
  157. ],
  158. "disabled": true
  159. },
  160. {
  161. "slug": "DebugX",
  162. "name": "DebugX",
  163. "description": "",
  164. "tags": [],
  165. "disabled": true
  166. }
  167. ]
  168. }