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.

121 lines
2.8KB

  1. {
  2. "slug": "DHE-Modules",
  3. "version": "1.0.2",
  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": "Func",
  41. "name": "Func",
  42. "description": "A knob with a selectable range to offset or scale its input signal",
  43. "tags": [
  44. "Utility"
  45. ]
  46. },
  47. {
  48. "slug": "Func6",
  49. "name": "Func 6",
  50. "description": "A chain of knobs with selectable ranges to offset and scale input signals",
  51. "tags": [
  52. "Utility"
  53. ]
  54. },
  55. {
  56. "slug": "Gator",
  57. "name": "Gator",
  58. "description": "Computes eight common logic functions for up to 16 inputs",
  59. "tags": [
  60. "Logic"
  61. ]
  62. },
  63. {
  64. "slug": "Hostage",
  65. "name": "Hostage",
  66. "description": "Generates a hold or sustain envelope stage",
  67. "tags": [
  68. "Envelope Generator"
  69. ]
  70. },
  71. {
  72. "slug": "Ranger",
  73. "name": "Ranger",
  74. "description": "A modulatable knob with an adjustable, modulatable range",
  75. "tags": [
  76. "Utility"
  77. ]
  78. },
  79. {
  80. "slug": "Stage",
  81. "name": "Stage",
  82. "description": "Generates a single envelope stage",
  83. "tags": [
  84. "Envelope Generator"
  85. ]
  86. },
  87. {
  88. "slug": "Swave",
  89. "name": "Swave",
  90. "description": "A waveshaper with a unique sigmoid transfer function",
  91. "tags": [
  92. "Waveshaper"
  93. ]
  94. },
  95. {
  96. "slug": "Tapers",
  97. "name": "Tapers",
  98. "description": "A pair of modulatable knobs with adjustable, modulatable tapers",
  99. "tags": [
  100. "Dual",
  101. "Utility"
  102. ]
  103. },
  104. {
  105. "slug": "Upstage",
  106. "name": "Upstage",
  107. "description": "Special-purpose envelope controls",
  108. "tags": [
  109. "Envelope Generator"
  110. ]
  111. },
  112. {
  113. "slug": "Xycloid",
  114. "name": "Xycloid",
  115. "description": "Generates a pair of complex, pulsing LFO signals",
  116. "tags": [
  117. "LFO"
  118. ]
  119. }
  120. ]
  121. }