-
Notifications
You must be signed in to change notification settings - Fork 0
/
TuioDump.maxpat
124 lines (116 loc) · 2.44 KB
/
TuioDump.maxpat
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"patcher" : {
"fileversion" : 1,
"appversion" : {
"major" : 6,
"minor" : 1,
"revision" : 9,
"architecture" : "x86"
}
,
"rect" : [ 227.0, 201.0, 486.0, 187.0 ],
"bglocked" : 0,
"openinpresentation" : 0,
"default_fontsize" : 12.0,
"default_fontface" : 0,
"default_fontname" : "Arial",
"gridonopen" : 0,
"gridsize" : [ 15.0, 15.0 ],
"gridsnaponopen" : 0,
"statusbarvisible" : 2,
"toolbarvisible" : 1,
"boxanimatetime" : 200,
"imprint" : 0,
"enablehscroll" : 1,
"enablevscroll" : 1,
"devicewidth" : 0.0,
"description" : "",
"digest" : "",
"tags" : "",
"boxes" : [ {
"box" : {
"fontname" : "Arial",
"fontsize" : 9.0,
"id" : "obj-1",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 40.0, 97.0, 26.0, 17.0 ],
"text" : "print"
}
}
, {
"box" : {
"id" : "obj-2",
"maxclass" : "button",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "bang" ],
"patching_rect" : [ 79.0, 98.0, 15.0, 15.0 ]
}
}
, {
"box" : {
"fontname" : "Arial",
"fontsize" : 9.0,
"id" : "obj-3",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "list", "bang" ],
"patching_rect" : [ 40.0, 49.0, 49.0, 17.0 ],
"text" : "TuioClient"
}
}
, {
"box" : {
"fontname" : "Arial",
"fontsize" : 9.0,
"frgb" : 0.0,
"id" : "obj-4",
"linecount" : 2,
"maxclass" : "comment",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 124.0, 44.0, 241.0, 27.0 ],
"text" : "simple example patch that prints the incoming TUIO messages to the console"
}
}
, {
"box" : {
"fontname" : "Arial",
"fontsize" : 9.0,
"frgb" : 0.0,
"id" : "obj-5",
"maxclass" : "comment",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 124.0, 81.0, 241.0, 17.0 ],
"text" : "see the help patch for the TuioClient for more info"
}
}
],
"lines" : [ {
"patchline" : {
"destination" : [ "obj-1", 0 ],
"disabled" : 0,
"hidden" : 0,
"source" : [ "obj-3", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-2", 0 ],
"disabled" : 0,
"hidden" : 0,
"source" : [ "obj-3", 1 ]
}
}
],
"dependency_cache" : [ {
"name" : "TuioClient.mxo",
"type" : "iLaX"
}
]
}
}