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.

164 lines
3.5KB

  1. {
  2. "slug": "ImpromptuModular",
  3. "name": "Impromptu Modular",
  4. "version": "1.0.0",
  5. "author": "Impromptu Modular",
  6. "license": "BSD-3-Clause",
  7. "authorEmail": "marc.boule@etsmtl.ca",
  8. "authorUrl": "https://github.com/MarcBoule/ImpromptuModular/tree/v1",
  9. "manualUrl": "https://github.com/MarcBoule/ImpromptuModular/tree/v1#modules-",
  10. "modules": [
  11. {
  12. "slug": "Tact",
  13. "name": "Tact",
  14. "description": "Tactile-inspired controller, dual channel",
  15. "tags": [
  16. "Controller"
  17. ]
  18. },
  19. {
  20. "slug": "Tact1",
  21. "name": "Tact1",
  22. "description": "Tactile-inspired controller",
  23. "tags": [
  24. "Controller"
  25. ]
  26. },
  27. {
  28. "slug": "Twelve-Key",
  29. "name": "TwelveKey",
  30. "description": "Chainable one octave keyboard controller",
  31. "tags": [
  32. "Controller"
  33. ]
  34. },
  35. {
  36. "slug": "Clocked",
  37. "name": "Clocked",
  38. "description": "Chainable clock generator",
  39. "tags": [
  40. "Clock"
  41. ]
  42. },
  43. {
  44. "slug": "Clocked-Expander",
  45. "name": "Clocked expander",
  46. "description": "Expander for Clocked",
  47. "tags": [
  48. "Expander"
  49. ]
  50. },
  51. {
  52. "slug": "Foundry",
  53. "name": "Foundry",
  54. "description": "4-track, 32-step / 64-pattern sequencer",
  55. "tags": [
  56. "Sequencer"
  57. ]
  58. },
  59. {
  60. "slug": "Foundry-Expander",
  61. "name": "Foundry expander",
  62. "description": "Expander for Foundry",
  63. "tags": [
  64. "Expander"
  65. ]
  66. },
  67. {
  68. "slug": "Gate-Seq-64",
  69. "name": "GateSeq64",
  70. "description": "64-step / 32-pattern gate sequencer",
  71. "tags": [
  72. "Sequencer"
  73. ]
  74. },
  75. {
  76. "slug": "Gate-Seq-64-Expander",
  77. "name": "GateSeq64 expander",
  78. "description": "Expander for GateSeq64",
  79. "tags": [
  80. "Expander"
  81. ]
  82. },
  83. {
  84. "slug": "Phrase-Seq-16",
  85. "name": "PhraseSeq16",
  86. "description": "16-step / 16-pattern sequencer",
  87. "tags": [
  88. "Sequencer"
  89. ]
  90. },
  91. {
  92. "slug": "Phrase-Seq-32",
  93. "name": "PhraseSeq32",
  94. "description": "32-step / 32-pattern sequencer",
  95. "tags": [
  96. "Sequencer"
  97. ]
  98. },
  99. {
  100. "slug": "Phrase-Seq-Expander",
  101. "name": "PhraseSeq expander",
  102. "description": "Expander for PhraseSeq16/32",
  103. "tags": [
  104. "Expander"
  105. ]
  106. },
  107. {
  108. "slug": "Write-Seq-32",
  109. "name": "WriteSeq32",
  110. "description": "3-channel 32-step sequencer",
  111. "tags": [
  112. "Sequencer"
  113. ]
  114. },
  115. {
  116. "slug": "Write-Seq-64",
  117. "name": "WriteSeq64",
  118. "description": "4-channel 64-step sequencer",
  119. "tags": [
  120. "Sequencer"
  121. ]
  122. },
  123. {
  124. "slug": "Big-Button-Seq",
  125. "name": "BigButtonSeq",
  126. "description": "6-channel 64-step trigger sequencer",
  127. "tags": [
  128. "Sequencer"
  129. ]
  130. },
  131. {
  132. "slug": "Big-Button-Seq2",
  133. "name": "BigButtonSeq2",
  134. "description": "6-channel 128-step sequencer",
  135. "tags": [
  136. "Sequencer"
  137. ]
  138. },
  139. {
  140. "slug": "Four-View",
  141. "name": "FourView",
  142. "description": "Quad note number viewer with pass through",
  143. "tags": [
  144. "Visual"
  145. ]
  146. },
  147. {
  148. "slug": "Semi-ModularSynth",
  149. "name": "SemiModular Synth",
  150. "description": "Semi-modular monophonic synthesizer with sequencer",
  151. "tags": [
  152. "Synth voice"
  153. ]
  154. },
  155. {
  156. "slug": "Blank-Panel",
  157. "name": "BlankPanel",
  158. "description": "Blank panel",
  159. "tags": [
  160. "Blank"
  161. ]
  162. }
  163. ]
  164. }