aboutsummaryrefslogtreecommitdiff
path: root/OSC/TODO.txt
diff options
context:
space:
mode:
authorjdl <x75@users.sourceforge.net>2004-03-10 17:35:28 +0000
committerjdl <x75@users.sourceforge.net>2004-03-10 17:35:28 +0000
commit0812d2e537fd1513dcbf32be2660de68d0f9253b (patch)
treed7f7a05fd6921a4d5ca14d66f8594d7383f0710e /OSC/TODO.txt
parent4d9740fcec4ffc2b740cd2b86be32abb77cf265c (diff)
all files moved to src folder
svn path=/trunk/externals/OSCx/; revision=1404
Diffstat (limited to 'OSC/TODO.txt')
-rw-r--r--OSC/TODO.txt27
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
-
-