From 923e18b2face0b0b0f13e202a894be56242fe4e0 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 28 Nov 2004 01:27:47 +0000 Subject: fixed a number of annoying bugs in MacOS X; cleaned up code; now multiple [hid]s work at the same time svn path=/trunk/externals/hcs/hid/; revision=2329 --- joystick.pd | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) (limited to 'joystick.pd') diff --git a/joystick.pd b/joystick.pd index 77e5c83..955a987 100644 --- a/joystick.pd +++ b/joystick.pd @@ -1,4 +1,4 @@ -#N canvas 368 109 823 611 10; +#N canvas 246 181 827 615 10; #X msg 96 64 start; #X msg 105 83 stop; #X obj 77 30 inlet; @@ -24,30 +24,31 @@ ; #X text 228 566 released under the GNU GPL; #X text 424 566 $Author: eighthave $; -#X text 424 553 $Revision: 1.3 $$Date: 2004-11-16 01:35:35 $; -#X obj 38 489 autoscale -1 1; -#X obj 103 449 autoscale -1 1; -#X obj 169 409 autoscale -1 1; -#X obj 235 368 autoscale -1 1; +#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 28 0; +#X connect 15 0 24 0; #X connect 15 1 9 0; #X connect 15 2 3 0; -#X connect 24 0 5 0; -#X connect 25 0 11 0; -#X connect 26 0 12 0; -#X connect 27 0 13 0; -#X connect 28 0 24 0; -#X connect 28 1 25 0; -#X connect 28 2 26 0; -#X connect 28 3 27 0; -#X connect 28 4 6 0; -#X connect 28 5 7 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; -- cgit v1.2.1