From bc16f1510f7900ba451ef71b2688bcd275c40e92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Sat, 3 Oct 2009 16:15:14 +0000 Subject: changed API (single outlet with routeable messages) svn path=/trunk/externals/hardware/wiimote/; revision=12514 --- wiimote.pd | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 wiimote.pd (limited to 'wiimote.pd') 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; -- cgit v1.2.1