-
Notifications
You must be signed in to change notification settings - Fork 2
/
plugin.json
90 lines (90 loc) · 2.71 KB
/
plugin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"slug": "Ohmer",
"name": "Ohmer",
"version": "2.4.1",
"license": "BSD-3-Clause",
"author": "Dominique Camus",
"brand": "Ohmer Modules",
"authorEmail": "[email protected]",
"authorUrl": "https://github.com/DomiKamu",
"pluginUrl": "https://github.com/DomiKamu/Ohmer",
"manualUrl": "https://github.com/DomiKamu/Ohmer/blob/v2/README.md",
"sourceUrl": "https://github.com/DomiKamu/Ohmer.git",
"donateUrl": "",
"modules": [
{
"slug": "KlokSpid",
"name": "KlokSpid",
"description": "CPU-controlled clock generator or clock modulator",
"tags": ["Clock generator", "Clock modulator"]
},
{
"slug": "RKD",
"name": "RKD (Rotate Klok Divider)",
"description": "Rotate Klok Divider (RKD) module (inspired from 4ms RCD hardware)",
"manualUrl": "https://github.com/DomiKamu/Ohmer/blob/v2/res/Manuals/RKD_BRK_Manual.pdf",
"tags": ["Clock modulator", "Sequencer"]
},
{
"slug": "BRK",
"name": "BRK (\"Break\") expander for RKD",
"description": "BRK (\"Break\") expander to setup RKD jumpers (inspired from 4ms BO hardware)",
"manualUrl": "https://github.com/DomiKamu/Ohmer/blob/v2/res/Manuals/RKD_BRK_Manual.pdf",
"tags": ["Clock modulator", "Sequencer", "Expander"]
},
{
"slug": "Metriks",
"name": "Metriks",
"description": "Voltmeter and CV tuner",
"tags": ["Visual"]
},
{
"slug": "PolaritySwitch",
"name": "Polarity Switch",
"description": "Signal is routed to \"P\" if its voltage is positive. Otherwise, it's routed to \"N\" (but as positive equivalent / absolute value)",
"tags": ["Dual", "Switch", "Polyphonic"]
},
{
"slug": "SplitterModule",
"name": "Splitter 1x9",
"description": "Spread incoming monophonic or polyphonic signal upto 9 outputs",
"tags": ["Multiple", "Utility", "Polyphonic"]
},
{
"slug": "OhmerBlank1",
"name": "Blank 1 HP",
"description": "1 HP blank panel (uses 2 screws)",
"tags": ["Blank"]
},
{
"slug": "OhmerBlank2",
"name": "Blank 2 HP",
"description": "2 HP blank panel (customizable screws disposal)",
"tags": ["Blank"]
},
{
"slug": "OhmerBlank4",
"name": "Blank 4 HP",
"description": "4 HP blank panel",
"tags": ["Blank"]
},
{
"slug": "OhmerBlank8",
"name": "Blank 8 HP",
"description": "8 HP blank panel",
"tags": ["Blank"]
},
{
"slug": "OhmerBlank16",
"name": "Blank 16 HP",
"description": "16 HP blank panel",
"tags": ["Blank"]
},
{
"slug": "OhmerBlank32",
"name": "Blank 32 HP",
"description": "32 HP blank panel",
"tags": ["Blank"]
}
]
}