aboutsummaryrefslogtreecommitdiff
path: root/aka.wiiremote/aka.wiiremote.c
AgeCommit message (Collapse)Author
2015-10-14removed CFRunLoopRunInMode() in clock function since it doesn't seem to do ↵Hans-Christoph Steiner
anything there svn path=/trunk/externals/io/; revision=10207
2015-10-14first working version, bangs now get udpated data properly, but the variousHans-Christoph Steiner
other messages don't work, like [motion $1(, [ir $1(, etc. To get it working, I used CFRunLoopRunInMode(kCFRunLoopDefaultMode, 0, true), which runs the CFRunLoop until just one event has been processed. svn path=/trunk/externals/io/; revision=10206
2015-10-14changed classname to akawiiremote so that I don't have to deal with the ↵Hans-Christoph Steiner
hexloader svn path=/trunk/externals/io/; revision=9931
2015-10-14first attempt at adding a CFRunLoop in order to get the eventsHans-Christoph Steiner
svn path=/trunk/externals/io/; revision=9929
2015-10-14moved wiiremote to aka.wiiremote to reflect the name of the Max/MSP object.Hans-Christoph Steiner
This is a direct port, so it makes sense to have the same name. svn path=/trunk/externals/io/; revision=9551