aboutsummaryrefslogtreecommitdiff
path: root/linuxevent.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-04-22 05:04:49 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-04-22 05:04:49 +0000
commit3f365ef507d2cf16ddef435b96f690bb454253b5 (patch)
tree181b08a4d8dfe7d1cd1f3800f17fffbcfc834cec /linuxevent.pd
parent451a11d5c75349db05cc26406ca947cd1c5b39c0 (diff)
changed the name from raw to linux, since they are linux-specific; put common stuff in linuxhid.h
svn path=/trunk/externals/hcs/; revision=583
Diffstat (limited to 'linuxevent.pd')
-rw-r--r--linuxevent.pd14
1 files changed, 14 insertions, 0 deletions
diff --git a/linuxevent.pd b/linuxevent.pd
new file mode 100644
index 0000000..9e6be44
--- /dev/null
+++ b/linuxevent.pd
@@ -0,0 +1,14 @@
+#N canvas 454 205 450 300 10;
+#X floatatom 244 176 5 0 0 3 code - -;
+#X floatatom 303 176 5 0 0 3 value - -;
+#X floatatom 185 176 4 0 0 3 type - -;
+#X floatatom 112 176 9 0 0 3 time - -;
+#X msg 176 53 start;
+#X msg 187 91 stop;
+#X obj 126 123 linuxevent /dev/input/event0;
+#X connect 4 0 6 0;
+#X connect 5 0 6 0;
+#X connect 6 0 3 0;
+#X connect 6 1 2 0;
+#X connect 6 2 0 0;
+#X connect 6 3 1 0;