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.

89 lines
2.2KB

  1. {
  2. "name": "DHE Modules",
  3. "version": "1.0.0",
  4. "slug": "DHE-Modules",
  5. "sourceUrl": "https://github.com/dhemery/DHE-Modules/",
  6. "license": "MIT",
  7. "author": "Dale Emery",
  8. "authorEmail": "dale@dhemery.com",
  9. "authorUrl": "https://dhemery.github.io/DHE-Modules/",
  10. "donateUrl": "https://paypal.me/DaleHEmery/",
  11. "modules": {
  12. {
  13. "Booster-Stage": {
  14. "name": "Booster Stage",
  15. "description": "Generates a single envelope stage",
  16. "tags": ["Envelope Generator"]
  17. }
  18. },
  19. {
  20. "Cubic": {
  21. "name": "Cubic",
  22. "description": "Offsets, scales, squares, and cubes its input signal",
  23. "tags": ["Waveshaper"]
  24. }
  25. },
  26. {
  27. "Func": {
  28. "name": "Func",
  29. "description": "A knob with a selectable range to offset or scale its input signal",
  30. "tags": ["Utility"]
  31. }
  32. },
  33. {
  34. "Func6": {
  35. "name": "Func 6",
  36. "description": "A chain of knobs with selectable ranges to offset and scale input signals",
  37. "tags": ["Utility"]
  38. }
  39. },
  40. {
  41. "Hostage": {
  42. "name": "Hostage",
  43. "description": "Generates a hold or sustain envelope stage",
  44. "tags": ["Envelope Generator"]
  45. }
  46. },
  47. {
  48. "Ranger": {
  49. "name": "Ranger",
  50. "description": "A modulatable knob with an adjustable, modulatable range",
  51. "tags": ["Utility"]
  52. }
  53. },
  54. {
  55. "Stage": {
  56. "name": "Stage",
  57. "description": "Generates a single envelope stage",
  58. "tags": ["Envelope Generator"]
  59. }
  60. },
  61. {
  62. "Swave": {
  63. "name": "Swave",
  64. "description": "A waveshaper with a unique sigmoid transfer function",
  65. "tags": ["Waveshaper"]
  66. }
  67. },
  68. {
  69. "Tapers": {
  70. "name": "Tapers",
  71. "description": "A pair of modulatable knobs with adjustable, modulatable tapers",
  72. "tags": ["Utility"]
  73. }
  74. },
  75. {
  76. "Upstage": {
  77. "name": "Upstage",
  78. "description": "Special-purpose envelope controls",
  79. "tags": ["Envelope Generator"]
  80. }
  81. },
  82. "Xycloid": {
  83. "name": "Xycloid",
  84. "description": "Generates a pair of complex, evolving, pulsing LFO signals",
  85. "tags": ["LFO"]
  86. }
  87. }
  88. }