slippery chicken and OSC
Available on Mac OSX with SBCL only:
Using the (osc-call)
function, slippery chicken
can receive and evaluate any arbitrary Lisp code sent over a UDP network
(i.e. via OSC). The primary application here is to integrate
slippery chicken and e.g. MaxMSP. One possibility would be
to combine the two software systems to generate scores on the fly via an
interface controlled by musicians. See the video below for an example of
this in practice.
For an example MaxMSP patch, see osc-test.maxpat (in the examples folder of the documentation). You'll also need osc-sc-eval.maxpat.