-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
44 lines (42 loc) · 953 Bytes
/
config.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
{
"prefix": "",
"CDC": false,
"CDCName": "ACME CDC",
"idVendor": "0x6666",
"idProduct": "0x6666",
"manufacturer": "ACME Enterprises",
"manufacturerId":"0x7E0000",
"version":"0x00010000",
"product": "ACME Synth",
"serialNumber": "abcd1234",
"power":250,
"processUmpManually": true,
"endpoints":[
{
"name":"ACME Synth",
"productId":"abcd1234",
"familyId":"0xDEAD",
"modelId":"0xBEEF",
"MIDI1Itf":[
{
"in":true, "out":true,"externalCreate": true,
"name": "MonoSynth"
}
],
"defaultGTBProtocol":2,
"blocks":[
{
"name": "MonoSynth",
"in" : true,
"out" : true,
"uihintIn": true,
"uihintOut": true,
"firstGroup" : 1,
"numOfGroups" : 16,
"wMaxInputBandwidth" : 0,
"wMaxOutputBandwidth" : 0
}
]
}
]
}