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.

113 lines
2.6KB

  1. {
  2. "slug": "DHE-Modules",
  3. "version": "1.0.1",
  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": "Hostage",
  57. "name": "Hostage",
  58. "description": "Generates a hold or sustain envelope stage",
  59. "tags": [
  60. "Envelope Generator"
  61. ]
  62. },
  63. {
  64. "slug": "Ranger",
  65. "name": "Ranger",
  66. "description": "A modulatable knob with an adjustable, modulatable range",
  67. "tags": [
  68. "Utility"
  69. ]
  70. },
  71. {
  72. "slug": "Stage",
  73. "name": "Stage",
  74. "description": "Generates a single envelope stage",
  75. "tags": [
  76. "Envelope Generator"
  77. ]
  78. },
  79. {
  80. "slug": "Swave",
  81. "name": "Swave",
  82. "description": "A waveshaper with a unique sigmoid transfer function",
  83. "tags": [
  84. "Waveshaper"
  85. ]
  86. },
  87. {
  88. "slug": "Tapers",
  89. "name": "Tapers",
  90. "description": "A pair of modulatable knobs with adjustable, modulatable tapers",
  91. "tags": [
  92. "Dual",
  93. "Utility"
  94. ]
  95. },
  96. {
  97. "slug": "Upstage",
  98. "name": "Upstage",
  99. "description": "Special-purpose envelope controls",
  100. "tags": [
  101. "Envelope Generator"
  102. ]
  103. },
  104. {
  105. "slug": "Xycloid",
  106. "name": "Xycloid",
  107. "description": "Generates a pair of complex, pulsing LFO signals",
  108. "tags": [
  109. "LFO"
  110. ]
  111. }
  112. ]
  113. }