-
Notifications
You must be signed in to change notification settings - Fork 3
/
configuration.json
78 lines (78 loc) · 2.24 KB
/
configuration.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
{
"version": 1,
"duration": 20,
"variableMappings": [
{
"name": "China",
"id": 0,
"rowID": "0",
"gain": 0.5625,
"pan": -5,
"state": true,
"color": "#D4E09B",
"audioObjectID": 65,
"mappings": [
{
"parameterID": 67,
"inputLow": 0,
"inputHigh": 7.06,
"outputLow": 0.1,
"outputHigh": 11.6,
"relInputLow": 0,
"relInputHigh": 1,
"invert": false,
"state": true,
"id": 1
},
{
"parameterID": 68,
"inputLow": 0,
"inputHigh": 5.4,
"outputLow": 2836,
"outputHigh": 10000,
"relInputLow": 0,
"relInputHigh": 0.764872521246459,
"invert": false,
"state": true,
"id": 2
}
]
},
{
"name": "United States",
"id": 1,
"rowID": "6",
"gain": 0.10890000000000001,
"pan": 0.4,
"state": true,
"color": "#F6F4D2",
"audioObjectID": 47,
"mappings": [
{
"parameterID": 49,
"inputLow": 8.4,
"inputHigh": 22.2,
"outputLow": 1244,
"outputHigh": 10000,
"relInputLow": 0,
"relInputHigh": 1,
"invert": false,
"state": true,
"id": 3
},
{
"parameterID": 50,
"inputLow": 8.4,
"inputHigh": 22.2,
"outputLow": 20,
"outputHigh": 1000,
"relInputLow": 0,
"relInputHigh": 1,
"invert": true,
"state": true,
"id": 4
}
]
}
]
}