diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2008-03-07 18:47:45 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 15:08:25 +0200 |
commit | 71d377c64cf05eb5726e4ec803dc8288bf4c8357 (patch) | |
tree | 24ded34ecaba61bc527365bffa23ffe86f297707 /wiiremote/TODO | |
parent | 2e3417388d79966bed87965155b3f5f485728a4a (diff) |
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
Diffstat (limited to 'wiiremote/TODO')
-rw-r--r-- | wiiremote/TODO | 7 |
1 files changed, 7 insertions, 0 deletions
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() + |