aboutsummaryrefslogtreecommitdiff
path: root/hidio.c
AgeCommit message (Collapse)Author
2006-12-31added latency measuring code on Darwin (to be removed once testing is done), ↵Hans-Christoph Steiner
and removed threading svn path=/trunk/externals/io/hidio/; revision=7115
2006-12-21fixed the bug that made it crash in Max/MSP on OS XOlaf Matthes
svn path=/trunk/externals/io/hidio/; revision=7044
2006-12-08some changes to compile for Max again on OS X, still crashes when starting ↵Olaf Matthes
to poll svn path=/trunk/externals/io/hidio/; revision=6736
2006-12-08- laid out new event labeling scheme based more on USB HID rather than LinuxHans-Christoph Steiner
input.h. It works on my devices on my Mac OS X. I probably broke Linux support. The scheme is in a new file, hidio_types.c - all event symbols except the vendor-defined usage are generated in hidio_setup(). The symbols for vendor-defined usages are generated when the device's element list is built. - changed macros to work cleanly when compiled on Windows using MinGW gcc - fixed up help file to better represent the state of things (still could be much better) svn path=/trunk/externals/io/hidio/; revision=6718
2006-12-04made child thread priority adjustable by userOlaf Matthes
svn path=/trunk/externals/io/hidio/; revision=6613
2006-12-03added some #defines and #ifdefs in order for code to compile in WindowsOlaf Matthes
svn path=/trunk/externals/io/hidio/; revision=6604
2006-12-02added more mutexes for thread safe operation, renamed hidio_read to ↵Olaf Matthes
hidio_child_read because it get's called by child thread svn path=/trunk/externals/io/hidio/; revision=6572
2006-12-01put reading in child threadOlaf Matthes
svn path=/trunk/externals/io/hidio/; revision=6569
2006-12-01some more threading related changes, changed some output values from type ↵Olaf Matthes
float to int in Max version svn path=/trunk/externals/io/hidio/; revision=6562
2006-12-01added threading for 'open' and 'close', needs more work but shows that open ↵Olaf Matthes
is a blocking function that takes ages to complete on first call svn path=/trunk/externals/io/hidio/; revision=6561
2006-12-01added pre-generated symbols for often used symbolsOlaf Matthes
svn path=/trunk/externals/io/hidio/; revision=6559
2006-12-01initial Max port for Max 4.5 on OSOlaf Matthes
svn path=/trunk/externals/io/hidio/; revision=6558
2006-11-30found the stupid typo, it now works on Mac OS X, and is included in the ↵Hans-Christoph Steiner
linux and darwin auto-build svn path=/trunk/externals/io/hidio/; revision=6534
2006-11-30did lots of renaming to the new [hidio] name, removed a little bit of cruft. ↵Hans-Christoph Steiner
Builds on Mac OS X, but doesn't load yet :-/. hidio_setup() gets called successfully, but for some reason hidio_new() does not seem to get called svn path=/trunk/externals/io/hidio/; revision=6533