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.

110 lines
2.7KB

  1. {
  2. "slug": "Ohmer",
  3. "name": "Ohmer",
  4. "version": "2.1.0",
  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/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%20%26%20BRK%20User's%20Manual.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%20%26%20BRK%20User's%20Manual.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": "SplitterModule",
  53. "name": "Splitter 1x9",
  54. "description": "Spread incoming mono-/polyphonic signal upto 9 outputs",
  55. "tags": [
  56. "Multiple",
  57. "Utility",
  58. "Polyphonic"
  59. ]
  60. },
  61. {
  62. "slug": "OhmerBlank1",
  63. "name": "Blank 1 HP",
  64. "description": "1 HP blank (themed) plate (uses 2 screws)",
  65. "tags": [
  66. "Blank"
  67. ]
  68. },
  69. {
  70. "slug": "OhmerBlank2",
  71. "name": "Blank 2 HP",
  72. "description": "2 HP blank (themed) plate (customizable screws disposal)",
  73. "tags": [
  74. "Blank"
  75. ]
  76. },
  77. {
  78. "slug": "OhmerBlank4",
  79. "name": "Blank 4 HP",
  80. "description": "4 HP blank (themed) plate",
  81. "tags": [
  82. "Blank"
  83. ]
  84. },
  85. {
  86. "slug": "OhmerBlank8",
  87. "name": "Blank 8 HP",
  88. "description": "8 HP blank (themed) plate",
  89. "tags": [
  90. "Blank"
  91. ]
  92. },
  93. {
  94. "slug": "OhmerBlank16",
  95. "name": "Blank 16 HP",
  96. "description": "16 HP blank (themed) plate",
  97. "tags": [
  98. "Blank"
  99. ]
  100. },
  101. {
  102. "slug": "OhmerBlank32",
  103. "name": "Blank 32 HP",
  104. "description": "32 HP blank (themed) plate",
  105. "tags": [
  106. "Blank"
  107. ]
  108. }
  109. ]
  110. }