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.

107 lines
2.5KB

  1. {
  2. "slug": "Ohmer",
  3. "name": "Ohmer Modules",
  4. "version": "1.0.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-Modules",
  11. "manualUrl": "https://github.com/DomiKamu/Ohmer-Modules/blob/v1/README.md",
  12. "sourceUrl": "https://github.com/DomiKamu/Ohmer-Modules.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 real hardware)",
  28. "tags": [
  29. "Clock modulator"
  30. ]
  31. },
  32. {
  33. "slug": "RKDBRK",
  34. "name": "RKD with \"Break\"",
  35. "description": "RKD with \"Break\" companion panel (inspired from real hardware)",
  36. "tags": [
  37. "Clock modulator"
  38. ]
  39. },
  40. {
  41. "slug": "Metriks",
  42. "name": "Metriks",
  43. "description": "Voltmeter, frequency/BPM counter, pulse counter",
  44. "tags": [
  45. "Clock modulator"
  46. ]
  47. },
  48. {
  49. "slug": "SplitterModule",
  50. "name": "Splitter 1x9",
  51. "description": "Spread incoming mono or polyphonic signal to 9 outputs",
  52. "tags": [
  53. "Multiple",
  54. "Polyphonic",
  55. "Utility"
  56. ]
  57. },
  58. {
  59. "slug": "OhmerBlank1",
  60. "name": "Blank 1 HP",
  61. "description": "1 HP blank plate (using 2 screws)",
  62. "tags": [
  63. "Blank"
  64. ]
  65. },
  66. {
  67. "slug": "OhmerBlank2",
  68. "name": "Blank 2 HP",
  69. "description": "2 HP blank plate (costomizable screws disposal)",
  70. "tags": [
  71. "Blank"
  72. ]
  73. },
  74. {
  75. "slug": "OhmerBlank4",
  76. "name": "Blank 4 HP",
  77. "description": "4 HP blank plate (using 4 screws)",
  78. "tags": [
  79. "Blank"
  80. ]
  81. },
  82. {
  83. "slug": "OhmerBlank8",
  84. "name": "Blank 8 HP",
  85. "description": "8 HP blank plate (using 4 screws)",
  86. "tags": [
  87. "Blank"
  88. ]
  89. },
  90. {
  91. "slug": "OhmerBlank16",
  92. "name": "Blank 16 HP",
  93. "description": "16 HP blank plate (using 4 screws)",
  94. "tags": [
  95. "Blank"
  96. ]
  97. },
  98. {
  99. "slug": "OhmerBlank32",
  100. "name": "Blank 32 HP",
  101. "description": "32 HP blank plate (using 4 screws)",
  102. "tags": [
  103. "Blank"
  104. ]
  105. }
  106. ]
  107. }