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.

122 lines
3.0KB

  1. {
  2. "slug": "Ohmer",
  3. "name": "Ohmer",
  4. "version": "2.4.1",
  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. "Sequencer"
  32. ]
  33. },
  34. {
  35. "slug": "BRK",
  36. "name": "BRK (\"Break\") expander for RKD",
  37. "description": "BRK (\"Break\") expander to setup RKD jumpers (inspired from 4ms BO hardware)",
  38. "manualUrl": "https://github.com/DomiKamu/Ohmer/blob/v2/res/Manuals/RKD_BRK_Manual.pdf",
  39. "tags": [
  40. "Clock modulator",
  41. "Sequencer",
  42. "Expander"
  43. ]
  44. },
  45. {
  46. "slug": "Metriks",
  47. "name": "Metriks",
  48. "description": "Voltmeter and CV tuner",
  49. "tags": [
  50. "Visual"
  51. ]
  52. },
  53. {
  54. "slug": "PolaritySwitch",
  55. "name": "Polarity Switch",
  56. "description": "Signal is routed to \"P\" if its voltage is positive. Otherwise, it's routed to \"N\" (but as positive equivalent / absolute value)",
  57. "tags": [
  58. "Dual",
  59. "Switch",
  60. "Polyphonic"
  61. ]
  62. },
  63. {
  64. "slug": "SplitterModule",
  65. "name": "Splitter 1x9",
  66. "description": "Spread incoming monophonic or polyphonic signal upto 9 outputs",
  67. "tags": [
  68. "Multiple",
  69. "Utility",
  70. "Polyphonic"
  71. ]
  72. },
  73. {
  74. "slug": "OhmerBlank1",
  75. "name": "Blank 1 HP",
  76. "description": "1 HP blank panel (uses 2 screws)",
  77. "tags": [
  78. "Blank"
  79. ]
  80. },
  81. {
  82. "slug": "OhmerBlank2",
  83. "name": "Blank 2 HP",
  84. "description": "2 HP blank panel (customizable screws disposal)",
  85. "tags": [
  86. "Blank"
  87. ]
  88. },
  89. {
  90. "slug": "OhmerBlank4",
  91. "name": "Blank 4 HP",
  92. "description": "4 HP blank panel",
  93. "tags": [
  94. "Blank"
  95. ]
  96. },
  97. {
  98. "slug": "OhmerBlank8",
  99. "name": "Blank 8 HP",
  100. "description": "8 HP blank panel",
  101. "tags": [
  102. "Blank"
  103. ]
  104. },
  105. {
  106. "slug": "OhmerBlank16",
  107. "name": "Blank 16 HP",
  108. "description": "16 HP blank panel",
  109. "tags": [
  110. "Blank"
  111. ]
  112. },
  113. {
  114. "slug": "OhmerBlank32",
  115. "name": "Blank 32 HP",
  116. "description": "32 HP blank panel",
  117. "tags": [
  118. "Blank"
  119. ]
  120. }
  121. ]
  122. }