aboutsummaryrefslogtreecommitdiff
path: root/hidio-help.pd
AgeCommit message (Collapse)Author
2010-12-05use cyclone/prepend instead of flatspace/prependHEADsvn2git-headexternals/io/hidioHans-Christoph Steiner
svn path=/trunk/externals/io/hidio/; revision=14568
2008-09-09removed old linux key name conversion and took a quick stab at updating the ↵Hans-Christoph Steiner
key name lookup table in input_arrays.c to make the USB HID derived key names svn path=/trunk/externals/io/hidio/; revision=10284
2008-09-08- fixed "open" state reporting, it was always reporting "open 1"Hans-Christoph Steiner
- cleaned up hidio-help.pd a bit, removed deprecated [print( message svn path=/trunk/externals/io/hidio/; revision=10278
2008-06-26ported some of the recent bugfixes from [hid]:Hans-Christoph Steiner
- in hidio_get_events(), test code before type since code is more likely to fail, therefore saving comparing the one that succeeds a lot - removed [print( message and replaced it with [devices( and [elements( - fixed min/max getting bug (I forgot to include the &my_id struct) - implemented get_device_number_by_id() - removed extra copies of write functions svn path=/trunk/externals/io/hidio/; revision=10113
2008-06-25- cleaned up debug messages some and set default message level to 0 (none)Hans-Christoph Steiner
- remove [print( and replaced it with [devices( and [elements( - made the [open 0( status output on device close - bumped version number 0.1 in preparation for more work to be done :) svn path=/trunk/externals/io/hidio/; revision=10101
2008-06-23implemented [devices( and [elements( messages on Mac OS X, to eventallyHans-Christoph Steiner
replace [print( svn path=/trunk/externals/io/hidio/; revision=10078
2008-05-27first sketch of output message with variable atom typesHans-Christoph Steiner
svn path=/trunk/externals/io/hidio/; revision=9925
2008-05-05- Got the symbolic usage page/usage tags in the write message working Hans-Christoph Steiner
- sketched out the possibility of numeric-only write messages, and write messages using a symbolic usage page and a numeric usage. svn path=/trunk/externals/io/hidio/; revision=9766
2008-05-05very basic output using Apple HID Utilities to a CUI IO v1.0 firmware, I got ↵Hans-Christoph Steiner
the LED to toggle properly svn path=/trunk/externals/io/hidio/; revision=9764
2007-07-26first functional output test on GNU/Linux: I can control the keyboard LEDs. ↵Hans-Christoph Steiner
Others should be possible, but Linux doesn't recognize the output types of any of my other devices :( svn path=/trunk/externals/io/hidio/; revision=8245
2007-01-01renamed debug_print() to debug_post() since its a wrapper to post()Hans-Christoph Steiner
svn path=/trunk/externals/io/hidio/; revision=7116
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-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-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