-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmappingSaveTest.json
More file actions
55 lines (55 loc) · 1.49 KB
/
mappingSaveTest.json
File metadata and controls
55 lines (55 loc) · 1.49 KB
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
{
"mapping": {
"connections": [
{
"muted": 0,
"scaling": "linear",
"clipMin": "none",
"range": "0.0 1023.0 0.0 127.0",
"expression": "d0=s0*(0.124145)+(-0)",
"clipMax": "none"
},
{
"muted": 0,
"scaling": "linear",
"clipMin": "none",
"range": "0.0 1023.0 0.0 127.0",
"expression": "d0=s1*(0.124145)+(-0)",
"clipMax": "none"
},
{
"muted": 0,
"scaling": "linear",
"clipMin": "none",
"range": "0.0 1023.0 0.0 127.0",
"expression": "d0=s2*(0.124145)+(-0)",
"clipMax": "none"
}
],
"sources": [
{
"device": "sponge.1",
"parameter": "/acc1x",
"id": "s1"
},
{
"device": "sponge.1",
"parameter": "/acc1z",
"id": "s2"
},
{
"device": "sponge.1",
"parameter": "/acc2z",
"id": "s0"
}
],
"fileversion": "dot-1",
"destinations": [
{
"device": "puredata.4",
"parameter": "/in1",
"id": "d0"
}
]
}
}