-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig2.json
79 lines (79 loc) · 1.83 KB
/
config2.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
{
"CDC": true,
"CDCName": "ACME CDC",
"idVendor": "0x1d6b",
"idProduct": "0x1d6b",
"manufacturer": "ACME Enterprises",
"manufacturerId":[126,0,0],
"version":[0, 1,0,0],
"product": "ACME Synth",
"serialNumber": "abcd1234",
"power":250,
"processUmpManually": true,
"endpoints":[
{
"name":"ACMESynth",
"productId":"12345",
"familyId":[1,23],
"modelId":[45,67],
"MIDI1Itf":[
{
"in":true, "out":true,
"name": "MonoSynth"
}
],
"defaultGTBProtocol":2,
"blocks":[
{
"name": "Monosynth",
"in" : true,
"out" : true,
"uihintIn": true,
"uihintOut": false,
"firstGroup" : 1,
"numOfGroups" : 1,
"wMaxInputBandwidth" : 0,
"wMaxOutputBandwidth" : 0
},
{
"name": "IN EXT",
"in" : true,
"isMIDI1": true,
"firstGroup" : 2,
"numOfGroups" : 1,
"wMaxInputBandwidth" : 0,
"wMaxOutputBandwidth" : 0
}
,
{
"name": "OUT EXT",
"out" : true,
"firstGroup" : 3,
"numOfGroups" : 1,
"wMaxInputBandwidth" : 1,
"wMaxOutputBandwidth" : 0
}
]
},
{
"MIDI1Itf":[{"in":true, "out":true,
"name": "Forced"}],
"name": "EP 2",
"productId":"6789AB",
"familyId":[1,23],
"modelId":[45,68],
"blocks":[
{
"name": "Endpoint 2",
"in" : true,
"out" : true,
"firstGroup" : 1,
"numOfGroups" : 16,
"protocol" : 2,
"wMaxInputBandwidth" : 0,
"wMaxOutputBandwidth" : 0
}
]
}
]
}