Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-11 | added barebones ff function to linux file so that it'll work | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=3166 | |||
2005-06-11 | - imported linux/input.h from linux kernel source 2.6.11.11 | Hans-Christoph Steiner | |
- now input_arrays have fake names instead of NULL to prevent segfaults svn path=/trunk/externals/hcs/hid/; revision=3165 | |||
2005-06-10 | - got ff_autocenter and ff_gain working fine, now its time for some actual | Hans-Christoph Steiner | |
effects!! svn path=/trunk/externals/hcs/hid/; revision=3164 | |||
2005-06-10 | preliminary sketch for making [mouse] output 0,0 when no activity. the OS | Hans-Christoph Steiner | |
delivers no data when the mouse isn't moving, this makes it very difficult to use the relative axes data as a controller since the last value would be the last time the mouse moved, so the parameter being controlled by a relative axis will stick at the last value when the mouse is still. svn path=/trunk/externals/hcs/hid/; revision=3163 | |||
2005-06-10 | removed dylib project since [hid] is linked statically for simplicity's sake | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=3162 | |||
2005-06-10 | changed the 'menu' msg to 'options' to make things more transparent | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=3161 | |||
2005-06-10 | got things compiling with ImmrHIDUtilAddOn; looks like there is a newer ↵ | Hans-Christoph Steiner | |
version of HID Utilities which Apple hasn't released yet. The ones in FFB must be part of that newer version since they don't match version 3.7 svn path=/trunk/externals/hcs/hid/; revision=3160 | |||
2005-06-10 | This commit was generated by cvs2svn to compensate for changes in r3157, | Hans-Christoph Steiner | |
which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/hcs/hid/; revision=3158 | |||
2005-06-09 | changed optimization settings | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=3156 | |||
2005-06-09 | This commit was generated by cvs2svn to compensate for changes in r3153, | Hans-Christoph Steiner | |
which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/hcs/hid/; revision=3154 | |||
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=3112 | |||
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-25 | changed make stuff to reflect that the *-help.pd files were moved to doc/ in ↵ | Hans-Christoph Steiner | |
the CVS repository svn path=/trunk/externals/hcs/hid/; revision=3088 | |||
2005-05-25 | created object to calculate a vector based on dx/dy input; switched ↵ | Hans-Christoph Steiner | |
[hid_polar] to use this object as its core logic svn path=/trunk/externals/hcs/hid/; revision=3087 | |||
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 | created header so that [linuxhid] can share code | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=3044 | |||
2005-05-20 | updated math to generate proper curves | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=3043 | |||
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-05-20 | the object now resets the output to zero when data isn't detected within 50 ms | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=3041 | |||
2005-05-20 | got rid of some minor warnings | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=3040 | |||
2005-04-28 | removed the timestamp from the output | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=2845 | |||
2005-04-28 | added input range limiting | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=2844 | |||
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 input range limiting | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=2822 | |||
2005-04-26 | added copyleft and cleaned up to look good | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=2821 | |||
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 | |||
2005-04-03 | added keyboard support for linux (Georg Holzmann) | Georg Holzmann | |
svn path=/trunk/externals/hcs/hid/; revision=2673 | |||
2005-03-03 | unconnected error msg injoystick to stop flood of msgs; bumped version number up | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=2596 | |||
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 | getting ready for release 0.4 | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=2334 | |||
2004-11-28 | code cleanup and [print( msg implementation | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=2333 | |||
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-28 | converted to 0-1 input range | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=2328 | |||
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-20 | first set of basic mapping objects for [hid] | Hans-Christoph Steiner | |
svn path=/trunk/externals/hcs/hid/; revision=2292 | |||
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 |