aboutsummaryrefslogtreecommitdiff
path: root/linuxevent-help.pd
blob: b46cdba8997f8d813ebd76c716cbf89bb7e88504 (plain)
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
#N canvas 560 58 570 624 10;
#X floatatom 234 320 5 0 0 3 code - -;
#X floatatom 298 320 5 0 0 3 value - -;
#X floatatom 170 320 4 0 0 3 type - -;
#X floatatom 97 320 9 0 0 3 time - -;
#X msg 165 196 start;
#X msg 166 218 stop;
#X obj 107 297 linuxevent /dev/input/event0;
#X obj 107 178 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X obj 18 178 metro 20;
#X text 286 254 time between polls (ms);
#X obj 18 156 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X msg 38 156 stop;
#X msg 219 254 delay 20;
#X obj 107 129 key;
#N canvas 278 328 627 540 Event_Codes 0;
#X text 28 48 (For a complete listing of Linux Input Events \, see
/usr/include/linux/input.h.);
#X obj 11 9 cnv 15 580 30 empty empty Event_Codes 20 12 1 14 -225271
-66577 0;
#X text 32 118 EVENT CODE;
#X text 162 118 #define;
#X text 232 118 number;
#X text 32 133 -----------------------------------;
#X text 32 148 X Axis;
#X text 32 163 Y Axis;
#X text 32 178 Z Axis;
#X text 32 193 Horizontal Wheel;
#X text 32 208 Dial;
#X text 32 223 Wheel;
#X text 32 238 Misc;
#X text 162 148 REL_X;
#X text 162 163 REL_Y;
#X text 162 178 REL_Z;
#X text 162 193 REL_HWHEEL;
#X text 162 208 REL_DIAL;
#X text 162 223 REL_WHEEL;
#X text 162 238 REL_MISC;
#X text 247 148 0;
#X text 247 163 1;
#X text 247 178 2;
#X text 247 193 6;
#X text 247 208 7;
#X text 247 223 8;
#X text 247 238 9;
#X text 307 118 EVENT CODE;
#X text 457 118 #define;
#X text 547 118 number;
#X text 307 148 Absolute X;
#X text 307 163 Absolute Y;
#X text 307 178 Absolute Z;
#X text 307 193 RX;
#X text 307 208 RY;
#X text 307 223 RZ;
#X text 307 238 Throttle;
#X text 307 253 Rudder;
#X text 307 268 Wheel;
#X text 307 283 Gas Pedal;
#X text 307 298 Brake Pedal;
#X text 307 313 Hat Switch 0 X-axis;
#X text 307 328 Hat Switch 0 Y-axis;
#X text 307 343 Hat Switch 1 X-axis;
#X text 307 358 Hat Switch 1 Y-axis;
#X text 307 373 Hat Switch 2 X-axis;
#X text 307 388 Hat Switch 2 Y-axis;
#X text 307 403 Hat Switch 3 X-axis;
#X text 307 418 Hat Switch 3 Y-axis;
#X text 307 433 Pressure;
#X text 307 448 Distance;
#X text 307 463 Tilt X-Axis;
#X text 307 478 Tilt Y-Axis;
#X text 307 493 Misc;
#X text 457 148 ABS_X;
#X text 457 163 ABS_Y;
#X text 457 178 ABS_Z;
#X text 457 193 ABS_RX;
#X text 457 208 ABS_RY;
#X text 457 223 ABS_RZ;
#X text 457 238 ABS_THROTTLE;
#X text 457 253 ABS_RUDDER;
#X text 457 268 ABS_WHEEL;
#X text 457 283 ABS_GAS;
#X text 457 298 ABS_BRAKE;
#X text 457 313 ABS_HAT0X;
#X text 457 328 ABS_HAT0Y;
#X text 457 343 ABS_HAT1X;
#X text 457 358 ABS_HAT1Y;
#X text 457 373 ABS_HAT2X;
#X text 457 388 ABS_HAT2Y;
#X text 457 403 ABS_HAT3X;
#X text 457 418 ABS_HAT3Y;
#X text 457 433 ABS_PRESSURE;
#X text 457 448 ABS_DISTANCE;
#X text 457 463 ABS_TILT_X;
#X text 457 478 ABS_TILT_Y;
#X text 457 493 ABS_MISC;
#X text 563 148 0;
#X text 563 163 1;
#X text 563 178 2;
#X text 563 193 3;
#X text 563 208 4;
#X text 563 223 5;
#X text 563 238 6;
#X text 563 253 7;
#X text 563 268 8;
#X text 563 283 9;
#X text 563 298 10;
#X text 563 313 16;
#X text 563 328 17;
#X text 563 343 18;
#X text 563 358 19;
#X text 563 373 20;
#X text 563 388 21;
#X text 563 403 22;
#X text 563 418 23;
#X text 563 433 24;
#X text 563 448 25;
#X text 563 463 26;
#X text 563 478 27;
#X text 563 493 28;
#X obj 30 89 cnv 15 250 25 empty empty Relative_Axes 20 12 1 12 -241660
-66577 0;
#X obj 308 89 cnv 15 280 25 empty empty Absolute_Axes 20 12 1 12 -241660
-66577 0;
#X text 307 133 ----------------------------------------;
#X text 32 285 EVENT CODE;
#X text 138 285 #define;
#X text 232 285 number;
#X text 32 300 -----------------------------------;
#X obj 30 256 cnv 15 250 25 empty empty Joystick_Buttons 20 12 1 12
-241660 -66577 0;
#X text 138 315 BTN_TRIGGER;
#X text 32 315 Trigger;
#X text 32 330 Thumb;
#X text 32 345 Thumb 2;
#X text 32 360 Top;
#X text 32 375 Top 2;
#X text 32 390 Pinkie;
#X text 32 405 Base 1;
#X text 138 404 BTN_BASE;
#X text 138 330 BTN_THUMB;
#X text 138 345 BTN_THUMB2;
#X text 138 360 BTN_TOP;
#X text 138 375 BTN_TOP2;
#X text 138 390 BTN_PINKIE;
#X text 245 315 288;
#X text 245 330 289;
#X text 245 345 290;
#X text 245 360 291;
#X text 245 375 292;
#X text 245 390 293;
#X text 245 405 294;
#X text 245 419 295;
#X text 245 434 296;
#X text 245 448 297;
#X text 138 418 BTN_BASE2;
#X text 138 433 BTN_BASE3;
#X text 138 447 BTN_BASE4;
#X text 32 419 Base 2;
#X text 32 434 Base 3;
#X text 32 448 Base 4;
#X text 32 463 Base 5;
#X text 32 477 Base 6;
#X text 138 462 BTN_BASE5;
#X text 138 476 BTN_BASE6;
#X text 245 463 298;
#X text 245 477 299;
#X restore 132 556 pd Event_Codes;
#N canvas 50 289 469 317 Event_Types 0;
#X text 28 48 (For a complete listing of Linux Input Events \, see
/usr/include/linux/input.h.);
#X text 61 90 EVENT TYPE;
#X text 61 135 Keys and Buttons;
#X text 61 150 Relative Axes;
#X text 61 165 Absolute Axes;
#X text 61 180 Misc Events;
#X text 61 195 LED Event;
#X text 61 210 Sounds;
#X text 61 225 Autorepeat Values;
#X text 61 240 Force Feedback;
#X text 230 90 #define;
#X text 230 135 EV_KEY;
#X text 230 150 EV_REL;
#X text 230 165 EV_ABS;
#X text 230 180 EV_MSC;
#X text 230 195 EV_LED;
#X text 230 210 EV_SND;
#X text 230 225 EV_REP;
#X text 230 240 EV_FF;
#X text 315 90 number;
#X text 331 120 0;
#X text 331 135 1;
#X text 331 150 2;
#X text 331 165 3;
#X text 331 180 4;
#X text 331 195 17;
#X text 331 210 18;
#X text 331 225 20;
#X text 331 240 21;
#X obj 11 9 cnv 15 400 30 empty empty Event_Types 20 12 1 14 -262131
-66577 0;
#X text 230 120 EV_SYN;
#X text 61 270 Force Feedback Status;
#X text 61 120 Syncronization Events;
#X text 230 270 EV_FF_STATUS;
#X text 331 270 23;
#X text 61 105 -------------------------------------------;
#X text 331 255 22;
#X text 230 255 EV_PWR;
#X text 61 255 Power Events (for UPS);
#X restore 132 536 pd Event_Types;
#N canvas 0 22 450 300 Event_Values 0;
#X text 28 48 (For a complete listing of Linux Input Events \, see
/usr/include/linux/input.h.);
#X obj 11 9 cnv 15 400 30 empty empty Event_Values 20 12 1 14 -261681
-66577 0;
#X restore 132 576 pd Event_Values;
#X text 1 367 Check the Pd console for supported event types and codes.
This object will report them when it opens a device.;
#X obj 2 2 cnv 15 550 25 empty empty [linuxevent] 20 12 1 16 -228992
-66577 0;
#X text 10 44 [linuxevent] outputs raw events from the Linux Event
system. It is used for access the output of various Human Interface
Devices \, like mice \, joysticks \, tablets \, etc.;
#X text 267 539 related HID objects:;
#X obj 418 538 linuxhid;
#X text 26 105 bang to get an update when polling is stopped.;
#X msg 229 195 poll;
#X msg 229 217 nopoll;
#X text 146 177 start/stop polling (synonyms for the same thing);
#X obj 107 149 sel 98;
#X text 153 149 <- (type 'b' for a bang);
#X text 8 407 Here's an example for using a joystick:;
#X msg 65 435 start;
#X msg 109 435 stop;
#X obj 75 463 linuxevent-joystick /dev/input/event1;
#X floatatom 329 492 2 0 0 3 button# - -;
#X floatatom 386 491 2 0 0 3 button_value - -;
#X floatatom 75 492 5 0 0 3 y-axis - -;
#X floatatom 28 492 5 0 0 3 x-axis - -;
#X floatatom 174 493 3 0 0 3 hat-X - -;
#X floatatom 220 493 3 0 0 3 hat-Y - -;
#X floatatom 124 493 5 0 0 3 twist - -;
#X floatatom 263 492 5 0 0 3 throttle - -;
#X obj 418 567 all_about_hid;
#X text 309 566 for more info:;
#X text 13 554 detailed info:;
#X text 14 605 by Hans-Christoph Steiner <hans@at.or.at>;
#X text 379 604 updated for Pd 0.38test4;
#X connect 4 0 6 0;
#X connect 5 0 6 0;
#X connect 6 0 3 0;
#X connect 6 1 2 0;
#X connect 6 2 0 0;
#X connect 6 3 1 0;
#X connect 7 0 6 0;
#X connect 8 0 6 0;
#X connect 10 0 8 0;
#X connect 11 0 8 0;
#X connect 12 0 6 0;
#X connect 13 0 26 0;
#X connect 23 0 6 0;
#X connect 24 0 6 0;
#X connect 26 0 7 0;
#X connect 29 0 31 0;
#X connect 30 0 31 0;
#X connect 31 0 35 0;
#X connect 31 1 34 0;
#X connect 31 2 38 0;
#X connect 31 3 36 0;
#X connect 31 4 37 0;
#X connect 31 5 39 0;
#X connect 31 6 32 0;
#X connect 31 7 33 0;