summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorjoq <joq@0c269be4-1314-0410-8aa9-9f06e86f4224>2003-10-31 20:52:24 +0000
committerjoq <joq@0c269be4-1314-0410-8aa9-9f06e86f4224>2003-10-31 20:52:24 +0000
commit4100a7bef996077bac4ff47d51b80c5b0a03eb94 (patch)
treef7b01f260695899032ece42c46906d83978604a0 /TODO
parent7181d524c7c958dba34eeed08e314ca0edbfc072 (diff)
downloadjack1-4100a7bef996077bac4ff47d51b80c5b0a03eb94.tar.gz
[0.89.0] merge of EXP branch into HEAD
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@540 0c269be4-1314-0410-8aa9-9f06e86f4224
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 4 insertions, 8 deletions
diff --git a/TODO b/TODO
index a2487c5..1fb72d8 100644
--- a/TODO
+++ b/TODO
@@ -15,21 +15,15 @@ TO BE DECIDED (owner)
- support for on-the-fly sampling rate change
- whether to default to triangular dithering for 16bit output. (swh)
-TODO for 1.0 (owner)
-
-- API to change buffer size (joq)
-
TODO post-1.0
- jack session handling (taybin)
-- get portaudio driver working under Linux (joq)
- handle mixed-mode 64bit and 32bit clients (joq)
- TBD
TODO general (owner)
- better scheme for handling machine and system dependencies (joq)
-- don't build static libraries of drivers and ip-clients (kaiv)
- add explanation of protocol versioning to README.developers (kaiv)
- proper handling of client return values in libjack (kaiv)
- pool based malloc for rt client-local mem allocation (paul, moved back here)
@@ -40,11 +34,12 @@ TO THINK ABOUT
- whether we want to support varispeed (resampling and/or changing
the actual rate)
- per-block timestamping against system clock (UST stamps at driver level)
-- multiple port buffer shm segments (i.e. dynamically
- increase the total number of ports in the system)
+- dynamically increase the total number of ports in the system
CLOSED (date,who,comment)
+- don't build static libraries of drivers and ip-clients (2003/10/07,paul)
+- API to change buffer size (joq) (2003/10/07)
- added code to enforce the 'bufsize==2^x' rule (taybin) (2003/8/28)
- make sure that process callbacks always have nframes equal to buffersize (2003/08/27,done,kaiv)
- add Paul's graph/subgraph explanation to the design doc (2003/08/27,done,kaiv)
@@ -66,5 +61,6 @@ CLOSED (date,who,comment)
- whether to hide the transport.h structs from clients (2003/08/04, joq)
- define transport info struct contents (2003/08/13, joq)
- resolve helper thread design question? (2003/08/31, joq)
+- get portaudio driver working under Linux (2003/10/29, joq)
-----------------------------------------------------------------------