osc
osc copied to clipboard
a common lisp implementation of the Open Sound Control protocol aka OSC
There are some obvious (and some not so obvious) improvements that could be gleaned from [fosc](https://github.com/8c6794b6/fosc/ ) version by @8c6794b6. Quite a few implementation specific optimisations, which could be benchmarked...
I have noticed that the core branch of this repository and the osc included in Quicklisp are very different. It seems that the latest osc package included in Quicklisp (osc-20230618-git)...
Hi, I'm working through the examples file, and I've run into two roadblocks: 1. I am not able to find a way to close a socket once it's opened 2....