a common lisp implementation of the Open Sound Control protocol aka OSC
Go to file
nik gaffney 57772e2bd3 oscar
darcs-hash:20050306133533-2648a-78c19a39c75c8a5f14315c01425b7bc241c940cb.gz
2005-03-06 21:35:33 +08:00
LGPL.txt seed 2005-01-26 21:52:24 +08:00
LICENCE.txt seed 2005-01-26 21:52:24 +08:00
osc-dispatch.lisp roscoelite 2005-03-06 20:25:01 +08:00
osc-examples.lisp zymoscope 2005-02-10 21:32:51 +08:00
osc.lisp oscar 2005-03-06 21:35:33 +08:00
README.txt groschen 2005-03-03 01:23:56 +08:00

what ->
This is a common-lisp implementation of the Open Sound Control Protocol, aka OSC. It should be close to ansi standard, and does not rely on any external code/ffi/etc+ to do the basic encoding and decoding of packets. since OSC does not specify a transport layer, messages can be send using TCP or UDP, however it seems UDP is more common amongst the programms that communicate using the protocol.

else ->
 - specific info about what is/isnt working can be found in the header of osc.lisp 
 - more details about OSC can be found at 
            http://www.cnmat.berkeley.edu/OpenSoundControl/
 - current versions of this code can be found at http://fo.am/darcs/osc