Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-04 | cleaned up patch to make it more presentable | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=9758 | |||
2006-09-22 | fixed pointer bug that was preventing proper creation of the element array. ↵ | Hans-Christoph Steiner | |
Now it outputs data properly on Linux svn path=/trunk/externals/hcs/hid/; revision=5998 | |||
2006-08-25 | code cleanups, replaced sprintf() for snprintf() for security's sake | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=5735 | |||
2006-06-02 | added a bunch more status info in the Pd domain: device count, range for ↵ | Hans-Christoph Steiner | |
each element, etc svn path=/trunk/externals/hcs/hid/; revision=5158 | |||
2006-06-02 | ripped out old method of get events and build whole new method which should ↵ | Hans-Christoph Steiner | |
use a lot less CPU; its now based on arrays of structs that are built before running. There is a 2D array for (device,element) struct, t_hid_element, which holds the output symbols, thus eliminating symbol lookups for each event that is outputted; its Mac OS X only write now, GNU/Linux will come eventually... svn path=/trunk/externals/hcs/hid/; revision=5156 | |||
2006-05-28 | On Mac OSX, replaced hid_get_device_by_number() by a global array of ↵ | Hans-Christoph Steiner | |
pointers, it should reduce the CPU load noticably. next I need to handle elements independently svn path=/trunk/externals/hcs/hid/; revision=5147 | |||
2006-05-27 | added some status reporting, and got all the different methods for opening ↵ | Hans-Christoph Steiner | |
working on Mac OS X; time to fix GNU/Linux now... svn path=/trunk/externals/hcs/hid/; revision=5145 | |||
2006-05-27 | new open-by methods seem to be working properly | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=5143 | |||
2006-05-27 | seemed to fix the mac crasher bug caused by HIDReleaseBuildList wierdness; ↵ | Hans-Christoph Steiner | |
cleaned up things a bit and made it possible to open devices by type svn path=/trunk/externals/hcs/hid/; revision=5138 | |||
2006-03-17 | changed [pddp] object tp [pddp( message to disable the [pddp] object, which ↵ | Hans-Christoph Steiner | |
causes crashes svn path=/trunk/externals/hcs/hid/; revision=4725 | |||
2006-03-17 | I think it was cleaned up a bit, but I made the changes so long ago, I forgot | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=4724 | |||
2005-06-06 | - cleaned up CFLAGS and tried higher optimization, which failed to build | Hans-Christoph Steiner | |
- implemented a second outlet which outputs data upon [refresh( to build a popup menu to select the device by name using a [popup]. This uncovered a bug, which is not fixed, it seems that everytime you open a device, that device gets added again to the list of devices svn path=/trunk/externals/hcs/hid/; revision=3122 | |||
2005-06-04 | updated joystick support on Mac OS X so that joystick twist is set to abs_rz ↵ | Hans-Christoph Steiner | |
and throttle is set to abs_throttle even when devices use different code pages (USB HID spec sucks!); minor code cleanups svn path=/trunk/externals/hcs/hid/; revision=3111 | |||
2005-05-24 | got [hid_graph] fully functional; added helpfiles for all curve objects | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=3075 | |||
2005-05-21 | added and updated comments | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=3047 | |||
2005-05-20 | updated help files and objects for smoothing, average, and lowpoass | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=3042 | |||
2005-04-28 | removed the timestamp from the output | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=2845 | |||
2005-04-28 | switched Linux to use common hid_output_event() | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=2843 | |||
2005-04-28 | whipped out a 1-to-4 mapping object... | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=2842 | |||
2005-04-26 | added pddp_open patch to open all_about_ patches without them being ↵ | Hans-Christoph Steiner | |
abstractions embedded in the help files svn path=/trunk/externals/hcs/hid/; revision=2817 | |||
2005-04-13 | - created a suite of hid objects for using polar coordinates and converting | Hans-Christoph Steiner | |
between the range of 0-1 and degrees/radians. - made two joystick/polar examples - added some pretty colors to help patches svn path=/trunk/externals/hcs/hid/; revision=2754 | |||
2004-12-19 | added two basic one-to-many mapping objects | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=2415 | |||
2004-12-16 | some minor cleanups | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=2387 | |||
2004-12-04 | cleaned up and commented | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=2358 | |||
2004-11-28 | getting the help files and mapping files dialed in | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=2342 | |||
2004-11-28 | [notescale] is basically a HID object, but not necessarily, hence no hid_ prefix | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=2340 | |||
2004-11-28 | updated and cleaned up pd objects and help files; made joystick noise maker ↵ | Hans-Christoph Steiner | |
subpatch svn path=/trunk/externals/hcs/hid/; revision=2335 | |||
2004-11-28 | fixed a number of annoying bugs in MacOS X; cleaned up code; now multiple ↵ | Hans-Christoph Steiner | |
[hid]s work at the same time svn path=/trunk/externals/hcs/hid/; revision=2329 | |||
2004-11-27 | quick kludge to add more event types for MacOS X, including a test version ↵ | Hans-Christoph Steiner | |
of keyboard support svn path=/trunk/externals/hcs/hid/; revision=2324 | |||
2004-11-25 | created [buttongate] and [keygate] following [gate] | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=2313 | |||
2004-11-16 | minor pre-release tweaks | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=2283 | |||
2004-11-16 | [joystick] is now fully functional on MacOS X | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=2282 | |||
2004-11-15 | prepping for release, fixed a couple very minor bugs | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=2276 | |||
2004-11-15 | converted button codes to a numbered scheme; added [buttongate] | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=2275 | |||
2004-11-14 | removed the ev_ from the types | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=2270 | |||
2004-11-07 | cleaned up the code a fair amount, but there are still lots of bugs bugs bugs... | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=2238 | |||
2004-11-06 | things are working MacOS X, but there are lots of bugs | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=2227 | |||
2004-11-06 | mice and joysticks work under MacOS X now, but there is much work left to be ↵ | Hans-Christoph Steiner | |
done in terms of translating HID Manager to Linux Input events. svn path=/trunk/externals/hcs/hid/; revision=2220 | |||
2004-11-04 | cleaned up Darwin side after Linux work; laid out Darwin structure and got ↵ | Hans-Christoph Steiner | |
device opening working svn path=/trunk/externals/hcs/hid/; revision=2206 | |||
2004-11-04 | created general mouse object for rapid prototyping and beginners | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=2204 | |||
2004-10-25 | completed moving GNU/Linux support into the new structure; flushed out ↵ | Hans-Christoph Steiner | |
Darwin a bit more svn path=/trunk/externals/hcs/hid/; revision=2154 | |||
2004-10-23 | got everything running under GNU/Linux again, time to switch back to MacOS X | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=2144 | |||
2004-10-20 | auto-generated event type/code listings as pd files | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=2132 | |||
2004-10-20 | first functional first with new outlet format | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=2131 |