diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-19 05:02:31 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-19 05:02:31 +0000 |
commit | df54d3d3d4aab0481ab8a0e9ad23c97ac039ddf9 (patch) | |
tree | 9151b811dae79a22f4d04bc8ebe529ba49694f05 /doc/TODO | |
parent | b3ef147bd04fa3ed6c36c69c94edbc9664e14c6e (diff) |
make [hid] into a libdir-ish folder like earplug~ and freeverb~, and make sure hid-help.pd gets installed
svn path=/trunk/externals/hcs/hid/; revision=13454
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/TODO b/doc/TODO deleted file mode 100644 index c192b93..0000000 --- a/doc/TODO +++ /dev/null @@ -1,14 +0,0 @@ -Right now, [hid] basically outputs events in response to the OS. It polls the -event queue at a given frequency and processes everything in the queue on each -cycle. This means that the data stream is a bit erratic. - -The first part of the question is whether [hid] should output everything it -finds in the event queue, or just the most recent event. - -- buttons output every event, since its state change (on/off) triggers something. - -- For absolute axes, it probably should just output the most recent event per - poll, since absolute axes are position, and its not really necessary to know - how many events there were between [hid] polls, just the position where it - ended up. - |