aboutsummaryrefslogtreecommitdiff
path: root/src/TODO.txt
blob: 63c2d7b9f62be18dbfd66e15602f1f78c1bb8dd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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