aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-14Merge branchesHEADsvn2git-headmasterIOhannes m zmölnig
- externals/hardware - externals/io - externals/ff - externals/iem/dmx512
2015-10-14remove -mcpu/-mtune flags as it breaks x64 build. we should eventually ↵mescalinum
figure a way of determining automatically the CPU, but 'uname -m' doesn't tell the truth svn path=/trunk/externals/io/; revision=14145
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-14made the threaded version the default; renamed the blocking version to ↵IOhannes m zmölnig
[dmxout_b] svn path=/trunk/externals/iem/dmx512/; revision=10134
2015-10-14renamed: dmxout_threaded to dmxout and dmxout to dmxout_b (blocking)IOhannes m zmölnig
svn path=/trunk/externals/iem/dmx512/; revision=10133
2015-10-14a threaded version of [dmxout]: this should become the defaultIOhannes m zmölnig
svn path=/trunk/externals/iem/dmx512/; revision=10132
2015-10-14cleaned up a bitIOhannes m zmölnig
svn path=/trunk/externals/iem/dmx512/; revision=10131
2015-10-14number of values is now a preprocessor defineIOhannes m zmölnig
(so we can easily change it: dmx4linux seems to be way faster with small (<128) valuearrays) svn path=/trunk/externals/iem/dmx512/; revision=10127
2015-10-14added "open"-mess (not functional yet) to change the device...IOhannes m zmölnig
svn path=/trunk/externals/iem/dmx512/; revision=10119
2015-10-14split the readme into several filesIOhannes m zmölnig
svn path=/trunk/externals/iem/dmx512/; revision=10118
2015-10-14...IOhannes m zmölnig
svn path=/trunk/externals/iem/dmx512/; revision=10117
2015-10-14hmm, fixed a problem; seems to work now with an IOhannes m zmölnig
openDMX-USB svn path=/trunk/externals/iem/dmx512/; revision=10056
2015-10-14added help-patch for [dmxout]IOhannes m zmölnig
svn path=/trunk/externals/iem/dmx512/; revision=10045
2015-10-14updated readme.txt like vincent rioux suggested;IOhannes m zmölnig
fixed configure to also search for libdmx4l (which is the library installed by he upstream dmx4linux package) svn path=/trunk/externals/iem/dmx512/; revision=10044
2015-10-14[dmxout] now can be used to set entire rangesIOhannes m zmölnig
svn path=/trunk/externals/iem/dmx512/; revision=10009
2015-10-14...IOhannes m zmölnig
svn path=/trunk/externals/iem/dmx512/; revision=9997
2015-10-14...IOhannes m zmölnig
svn path=/trunk/externals/iem/dmx512/; revision=9994
2015-10-14more encoding fixesIOhannes m zmölnig
svn path=/trunk/externals/hardware/; revision=16131
2015-10-14tell that [dmxin] isn't yet there...IOhannes m zmölnig
svn path=/trunk/externals/iem/dmx512/; revision=9993
2015-10-14fixed licenses and encodingIOhannes m zmölnig
svn path=/trunk/externals/hardware/; revision=16130
2015-10-14probably got the svnversion magic goingIOhannes m zmölnig
svn path=/trunk/externals/iem/dmx512/; revision=9992
2015-10-14change flatspace/comport to comport since its shipped as a standaloneHans-Christoph Steiner
svn path=/trunk/externals/hardware/; revision=16010
2015-10-14this should doIOhannes m zmölnig
svn path=/trunk/externals/iem/dmx512/; revision=9991
2015-10-14w32moteIOhannes m zmölnig
svn path=/trunk/externals/hardware/; revision=15195
2015-10-14trying to fix makefileIOhannes m zmölnig
svn path=/trunk/externals/iem/dmx512/; revision=9990
2015-10-14dmx4pd (currently linux only)IOhannes m zmölnig
svn path=/trunk/externals/iem/dmx512/; revision=9989