diff options
Diffstat (limited to 'OSC')
-rw-r--r-- | OSC/INVENTORY.txt | 4 | ||||
-rw-r--r-- | OSC/TODO.txt | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/OSC/INVENTORY.txt b/OSC/INVENTORY.txt index f09bcfe..98f3698 100644 --- a/OSC/INVENTORY.txt +++ b/OSC/INVENTORY.txt @@ -5,9 +5,9 @@ sendOSC, dumpOSC, OSCroute INCLUDES * typed and untyped packing of OSC messages * #bundle packing - * transmission of OSC messages via UDP + * transmission of OSC messages via UDP socket - * receive OSC messages on UDP port + * receive OSC messages on UDP socket * unpacking of typed and untyped OSC messages * #bundle unpacking diff --git a/OSC/TODO.txt b/OSC/TODO.txt index ea31d82..63c2d7b 100644 --- a/OSC/TODO.txt +++ b/OSC/TODO.txt @@ -6,6 +6,8 @@ for win32: port also the command line utilities (send, dump) -dynamic space allocation for message buffers. +-configure proper (autoconf) + changelog: @@ -22,4 +24,4 @@ prior: -fixed shared htmsock bug -added sendtyped separately earlier and lost it again -
\ No newline at end of file + |