typo in piano.ins fix?

Larry Troxler lt@westnet.com
Tue, 19 Aug 1997 22:04:39 -0400 (EDT)


Thanks, Tobias! It looks like I was lucky and caught you on-line!
Now it works, except for a slight detail:

On Tue, 19 Aug 1997, Tobias Kunze wrote:
> Thus, rewrite
> 
>   (definstrument (p :language :c :c-options "-c -O3") 
>     (&key
>      (start 0.0) 
>   ...)
> 
> as
> 
>   (definstrument (p :language :c :c-options "-c -O3") 
>     start
>     (&key
>   ..)
> 
> 
> -Tobias

Now I have a chance to correct an expert :-)

I think you misplaced a parenthesis. IMHO it should be:

(def....
 (start
  &key
..)


Regards

--  Larry Troxler  --  lt@westnet.com  --  Patterson, NY USA  --