blob: ea31d82688b7667f57c098ac3689f11e867c26e5 (
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
|
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.
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
|