[CM] [OT] jack and common lisp

James Baker cycle.code.media at gmail.com
Wed Oct 15 16:15:49 PDT 2008


On Thu, Oct 16, 2008 at 2:57 AM, Vytautas Jancauskas <unaudio at gmail.com> wrote:
> This is off topic but since people here have experience with both lisp and
> linux audio i was hoping someone will be able to advice me. What is the best
> way to have audio playback from SBCL? I have written a set of jack bindings
> with cffi and they sorta work except that sbcl spazzes out all the time (to
> many callbacks? garbage collector?). The way i did it is to define a
> callback that simply generates a single tone and then register that wih
> jack. Does anyone has experience with this? How would you do something like
> that. I'm using linux btw. Thanks in advance.
>
> _______________________________________________
> Cmdist mailing list
> Cmdist at ccrma.stanford.edu
> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
>
>

Have you seen this?

http://www.valkama.se/article/lisp/sbcl-sy-1/

" A very rudimentary synthesizer made in CL for SBCL. At only 333
lines it is very compact and easy to understand. It utilizes JACK for
audio output and ALSA for midi input. "



More information about the Cmdist mailing list