--- On Sun, 3/22/09, Frank Barknecht <f...@footils.org> wrote:

> From: Frank Barknecht <f...@footils.org>
> Subject: Re: [PD] ADSR variations [was: Re: Patch-off]
> To: pd-list@iem.at
> Date: Sunday, March 22, 2009, 2:37 AM
> Hallo,
> Jonathan Wilkes hat gesagt: // Jonathan Wilkes wrote:
> 
> > I agree.  I also like the use of list in that patch to
> store parameters.
> > 
> > So if you wanted to set parameters with creation
> arguments, would it just be a matter of using $1...$5 in the
> [list]s and (un)[pack]?
> 
> Yes, almost. [list] is a shortcut for [list append] so you
> need to use: 
> [list append $1 $2 $3 $4 $5] or so.

Actually [list $1 $2 $3 $4 $5] seems to work in this context, but I guess 
that's because the first arg isn't a symbol.  Is that why you're saying [list 
append] is needed?

-Jonathan

> 
> Ciao
> -- 
> Frank
> 
> _______________________________________________
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list


      

_______________________________________________
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to