From 71d377c64cf05eb5726e4ec803dc8288bf4c8357 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 7 Mar 2008 18:47:45 +0000 Subject: A first step of success, I got the wiiremote successfully connecting and getting one data event into Pd with the first bang. Now I have to figure out how to run the Carbon CFRunLoop into Pd land. - cleaned up some unused variables - fixed some warnings - folded in the b7 version - cleaned up the port a bit This code directly compiles and works fine on Max/MSP. svn path=/trunk/externals/io/; revision=9543 --- wiiremote/TODO | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 wiiremote/TODO (limited to 'wiiremote/TODO') diff --git a/wiiremote/TODO b/wiiremote/TODO new file mode 100644 index 0000000..a8da43d --- /dev/null +++ b/wiiremote/TODO @@ -0,0 +1,7 @@ + + + - try out IOBluetoothLocalDeviceAvailable(wiiremote->inquiry); to see if that will set up the event loops (http://lists.apple.com/archives/bluetooth-dev/2006/Dec/msg00001.html) + + +- try CFRunLoopRun(); then CFRunLoopStop(CFRunLoopGetCurrent()); in akawiiremote_clock() and akawiiremote_bang() + -- cgit v1.2.1