diff options
Diffstat (limited to 'OSC/TODO.txt')
-rw-r--r-- | OSC/TODO.txt | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/OSC/TODO.txt b/OSC/TODO.txt deleted file mode 100644 index 63c2d7b..0000000 --- a/OSC/TODO.txt +++ /dev/null @@ -1,27 +0,0 @@ - -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 - - |