aboutsummaryrefslogtreecommitdiff
path: root/wiimote.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2009-10-03 16:15:14 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2009-10-03 16:15:14 +0000
commitbc16f1510f7900ba451ef71b2688bcd275c40e92 (patch)
treed4129ba86e010b47182f3a45a9028a6008ae1184 /wiimote.pd
parent8a84f615f857de6d8cc1d93a38892d0b023bfcea (diff)
changed API (single outlet with routeable messages)
svn path=/trunk/externals/hardware/wiimote/; revision=12514
Diffstat (limited to 'wiimote.pd')
-rw-r--r--wiimote.pd22
1 files changed, 22 insertions, 0 deletions
diff --git a/wiimote.pd b/wiimote.pd
new file mode 100644
index 0000000..0c567c7
--- /dev/null
+++ b/wiimote.pd
@@ -0,0 +1,22 @@
+#N canvas 236 633 922 423 10;
+#X obj 104 111 wiiremote;
+#X obj 104 38 inlet;
+#X obj 104 207 outlet button;
+#X obj 232 277 outlet IR;
+#X obj 378 267 outlet nunchuck-buttons;
+#X obj 449 287 outlet nunchuck-acceleration;
+#X obj 520 307 outlet nunchuck-stick;
+#X obj 168 247 outlet acceleration;
+#X obj 104 169 route button acceleration ir;
+#X obj 378 204 route nunchuck;
+#X obj 378 245 route button acceleration stick;
+#X connect 0 0 8 0;
+#X connect 1 0 0 0;
+#X connect 8 0 2 0;
+#X connect 8 1 7 0;
+#X connect 8 2 3 0;
+#X connect 8 3 9 0;
+#X connect 9 0 10 0;
+#X connect 10 0 4 0;
+#X connect 10 1 5 0;
+#X connect 10 2 6 0;