summaryrefslogtreecommitdiff
path: root/Todo
diff options
context:
space:
mode:
authorsletz <sletz@0c269be4-1314-0410-8aa9-9f06e86f4224>2008-03-12 08:38:59 +0000
committersletz <sletz@0c269be4-1314-0410-8aa9-9f06e86f4224>2008-03-12 08:38:59 +0000
commit0b972cbe876f0805f832b87959800e72dca7b88b (patch)
tree3cbd5a02f321606cdc7e59a8a1609cd1f5280036 /Todo
parentff45b3c59fe02d7d3b7bf97731e74e4faa618c5f (diff)
downloadjack2-0b972cbe876f0805f832b87959800e72dca7b88b.tar.gz
Marc-Olivier Barre library related scons patch.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1951 0c269be4-1314-0410-8aa9-9f06e86f4224
Diffstat (limited to 'Todo')
-rw-r--r--Todo3
1 files changed, 3 insertions, 0 deletions
diff --git a/Todo b/Todo
index 6a38fef9..dd848d7d 100644
--- a/Todo
+++ b/Todo
@@ -2,6 +2,9 @@
Jackdmp Todo list
---------------------
+
+2008-03-12 : Do not start the client RT thread if no callback or thread routine has been setup (no use of jack_set_process_callback or jack_set_process_thread). This require change in the server to avoid signaling the client in this case.
+
2008-02-07 : Pipelining idea:
- cut the driver buffer size in n slices : clients see the divided value, server deal with the driver value, some clients may want to keep the driver buffer size (non pipelining)