[CM] loading a CLM instrument.

e deleflie edeleflie@gmail.com
Wed, 8 Aug 2007 09:27:48 +1000


thanks Bill,

I've decided I am going to try and write a new function in SND ... I'm
convolving sounds with HRTF IRs for binaural spatialisation.

Etienne

On 8/7/07, Bill Schottstaedt <bil@ccrma.stanford.edu> wrote:
> > the error I am getting is 'undefined' for the keyword 'defparameter'
> > ... which doesn't seem to exist in the SND doco
>
> Snd with Guile or Gauche is using Scheme as the extension language
> (someday, I hope, ECL or perhaps Clisp will be usable in this regard,
> and I'll implement CL as a Snd choice).  So CL's defparameter becomes
> define in Scheme.  There is a list of differences at the start of clm23.scm
> (it's incomplete of course), and you can compare the two versions of
> the same instrument by looking at clm-ins.scm (translations from CL).
> Except for "loop", everything is easy, I think.  If you get bogged down,
> let me know -- I'm willing to try to translate instruments.
>
>