aboutsummaryrefslogtreecommitdiff
path: root/le3dp.pd
diff options
context:
space:
mode:
authorTim Blechmann <timblech@users.sourceforge.net>2005-12-09 12:50:06 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:11:50 +0200
commite6c49319e1b84287f8fa07559b820cdf4cb5bc7b (patch)
tree3f9cbc5265f5c1df1cbd5fb762dc8d9caa61138f /le3dp.pd
parent64b3627672c142a723a879bf134dbe226d8cfbdf (diff)
improved find_hid searching capabilities
svn path=/trunk/abstractions/tb/; revision=4179
Diffstat (limited to 'le3dp.pd')
-rw-r--r--le3dp.pd22
1 files changed, 11 insertions, 11 deletions
diff --git a/le3dp.pd b/le3dp.pd
index 918d0fd..1c025ab 100644
--- a/le3dp.pd
+++ b/le3dp.pd
@@ -109,7 +109,6 @@ btn_8 btn_9 btn_10 btn_11;
#X connect 1 11 3 0;
#X connect 1 12 14 0;
#X restore 51 266 pd buttons;
-#X msg 38 60 find Logitech Extreme 3D;
#X obj 38 172 prepend open;
#X obj 38 84 py find_hid;
#X obj 8 39 t f b;
@@ -120,16 +119,17 @@ btn_8 btn_9 btn_10 btn_11;
#X text 12 294 $Id: le3dp.pd 194 2005-11-20 01:17:05Z tim $;
#X text 116 220 abstraction to use a Logitech Extreme 3D Joystick with
hid under linux;
-#X connect 0 0 7 0;
+#X msg 38 60 find "product=Logitech Extreme 3D";
+#X connect 0 0 6 0;
#X connect 2 0 1 0;
#X connect 2 1 3 0;
-#X connect 4 0 6 1;
+#X connect 4 0 7 0;
#X connect 5 0 8 0;
-#X connect 6 0 9 0;
-#X connect 7 0 11 0;
-#X connect 7 1 4 0;
-#X connect 8 0 2 0;
-#X connect 9 0 10 0;
-#X connect 9 1 5 0;
-#X connect 10 0 11 1;
-#X connect 11 0 8 0;
+#X connect 6 0 10 0;
+#X connect 6 1 13 0;
+#X connect 7 0 2 0;
+#X connect 8 0 9 0;
+#X connect 8 1 4 0;
+#X connect 9 0 10 1;
+#X connect 10 0 7 0;
+#X connect 13 0 5 1;