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.

139 lines
3.3KB

  1. {
  2. "slug": "DHE-Modules",
  3. "version": "1.0.4",
  4. "license": "MIT",
  5. "name": "DHE Modules",
  6. "author": "Dale Emery",
  7. "authorEmail": "dale@dhemery.com",
  8. "pluginUrl": "https://dhemery.github.io/DHE-Modules/",
  9. "authorUrl": "https://dhemery.com/",
  10. "manualUrl": "https://dhemery.github.io/DHE-Modules/",
  11. "sourceUrl": "https://github.com/dhemery/DHE-Modules/",
  12. "donateUrl": "https://paypal.me/DaleHEmery/",
  13. "changelogUrl": "https://dhemery.github.io/DHE-Modules/release-notes/",
  14. "modules": [
  15. {
  16. "slug": "Blossom",
  17. "name": "Blossom",
  18. "description": "Generates a pair of complex, pulsing LFO signals",
  19. "tags": [
  20. "LFO"
  21. ]
  22. },
  23. {
  24. "slug": "BoosterStage",
  25. "name": "Booster Stage",
  26. "description": "Generates a single envelope stage",
  27. "tags": [
  28. "Envelope Generator"
  29. ]
  30. },
  31. {
  32. "slug": "Cubic",
  33. "name": "Cubic",
  34. "description": "Offsets, scales, squares, and cubes its input signal",
  35. "tags": [
  36. "Waveshaper"
  37. ]
  38. },
  39. {
  40. "slug": "FuzzyLogicH",
  41. "name": "Fuzzy Logic H",
  42. "description": "Combines signals by applying hyperbolic paraboloid fuzzy logic operators",
  43. "tags": [
  44. "Logic",
  45. "Dual"
  46. ]
  47. },
  48. {
  49. "slug": "FuzzyLogicZ",
  50. "name": "Fuzzy Logic Z",
  51. "description": "Combines signals by applying Lofti Zadeh\u2019s fuzzy logic operators",
  52. "tags": [
  53. "Logic",
  54. "Dual"
  55. ]
  56. },
  57. {
  58. "slug": "Func",
  59. "name": "Func",
  60. "description": "A knob with a selectable range to offset or scale its input signal",
  61. "tags": [
  62. "Utility"
  63. ]
  64. },
  65. {
  66. "slug": "Func6",
  67. "name": "Func 6",
  68. "description": "A chain of knobs with selectable ranges to offset and scale input signals",
  69. "tags": [
  70. "Utility"
  71. ]
  72. },
  73. {
  74. "slug": "Gator",
  75. "name": "Gator",
  76. "description": "Computes eight common logic functions for up to 16 inputs",
  77. "tags": [
  78. "Logic"
  79. ]
  80. },
  81. {
  82. "slug": "Hostage",
  83. "name": "Hostage",
  84. "description": "Generates a hold or sustain envelope stage",
  85. "tags": [
  86. "Envelope Generator"
  87. ]
  88. },
  89. {
  90. "slug": "Ranger",
  91. "name": "Ranger",
  92. "description": "A modulatable knob with an adjustable, modulatable range",
  93. "tags": [
  94. "Utility"
  95. ]
  96. },
  97. {
  98. "slug": "Stage",
  99. "name": "Stage",
  100. "description": "Generates a single envelope stage",
  101. "tags": [
  102. "Envelope Generator"
  103. ]
  104. },
  105. {
  106. "slug": "Swave",
  107. "name": "Swave",
  108. "description": "A waveshaper with a unique sigmoid transfer function",
  109. "tags": [
  110. "Waveshaper"
  111. ]
  112. },
  113. {
  114. "slug": "Tapers",
  115. "name": "Tapers",
  116. "description": "A pair of modulatable knobs with adjustable, modulatable tapers",
  117. "tags": [
  118. "Dual",
  119. "Utility"
  120. ]
  121. },
  122. {
  123. "slug": "Upstage",
  124. "name": "Upstage",
  125. "description": "Special-purpose envelope controls",
  126. "tags": [
  127. "Envelope Generator"
  128. ]
  129. },
  130. {
  131. "slug": "Xycloid",
  132. "name": "Xycloid",
  133. "description": "Generates a pair of complex, pulsing LFO signals",
  134. "tags": [
  135. "LFO"
  136. ]
  137. }
  138. ]
  139. }