diff options
Diffstat (limited to 'src/TODO.txt')
-rw-r--r-- | src/TODO.txt | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/TODO.txt b/src/TODO.txt new file mode 100644 index 0000000..63c2d7b --- /dev/null +++ b/src/TODO.txt @@ -0,0 +1,27 @@ + +for win32: port also the command line utilities (send, dump) + +-pd object hierarchy extract and automatic address construction + a la [/hostname]/pd/patchname/subpatch/test ? + +-dynamic space allocation for message buffers. + +-configure proper (autoconf) + + +changelog: + +20020903: refixed MAXPDARG vs. MAX_ARGS bug causind sendOSC to crash + with msgs longer than 5 argmuents. ? + +20020305: -typetags in send and receive + sendOSC by default now send typetagged msgs + and dumOSC properly reads and outputs them. + +prior: + + -added OSCroute with source adapt from max object. + -fixed shared htmsock bug + -added sendtyped separately earlier and lost it again + + |