Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-14 | Merge branchesHEADsvn2git-headmaster | IOhannes m zmölnig | |
- externals/hardware - externals/io - externals/ff - externals/iem/dmx512 | |||
2015-10-14 | remove -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-14 | setup with template Makefile | Hans-Christoph Steiner | |
svn path=/trunk/externals/io/; revision=13358 | |||
2015-10-14 | setup with template Makefile | Hans-Christoph Steiner | |
svn path=/trunk/externals/io/; revision=13356 | |||
2015-10-14 | first 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-14 | removed 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-14 | first working version, bangs now get udpated data properly, but the various | Hans-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-14 | added #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 raw | Hans-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-14 | first 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-14 | moved files to reflect name change to [akawiiremote] | Hans-Christoph Steiner | |
svn path=/trunk/externals/io/; revision=9932 | |||
2015-10-14 | changed 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-14 | first attempt at adding a CFRunLoop in order to get the events | Hans-Christoph Steiner | |
svn path=/trunk/externals/io/; revision=9929 | |||
2015-10-14 | changed object names to reflect name change | Hans-Christoph Steiner | |
svn path=/trunk/externals/io/; revision=9553 | |||
2015-10-14 | moved 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-14 | moved 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-14 | A 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-14 | merged 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-14 | cleaned up some things in prep for importing new code | Hans-Christoph Steiner | |
svn path=/trunk/externals/io/; revision=7686 | |||
2015-10-14 | This 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-14 | This 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-14 | oops, forgot to allocate memory to the pointer! tsk tsk... | Hans-Christoph Steiner | |
svn path=/trunk/externals/io/; revision=7132 | |||
2015-10-14 | ported b4 from Masayuki Akamatsu, fixed one minor warning | Hans-Christoph Steiner | |
svn path=/trunk/externals/io/; revision=7092 | |||
2015-10-14 | ported b3 from Masayuki Akamatsu, looks complete now | Hans-Christoph Steiner | |
svn path=/trunk/externals/io/; revision=7091 | |||
2015-10-14 | fixed crasher, I forgot to include init in the Pd end of things | Hans-Christoph Steiner | |
svn path=/trunk/externals/io/; revision=6928 | |||
2015-10-14 | cleaned 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-14 | first 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-14 | made 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-14 | renamed: dmxout_threaded to dmxout and dmxout to dmxout_b (blocking) | IOhannes m zmölnig | |
svn path=/trunk/externals/iem/dmx512/; revision=10133 | |||
2015-10-14 | a threaded version of [dmxout]: this should become the default | IOhannes m zmölnig | |
svn path=/trunk/externals/iem/dmx512/; revision=10132 | |||
2015-10-14 | cleaned up a bit | IOhannes m zmölnig | |
svn path=/trunk/externals/iem/dmx512/; revision=10131 | |||
2015-10-14 | number of values is now a preprocessor define | IOhannes 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-14 | added "open"-mess (not functional yet) to change the device... | IOhannes m zmölnig | |
svn path=/trunk/externals/iem/dmx512/; revision=10119 | |||
2015-10-14 | split the readme into several files | IOhannes 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-14 | hmm, 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-14 | added help-patch for [dmxout] | IOhannes m zmölnig | |
svn path=/trunk/externals/iem/dmx512/; revision=10045 | |||
2015-10-14 | updated 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 ranges | IOhannes 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-14 | more encoding fixes | IOhannes m zmölnig | |
svn path=/trunk/externals/hardware/; revision=16131 | |||
2015-10-14 | tell that [dmxin] isn't yet there... | IOhannes m zmölnig | |
svn path=/trunk/externals/iem/dmx512/; revision=9993 | |||
2015-10-14 | fixed licenses and encoding | IOhannes m zmölnig | |
svn path=/trunk/externals/hardware/; revision=16130 | |||
2015-10-14 | probably got the svnversion magic going | IOhannes m zmölnig | |
svn path=/trunk/externals/iem/dmx512/; revision=9992 | |||
2015-10-14 | change flatspace/comport to comport since its shipped as a standalone | Hans-Christoph Steiner | |
svn path=/trunk/externals/hardware/; revision=16010 | |||
2015-10-14 | this should do | IOhannes m zmölnig | |
svn path=/trunk/externals/iem/dmx512/; revision=9991 | |||
2015-10-14 | w32mote | IOhannes m zmölnig | |
svn path=/trunk/externals/hardware/; revision=15195 | |||
2015-10-14 | trying to fix makefile | IOhannes m zmölnig | |
svn path=/trunk/externals/iem/dmx512/; revision=9990 | |||
2015-10-14 | dmx4pd (currently linux only) | IOhannes m zmölnig | |
svn path=/trunk/externals/iem/dmx512/; revision=9989 |