-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings.json
More file actions
48 lines (45 loc) · 792 Bytes
/
settings.json
File metadata and controls
48 lines (45 loc) · 792 Bytes
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
{
"targets": [
{ "host": "localhost", "port": 53000 }
],
"buttons":[
{
"key": 0,
"symbol": "cancel",
"color": "red",
"text": "Reset",
"oscDown": [0, "/boom", 1],
"oscUp": [0, "/boom", 0]
},
{
"key": 1,
"symbol": "play",
"color": "#00FF00",
"text": "Play",
"oscDown": [0, "/play", 1]
},
{
"key": 2,
"symbol": "skip-forward",
"text": "Skip"
},
{
"key": 3,
"symbol": "fast-forward",
"color": "blue",
"text": "Forward"
},
{
"key": 4,
"symbol": "rewind",
"color": "blue",
"text": "Rewind"
},
{
"key": 10,
"symbol": "fan",
"color": "orange",
"oscDown": [0, "/opentray", 1]
}
]
}