aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-12-31 22:49:16 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-12-31 22:49:16 +0000
commit14e67c85f9cac496dad3d4e77dfb5e40f4cd94b0 (patch)
treef3137c51f0321cb72a608ca7e2e6938da9bebd8f /TODO
parent2a156b8e765ee64fc5b01f78fa6f6974593053c6 (diff)
added latency measuring code on Darwin (to be removed once testing is done), and removed threading
svn path=/trunk/externals/io/hidio/; revision=7115
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 6 insertions, 4 deletions
diff --git a/TODO b/TODO
index f3e32e2..c883ae2 100644
--- a/TODO
+++ b/TODO
@@ -52,10 +52,12 @@ compare against
______________________________________________________________________________
= make only the first executed instance fetch the data
- the function is ugen_getsortno() -- returns
-an integer which increases eachtime DSP is restarted. You can add the
-function call (to the ugen chain for instance) each time you see
-ugen_getsortno() return an integer greater than the previous one you've
+- double right_now = clock_getlogicaltime();
+ this only works when instances are in the same patch, not when instances are
+ in different patches
+
+- implement event output data structure
+
______________________________________________________________________________
= output one value per poll