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.

189 lines
3.7KB

  1. {
  2. "slug": "dbRackSequencer",
  3. "name": "dbRackSequencer",
  4. "version": "2.0.2",
  5. "license": "GPL-3.0-or-later",
  6. "brand": "docB",
  7. "author": "docB",
  8. "authorEmail": "",
  9. "authorUrl": "https://docb.io",
  10. "pluginUrl": "https://github.com/docb/dbRackSequencer",
  11. "manualUrl": "https://github.com/docb/dbRackSequencer",
  12. "sourceUrl": "https://github.com/docb/dbRackSequencer",
  13. "donateUrl": "https://www.paypal.com/paypalme/docb222",
  14. "changelogUrl": "",
  15. "modules": [
  16. {
  17. "slug": "JTChords",
  18. "name": "JTChords",
  19. "description": "Just Intonation Chords",
  20. "tags": [
  21. "Utility",
  22. "Sequencer"
  23. ]
  24. },
  25. {
  26. "slug": "Chords",
  27. "name": "Chords",
  28. "description": "Chord Sequencer",
  29. "tags": [
  30. "Sequencer"
  31. ]
  32. },
  33. {
  34. "slug": "AG",
  35. "name": "AG",
  36. "description": "Voltage addressable Gate Patterns",
  37. "tags": [
  38. "Polyphonic",
  39. "Sequencer"
  40. ]
  41. },
  42. {
  43. "slug": "ACC",
  44. "name": "ACC",
  45. "description": "Accumulator",
  46. "tags": [
  47. "Utility"
  48. ]
  49. },
  50. {
  51. "slug": "CV",
  52. "name": "CV",
  53. "description": "CV Source for Sequencing",
  54. "tags": [
  55. "Utility"
  56. ]
  57. },
  58. {
  59. "slug": "Klee",
  60. "name": "Klee",
  61. "description": "A Klee like sequencer",
  62. "tags": [
  63. "Sequencer"
  64. ]
  65. },
  66. {
  67. "slug": "M851",
  68. "name": "M851",
  69. "description": "M851 Sequencer",
  70. "tags": [
  71. "Sequencer"
  72. ]
  73. },
  74. {
  75. "slug": "CYC",
  76. "name": "CYC",
  77. "description": "A cyclic sequencer",
  78. "tags": [
  79. "Sequencer"
  80. ]
  81. },
  82. {
  83. "slug": "PwmClock",
  84. "name": "PwmClock",
  85. "description": "Clock generator with nine configurable clocks with adjustable pwm",
  86. "tags": [
  87. "Clock generator"
  88. ]
  89. },
  90. {
  91. "slug": "TD4",
  92. "name": "TD4",
  93. "description": "A building block for 4x4 sequencers",
  94. "tags": [
  95. "Sequencer"
  96. ]
  97. },
  98. {
  99. "slug": "P16",
  100. "name": "P16",
  101. "description": "One hundred permutations of 16 steps",
  102. "tags": [
  103. "Sequencer"
  104. ]
  105. },
  106. {
  107. "slug": "P4",
  108. "name": "P4",
  109. "description": "Permutations of 4 steps",
  110. "tags": [
  111. "Sequencer"
  112. ]
  113. },
  114. {
  115. "slug": "PXY",
  116. "name": "PXY",
  117. "description": "2D Cartesian Sequencer",
  118. "tags": [
  119. "Sequencer"
  120. ]
  121. },
  122. {
  123. "slug": "C42",
  124. "name": "C42",
  125. "description": "An universal Sequencer with up to 16 play heads and cellular automation",
  126. "tags": [
  127. "Sequencer",
  128. "Polyphonic"
  129. ]
  130. },
  131. {
  132. "slug": "C42E",
  133. "name": "C42E",
  134. "description": "C42 Expander",
  135. "tags": [
  136. "Expander"
  137. ]
  138. },
  139. {
  140. "slug": "Sum",
  141. "name": "Sum",
  142. "description": "Expandable Polyphonic Adder, Mixer ",
  143. "tags": [
  144. "Utility"
  145. ]
  146. },
  147. {
  148. "slug": "SE",
  149. "name": "SE",
  150. "description": "Expander for Sum",
  151. "tags": [
  152. "Expander"
  153. ]
  154. },
  155. {
  156. "slug": "Uno",
  157. "name": "Uno",
  158. "description": "A step sequencer with random skip function",
  159. "tags": [
  160. "Sequencer"
  161. ]
  162. },
  163. {
  164. "slug": "UnoE",
  165. "name": "UnoE",
  166. "description": "Expander for Uno",
  167. "tags": [
  168. "Expander"
  169. ]
  170. },
  171. {
  172. "slug": "TheMatrix",
  173. "name": "TheMatrix",
  174. "description": "A 32x32 Grid ASCII Sequencer with up to 16 play heads",
  175. "tags": [
  176. "Sequencer",
  177. "Polyphonic"
  178. ]
  179. },
  180. {
  181. "slug": "N3",
  182. "name": "N3",
  183. "description": "A trigger sequencer",
  184. "tags": [
  185. "Sequencer"
  186. ]
  187. }
  188. ]
  189. }