aboutsummaryrefslogtreecommitdiff
path: root/linuxevent-joystick.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-11-17 06:18:23 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-11-17 06:18:23 +0000
commitb1533897bfb19b182e50325e6b3c5c6b1c7470a4 (patch)
tree0c9442ada58869c34bc58d4dd0de2ca56d815b6f /linuxevent-joystick.pd
parente96ac50ac3609e5b9f82eaae4ee766946b3c91b4 (diff)
fixed [linuxevent] and added help files
svn path=/trunk/externals/hcs/; revision=1188
Diffstat (limited to 'linuxevent-joystick.pd')
-rw-r--r--linuxevent-joystick.pd29
1 files changed, 29 insertions, 0 deletions
diff --git a/linuxevent-joystick.pd b/linuxevent-joystick.pd
new file mode 100644
index 0000000..d3d5eda
--- /dev/null
+++ b/linuxevent-joystick.pd
@@ -0,0 +1,29 @@
+#N canvas 270 365 499 362 10;
+#X obj 16 86 linuxevent /dev/input/event1;
+#X msg 35 43 start;
+#X msg 44 62 stop;
+#X obj 16 9 inlet;
+#X obj 79 116 pack f f f;
+#X obj 79 139 route 1 3;
+#X obj 137 159 print UNKNOWN_JOYSTICK_EVENT_TYPE;
+#X text 148 139 types (1=buttons 3=abs axes);
+#X obj 108 187 route 0 1 6 7;
+#X obj 194 209 print UNKNOWN_JOYSTICK_EVENT_CODE;
+#X obj 151 249 print THROTTLE;
+#X text 204 190 codes (0=X 1=Y 6=throttle 7=rudder);
+#X obj 172 229 print RUDDER;
+#X obj 129 269 print Y-AXIS;
+#X obj 108 290 print X-AXIS;
+#X connect 0 1 4 0;
+#X connect 0 2 4 1;
+#X connect 0 3 4 2;
+#X connect 1 0 0 0;
+#X connect 2 0 0 0;
+#X connect 3 0 0 0;
+#X connect 4 0 5 0;
+#X connect 5 1 8 0;
+#X connect 5 2 6 0;
+#X connect 8 0 14 0;
+#X connect 8 1 13 0;
+#X connect 8 2 10 0;
+#X connect 8 3 12 0;