aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-14setup with template MakefileHans-Christoph Steiner
svn path=/trunk/externals/io/; revision=13358
2015-10-14setup with template MakefileHans-Christoph Steiner
svn path=/trunk/externals/io/; revision=13356
2015-10-14first attempt at a Pd port, it compiles without any real warnings, now we ↵Hans-Christoph Steiner
just need an xbee to test on! svn path=/trunk/externals/io/; revision=10754
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-14added #define BLUETOOTH_VERSION_USE_CURRENT to get rid of "deprecated"Hans-Christoph Steiner
warnings based on this bluetooth-dev post: http://lists.apple.com/archives/Bluetooth-dev/2007/Mar/msg00024.html svn path=/trunk/externals/io/; revision=10205
2015-10-14- the sixaxis external now builds with Pd-extended, and outputs the rawHans-Christoph Steiner
accelerometer data - for the rest of the data, use [hid] or [hidio] they happily coexist svn path=/trunk/externals/io/; revision=10116
2015-10-14first somewhat 'working' version of the objectclass to get data from the ↵Hans-Christoph Steiner
Sony SIXAXIS accelerometer svn path=/trunk/externals/io/; revision=10115
2015-10-14moved files to reflect name change to [akawiiremote]Hans-Christoph Steiner
svn path=/trunk/externals/io/; revision=9932
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-14changed object names to reflect name changeHans-Christoph Steiner
svn path=/trunk/externals/io/; revision=9553
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=9552
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
2015-10-14A first step of success, I got the wiiremote successfully connecting and ↵Hans-Christoph Steiner
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
2015-10-14merged in b6 and got it compiling, lots of warning, I would be surprised if ↵Hans-Christoph Steiner
it actually works svn path=/trunk/externals/io/; revision=7687
2015-10-14cleaned up some things in prep for importing new codeHans-Christoph Steiner
svn path=/trunk/externals/io/; revision=7686
2015-10-14This commit was generated by cvs2svn to compensate for changes in r7683,Hans-Christoph Steiner
which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/io/; revision=7684
2015-10-14This commit was generated by cvs2svn to compensate for changes in r7680,Hans-Christoph Steiner
which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/io/; revision=7681
2015-10-14oops, forgot to allocate memory to the pointer! tsk tsk...Hans-Christoph Steiner
svn path=/trunk/externals/io/; revision=7132
2015-10-14ported b4 from Masayuki Akamatsu, fixed one minor warningHans-Christoph Steiner
svn path=/trunk/externals/io/; revision=7092
2015-10-14ported b3 from Masayuki Akamatsu, looks complete nowHans-Christoph Steiner
svn path=/trunk/externals/io/; revision=7091
2015-10-14fixed crasher, I forgot to include init in the Pd end of thingsHans-Christoph Steiner
svn path=/trunk/externals/io/; revision=6928
2015-10-14cleaned things up a bit (less compiler warnings) and added to the auto-build ↵Hans-Christoph Steiner
as part of the 'io' libdir svn path=/trunk/externals/io/; revision=6925
2015-10-14first stab at porting the Max aka.wiiremote object. it builds now, but I ↵Hans-Christoph Steiner
don't think it works svn path=/trunk/externals/io/; revision=6923
2015-10-14svn2git: manufactured root commitsvn2git-rootIOhannes m zmölnig