aboutsummaryrefslogtreecommitdiff
path: root/joystick.pd
blob: 955a9874ed60bde5b348ca5ead5c5bc3ca392396 (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
#N canvas 246 181 827 615 10;
#X msg 96 64 start;
#X msg 105 83 stop;
#X obj 77 30 inlet;
#X obj 207 160 print UNKNOWN_JOYSTICK_EVENT_TYPE;
#X obj 430 289 print UNKNOWN_JOYSTICK_EVENT_CODE;
#X obj 38 508 outlet;
#X obj 300 342 outlet;
#X obj 366 317 outlet;
#X text 52 244 codes (0=X 1=Y 6=throttle 7=rudder \, 16=hat0X \, 17=hat0Y)
;
#X obj 411 417 outlet;
#X obj 77 107 hid \$1;
#X obj 103 468 outlet;
#X obj 169 428 outlet;
#X obj 235 387 outlet;
#X obj 221 91 print RAW;
#X obj 79 139 route abs key;
#X text 401 433 button code/value list;
#X text 91 509 X-axis;
#X text 152 468 Y-axis;
#X text 222 430 twist;
#X text 11 552 (C) Copyright 2004 Hans-Christoph Steiner <hans@at.or.at>
;
#X text 228 566 released under the GNU GPL;
#X text 424 566 $Author: eighthave $;
#X text 424 553 $Revision: 1.4 $$Date: 2004-11-28 01:27:47 $;
#X obj 38 264 route abs_x abs_y abs_rz abs_throttle abs_hat0x abs_hat0y
;
#X text 287 388 throttle/slider;
#X text 346 343 hat0x;
#X text 416 319 hat0y;
#X obj 235 368 autoscale 0 1;
#X obj 169 409 autoscale 0 1;
#X obj 103 449 autoscale 0 1;
#X obj 38 489 autoscale 0 1;
#X text 8 6 [joystick];
#X connect 0 0 10 0;
#X connect 1 0 10 0;
#X connect 2 0 10 0;
#X connect 10 0 15 0;
#X connect 15 0 24 0;
#X connect 15 1 9 0;
#X connect 15 2 3 0;
#X connect 24 0 31 0;
#X connect 24 1 30 0;
#X connect 24 2 29 0;
#X connect 24 3 28 0;
#X connect 24 4 6 0;
#X connect 24 5 7 0;
#X connect 28 0 13 0;
#X connect 29 0 12 0;
#X connect 30 0 11 0;
#X connect 31 0 5 0;