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.

120 lines
2.9KB

  1. {
  2. "slug": "Ohmer",
  3. "name": "Ohmer",
  4. "version": "2.2.7",
  5. "license": "BSD-3-Clause",
  6. "author": "Dominique Camus",
  7. "brand": "Ohmer Modules",
  8. "authorEmail": "docam@free.fr",
  9. "authorUrl": "https://github.com/DomiKamu",
  10. "pluginUrl": "https://github.com/DomiKamu/Ohmer",
  11. "manualUrl": "https://github.com/DomiKamu/Ohmer/blob/v2/README.md",
  12. "sourceUrl": "https://github.com/DomiKamu/Ohmer.git",
  13. "donateUrl": "",
  14. "modules": [
  15. {
  16. "slug": "KlokSpid",
  17. "name": "KlokSpid",
  18. "description": "CPU-controlled clock generator or clock modulator",
  19. "tags": [
  20. "Clock generator",
  21. "Clock modulator"
  22. ]
  23. },
  24. {
  25. "slug": "RKD",
  26. "name": "RKD (Rotate Klok Divider)",
  27. "description": "Rotate Klok Divider (RKD) module (inspired from 4ms RCD hardware)",
  28. "manualUrl": "https://github.com/DomiKamu/Ohmer/blob/v2/res/Manuals/RKD_BRK_Manual.pdf",
  29. "tags": [
  30. "Clock modulator"
  31. ]
  32. },
  33. {
  34. "slug": "BRK",
  35. "name": "BRK (\"Break\") expander for RKD",
  36. "description": "BRK (\"Break\") expander to setup RKD jumpers (inspired from 4ms BO hardware)",
  37. "manualUrl": "https://github.com/DomiKamu/Ohmer/blob/v2/res/Manuals/RKD_BRK_Manual.pdf",
  38. "tags": [
  39. "Clock modulator",
  40. "Expander"
  41. ]
  42. },
  43. {
  44. "slug": "Metriks",
  45. "name": "Metriks",
  46. "description": "Voltmeter and CV tuner",
  47. "tags": [
  48. "Visual"
  49. ]
  50. },
  51. {
  52. "slug": "PolaritySwitch",
  53. "name": "Polarity Switch",
  54. "description": "Signal is routed to \"P\" if its voltage is positive. Otherwise, it's routed to \"N\"",
  55. "tags": [
  56. "Dual",
  57. "Switch",
  58. "Utility"
  59. ]
  60. },
  61. {
  62. "slug": "SplitterModule",
  63. "name": "Splitter 1x9",
  64. "description": "Spread incoming monophonic or polyphonic signal upto 9 outputs",
  65. "tags": [
  66. "Multiple",
  67. "Utility",
  68. "Polyphonic"
  69. ]
  70. },
  71. {
  72. "slug": "OhmerBlank1",
  73. "name": "Blank 1 HP",
  74. "description": "1 HP blank (themed) plate (uses 2 screws)",
  75. "tags": [
  76. "Blank"
  77. ]
  78. },
  79. {
  80. "slug": "OhmerBlank2",
  81. "name": "Blank 2 HP",
  82. "description": "2 HP blank (themed) plate (customizable screws disposal)",
  83. "tags": [
  84. "Blank"
  85. ]
  86. },
  87. {
  88. "slug": "OhmerBlank4",
  89. "name": "Blank 4 HP",
  90. "description": "4 HP blank (themed) plate",
  91. "tags": [
  92. "Blank"
  93. ]
  94. },
  95. {
  96. "slug": "OhmerBlank8",
  97. "name": "Blank 8 HP",
  98. "description": "8 HP blank (themed) plate",
  99. "tags": [
  100. "Blank"
  101. ]
  102. },
  103. {
  104. "slug": "OhmerBlank16",
  105. "name": "Blank 16 HP",
  106. "description": "16 HP blank (themed) plate",
  107. "tags": [
  108. "Blank"
  109. ]
  110. },
  111. {
  112. "slug": "OhmerBlank32",
  113. "name": "Blank 32 HP",
  114. "description": "32 HP blank (themed) plate",
  115. "tags": [
  116. "Blank"
  117. ]
  118. }
  119. ]
  120. }