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.

120 lines
2.8KB

  1. {
  2. "slug": "Sha-Bang-Modules",
  3. "name": "Sha#Bang! Modules",
  4. "version": "1.1.2",
  5. "license": "GPL-3.0-only",
  6. "author": "Jeremy Muller",
  7. "authorEmail": "jeremy@jeremymuller.com",
  8. "authorUrl": "http://jeremymuller.com",
  9. "pluginUrl": "",
  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": "",
  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": "Cosmosis",
  26. "name": "Cosmosis",
  27. "description": "Continuous sequencer with constellations",
  28. "tags": [
  29. "Visual",
  30. "Sequencer",
  31. "Polyphonic"
  32. ]
  33. },
  34. {
  35. "slug": "JeremyBlankPanel",
  36. "name": "Blank Panel",
  37. "tags": [
  38. "Blank",
  39. "Visual"
  40. ]
  41. },
  42. {
  43. "slug": "Neutrinode",
  44. "name": "Neutrinode",
  45. "description": "Node-based generator with four independent nodes to connected particles",
  46. "tags": [
  47. "Visual",
  48. "Sequencer",
  49. "Polyphonic"
  50. ]
  51. },
  52. {
  53. "slug": "Orbitones",
  54. "name": "Orbitones",
  55. "description": "Physics-based LFO with four independent attractors",
  56. "tags": [
  57. "Visual",
  58. "Low-frequency oscillator",
  59. "Polyphonic"
  60. ]
  61. },
  62. {
  63. "slug": "Photron",
  64. "name": "Photron",
  65. "description": "Animation with inputs",
  66. "tags": [
  67. "Visual"
  68. ]
  69. },
  70. {
  71. "slug": "PolyrhythmClock",
  72. "name": "Polyrhythm Clock",
  73. "description": "Clock with 3 layers of embedded rhythms and randomization",
  74. "tags": [
  75. "Clock generator",
  76. "Clock modulator",
  77. "Random"
  78. ]
  79. },
  80. {
  81. "slug": "RandGates",
  82. "name": "Random Gate Switch",
  83. "description": "Randomly routes one of 4 inputs to the output",
  84. "tags": [
  85. "Utility",
  86. "Switch",
  87. "Polyphonic"
  88. ]
  89. },
  90. {
  91. "slug": "QubitCrusher",
  92. "name": "QubitCrusher",
  93. "description": "Bit crusher and downsampler with randomization",
  94. "tags": [
  95. "Digital",
  96. "Distortion",
  97. "Effect",
  98. "Sample and hold"
  99. ]
  100. },
  101. {
  102. "slug": "StochSeq",
  103. "name": "Stochastic Sequencer 1",
  104. "description": "Probabilistic sequencer",
  105. "tags": [
  106. "Sequencer",
  107. "Visual"
  108. ]
  109. },
  110. {
  111. "slug": "StochSeq4",
  112. "name": "Stochastic Sequencer 4",
  113. "description": "Probabilistic sequencer with four independent voices",
  114. "tags": [
  115. "Sequencer",
  116. "Visual"
  117. ]
  118. }
  119. ]
  120. }