aboutsummaryrefslogtreecommitdiff
path: root/src/TODO.txt
diff options
context:
space:
mode:
authorjdl <x75@users.sourceforge.net>2004-03-10 00:01:56 +0000
committerjdl <x75@users.sourceforge.net>2004-03-10 00:01:56 +0000
commitd8847bccfcc9ac116d81cd18ce485f5595e7f6bb (patch)
tree96cb0fd40422be9c1134f3b798e0123dbe2b24c2 /src/TODO.txt
parente6fab9c5c8c0a32bbb1ef95e9bff5abc5a773bf5 (diff)
changed to single external style ...
svn path=/trunk/externals/OSCx/; revision=1399
Diffstat (limited to 'src/TODO.txt')
-rw-r--r--src/TODO.txt27
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
+
+