diff options
-rw-r--r-- | TODO | 1 | ||||
-rw-r--r-- | hid.h | 4 | ||||
-rw-r--r-- | joystick.pd | 33 |
3 files changed, 19 insertions, 19 deletions
@@ -52,6 +52,7 @@ by # (1,2,...), generic name (mouse1, joystick2, tablet3...), or device name - this is probably unnecessary since the t_clock seems to run well at 1ms delay +- at standard block size (64 samples), one block = ~1.5ms ============================================================================== = function return values @@ -12,9 +12,9 @@ #include "input_arrays.h" #define HID_MAJOR_VERSION 0 -#define HID_MINOR_VERSION 4 +#define HID_MINOR_VERSION 5 -static char *version = "$Revision: 1.12 $"; +static char *version = "$Revision: 1.13 $"; /*------------------------------------------------------------------------------ * CLASS DEF diff --git a/joystick.pd b/joystick.pd index 955a987..23126d9 100644 --- a/joystick.pd +++ b/joystick.pd @@ -1,4 +1,4 @@ -#N canvas 246 181 827 615 10; +#N canvas 246 181 839 627 10; #X msg 96 64 start; #X msg 105 83 stop; #X obj 77 30 inlet; @@ -15,7 +15,6 @@ #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; @@ -24,7 +23,7 @@ ; #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 text 424 553 $Revision: 1.5 $$Date: 2005-03-03 20:03:34 $; #X obj 38 264 route abs_x abs_y abs_rz abs_throttle abs_hat0x abs_hat0y ; #X text 287 388 throttle/slider; @@ -35,20 +34,20 @@ #X obj 103 449 autoscale 0 1; #X obj 38 489 autoscale 0 1; #X text 8 6 [joystick]; +#X obj 79 139 route abs key ff; #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; +#X connect 10 0 32 0; +#X connect 23 0 30 0; +#X connect 23 1 29 0; +#X connect 23 2 28 0; +#X connect 23 3 27 0; +#X connect 23 4 6 0; +#X connect 23 5 7 0; +#X connect 27 0 13 0; +#X connect 28 0 12 0; +#X connect 29 0 11 0; +#X connect 30 0 5 0; +#X connect 32 0 23 0; +#X connect 32 1 9 0; |