[CM] rts debut
Rick Taube
taube@uiuc.edu
Fri, 23 Sep 2005 11:58:03 -0500
> One thought I had was to use PDP, which started as PureDataPackets,
> but is now a C library, which it should be possible to interface to
> with Lisp. A native Lisp solution would of course be preferrable.
depending on what you want to do, writing an ffi for the c lib might
actually be the way to go. the cffi project
(http://common-lisp.net/project/cffi/) seems to be a good choice for
implementing a single generic ffi that will works in most common lisps.
or could you send this data via osc? if so the osc support in cm right
now might also be worth looking at.
--rick