[CM] Re: onward to ATS

Juan Pampin juan@ccrma.Stanford.EDU
Sat, 29 Jun 2002 00:20:16 -0700 (PDT)


Runs fine for me, the only thing I get is some kind of warning saying cl 
is not declared but the code runs fine. Apparently cmucl wants you to use 
defvar to declare variables before setting their value...
JUAN 

On Fri, 28 Jun 2002, shreeswifty wrote:

> ok the last knacky thing seems to be in the examples
> the CL part throws an unbound variable error with the cl in the synthesis
> sections
> 
> Pat Pagano, Director
> South East Just Intonation Society
> http://www.screwmusicforever.com/SHREESWIFT/
> ----- Original Message -----
> From: Juan Pampin <juan@ccrma.Stanford.EDU>
> To: Pat Pagano <ppagano@bellsouth.net>
> Cc: Juan Carlos Pampin <juan@ccrma.Stanford.EDU>
> Sent: Friday, June 28, 2002 1:10 AM
> Subject: Re: onward to ATS
> 
> 
> > Attached is the CMUCL version of ATS, after unpacking read README.cmucl.
> > As usual, you will have to edit all.cl with your installation path. Note
> > that you have to compile the two CLM instruments by hand the first time
> > you compile ATS, this is due to a problem with CLM/CMUCL that requires
> > indirect file loading. Once you have compiled everything, edit the first
> > line of all.cl:
> >
> > (defparameter *ats-compile* T)
> >
> > by
> >
> > (defparameter *ats-compile* NIL)
> >
> > and uncomment the two cl-ins calls at the bottom of the file, so next time
> > you load all.cl compiled versions of the ats files and the CLM
> > instruments are loaded automatically.
> >
> > JUAN
> >
> 
> 
> _______________________________________________
> Cmdist mailing list
> Cmdist@ccrma.stanford.edu
> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
>