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.

169 lines
3.7KB

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