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.

106 lines
2.4KB

  1. {
  2. "slug": "Alikins",
  3. "name": "Alikins",
  4. "version": "1.0.1",
  5. "license": "GPL-3.0-or-later",
  6. "author": "Adrian Likins",
  7. "authorEmail": "adrian@likins.com",
  8. "authorUrl": "https://github.com/alikins/",
  9. "pluginUrl": "https://github.com/alikins/Alikins-rack-plugins",
  10. "manualUrl": "https://github.com/alikins/Alikins-rack-plugins/blob/master/README.md",
  11. "sourceUrl": "https://github.com/alikins/Alikins-rack-plugins",
  12. "donateUrl": "",
  13. "modules": [
  14. {
  15. "slug": "GateLength",
  16. "name": "Gate Length",
  17. "description": "Create a gate with CV controlled length",
  18. "tags": [
  19. "Utility"
  20. ]
  21. },
  22. {
  23. "slug": "BigMuteButton",
  24. "name": "Big Mute Button",
  25. "description": "A big mute button",
  26. "tags": [
  27. "Utility"
  28. ]
  29. },
  30. {
  31. "slug": "Reference",
  32. "name": "Reference Voltages",
  33. "description": "Fixed output voltages for -10V,-5V, -1V, 0V, 1V, 5V, 10V",
  34. "tags": [
  35. "Utility"
  36. ]
  37. },
  38. {
  39. "slug": "ColorPanel",
  40. "name": "Color Panel",
  41. "description": "Control the color of the panel with CV",
  42. "tags": [
  43. "Visual"
  44. ]
  45. },
  46. {
  47. "slug": "MomentaryOnButtons",
  48. "name": "Momentary On Buttons",
  49. "description": "Set of momentarily on buttons",
  50. "tags": [
  51. "Switch"
  52. ]
  53. },
  54. {
  55. "slug": "ShiftPedal",
  56. "name": "Shift Pedal",
  57. "description": "Generate gates on mod key presses",
  58. "tags": [
  59. "Utility"
  60. ]
  61. },
  62. {
  63. "slug": "SpecificValue",
  64. "name": "Specific Value",
  65. "description": "Set or view voltages with text widget",
  66. "tags": [
  67. "Utility"
  68. ]
  69. },
  70. {
  71. "slug": "HoveredValue",
  72. "name": "Hovered Value",
  73. "description": "Display and output the value of the currently hovered widget",
  74. "tags": [
  75. "Utility",
  76. "Controller"
  77. ]
  78. },
  79. {
  80. "slug": "InjectValue",
  81. "name": "Inject Value",
  82. "description": "Inject value into param under cursor",
  83. "tags": [
  84. "Utility",
  85. "Controller"
  86. ]
  87. },
  88. {
  89. "slug": "ValueSaver",
  90. "name": "Value Saver",
  91. "description": "Save last used value",
  92. "tags": [
  93. "Utility"
  94. ]
  95. },
  96. {
  97. "slug": "IdleSwitch",
  98. "name": "Idle Switch",
  99. "description": "If a signal goes idle, flip a switch",
  100. "tags": [
  101. "Utility",
  102. "Switch"
  103. ]
  104. }
  105. ]
  106. }