diff options
Diffstat (limited to 'wiimote.pd')
-rw-r--r-- | wiimote.pd | 22 |
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; |