-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.txt
41 lines (41 loc) · 937 Bytes
/
data.txt
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
{
"config": { "name": "OSC2HTTP", "enabled": true, "port": "7001" },
"endpoints": [
{
"id": 0,
"name": "Fast Rainbow",
"enabled": true,
"preset": 2,
"osc": "/composition/layers/2/clips/8/connect,1",
"ip": "192.168.0.58",
"http": "win&FP=48"
},
{
"id": 1,
"name": "Slow Rainbow",
"enabled": true,
"preset": 1,
"osc": "/composition/layers/1/clips/8/connect,1",
"ip": "192.168.0.58",
"http": "win&FP=48"
},
{
"id": 2,
"name": "Cycle Next",
"enabled": true,
"preset": 70,
"osc": "/composition/layers/3/clips/8/connect,1",
"ip": "192.168.0.58",
"http": "win&FP=48"
},
{
"id": 3,
"name": "Disable Autoplay",
"enabled": true,
"preset": 69,
"osc": "/composition/layers/3/clips/9/connect,1",
"ip": "192.168.0.58",
"http": "win&FP=48"
}
]
}