-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfigProtozoa.json
More file actions
65 lines (65 loc) · 1.07 KB
/
configProtozoa.json
File metadata and controls
65 lines (65 loc) · 1.07 KB
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
{
"endpointName": "ProtoZoa Test",
"manufacturerId": "0x7E0000",
"familyId": "0x0000",
"modelId": "0x0000",
"version": "0x00000000",
"product": "ACME Test",
"m2": true,
"m1": true,
"scaffolding": {
"utility": true,
"system": true,
"cvm": true,
"flexdata": true
},
"functionBlocks": [
{
"name": "FB 1",
"firstGroup": 1,
"numOfGroups": 1,
"in": true,
"out": true,
"uihintIn": true,
"uihintOut": false,
"isMIDI1": false,
"profiles": [
{
"profileId": "0x2000",
"level": 1,
"version": 1,
"channel": 1
},
{
"profileId": "0x2002",
"level": 1,
"version": 1,
"channel": 1
}
]
}
],
"dinSupport": 1,
"pot1": {
"cvm": "CC",
"group": 1,
"channel": 1,
"index": 7
},
"pot2": {
"cvm": "Registered Controller",
"group": 1,
"channel": 2,
"bank": 20,
"index": 21
},
"buttonNotes": [
60,
61,
62,
63,
64,
65,
66
]
}