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.

158 lines
3.7KB

  1. {
  2. "slug": "Sha-Bang-Modules",
  3. "name": "Sha#Bang! Modules",
  4. "version": "1.3.6",
  5. "license": "GPL-3.0-only",
  6. "author": "Jeremy Muller",
  7. "authorEmail": "jeremy@jeremymuller.com",
  8. "authorUrl": "https://jeremymuller.com",
  9. "pluginUrl": "https://github.com/jeremymuller/Sha-Bang-Modules",
  10. "manualUrl": "https://github.com/jeremymuller/Sha-Bang-Modules#shabang-modules",
  11. "sourceUrl": "https://github.com/jeremymuller/Sha-Bang-Modules",
  12. "donateUrl": "https://www.paypal.me/jeremysmuller",
  13. "changelogUrl": "https://github.com/jeremymuller/Sha-Bang-Modules/blob/master/CHANGELOG.md",
  14. "modules": [
  15. {
  16. "slug": "AbsorptionSpectrum",
  17. "name": "Absorption Spectrum",
  18. "description": "Hydrogen absorption spectrum",
  19. "tags": [
  20. "Blank",
  21. "Visual"
  22. ]
  23. },
  24. {
  25. "slug": "Collider",
  26. "name": "Collider",
  27. "description": "Physics-based shaker",
  28. "tags": [
  29. "Granular",
  30. "Physical modeling",
  31. "Polyphonic"
  32. ]
  33. },
  34. {
  35. "slug": "Cosmosis",
  36. "name": "Cosmosis",
  37. "description": "Continuous sequencer with constellations",
  38. "tags": [
  39. "Visual",
  40. "Sequencer",
  41. "Polyphonic"
  42. ]
  43. },
  44. {
  45. "slug": "JeremyBlankPanel",
  46. "name": "Blank Panel",
  47. "tags": [
  48. "Blank",
  49. "Visual"
  50. ]
  51. },
  52. {
  53. "slug": "Neutrinode",
  54. "name": "Neutrinode",
  55. "description": "Node-based generator with four independent nodes to connected particles",
  56. "tags": [
  57. "Visual",
  58. "Sequencer",
  59. "Polyphonic"
  60. ]
  61. },
  62. {
  63. "slug": "Orbitones",
  64. "name": "Orbitones",
  65. "description": "Physics-based LFO with four independent attractors",
  66. "tags": [
  67. "Visual",
  68. "Low-frequency oscillator",
  69. "Polyphonic"
  70. ]
  71. },
  72. {
  73. "slug": "Photron",
  74. "name": "Photron",
  75. "description": "Animation with inputs",
  76. "tags": [
  77. "Visual"
  78. ]
  79. },
  80. {
  81. "slug": "PhotronPanel",
  82. "name": "Photron Panel",
  83. "description": "Animated panel",
  84. "tags": [
  85. "Visual"
  86. ]
  87. },
  88. {
  89. "slug": "PolyrhythmClock",
  90. "name": "Polyrhythm Clock",
  91. "description": "Clock with 3 layers of embedded rhythms and randomization",
  92. "tags": [
  93. "Clock generator",
  94. "Clock modulator",
  95. "Random"
  96. ]
  97. },
  98. {
  99. "slug": "RandGates",
  100. "name": "Random Gate Switch",
  101. "description": "Randomly routes one of 4 inputs to the output",
  102. "tags": [
  103. "Utility",
  104. "Switch",
  105. "Polyphonic"
  106. ]
  107. },
  108. {
  109. "slug": "RandRoute",
  110. "name": "Random Route Switch",
  111. "description": "Randomly routes one input to 4 possible outputs",
  112. "tags": [
  113. "Utility",
  114. "Switch",
  115. "Polyphonic"
  116. ]
  117. },
  118. {
  119. "slug": "QubitCrusher",
  120. "name": "QubitCrusher",
  121. "description": "Bit crusher and downsampler with randomization",
  122. "tags": [
  123. "Digital",
  124. "Distortion",
  125. "Effect",
  126. "Sample and hold"
  127. ]
  128. },
  129. {
  130. "slug": "StochSeq",
  131. "name": "Stochastic Sequencer 1",
  132. "description": "Probabilistic sequencer",
  133. "tags": [
  134. "Sequencer",
  135. "Visual",
  136. "Logic"
  137. ]
  138. },
  139. {
  140. "slug": "StochSeq4",
  141. "name": "Stochastic Sequencer 4",
  142. "description": "Probabilistic sequencer with four independent voices",
  143. "tags": [
  144. "Sequencer",
  145. "Visual",
  146. "Logic"
  147. ]
  148. },
  149. {
  150. "slug": "Talea",
  151. "name": "Talea",
  152. "description": "A unique arpeggiator with polyrhythmic capabilities",
  153. "tags": [
  154. "Arpeggiator"
  155. ]
  156. }
  157. ]
  158. }