[PD] ADSR variations [was: Re: Patch-off]

Jonathan Wilkes jancsika at yahoo.com
Sun Mar 22 05:05:15 CET 2009





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

> From: Frank Barknecht <fbar at footils.org>
> Subject: Re: [PD] ADSR variations [was: Re: Patch-off]
> To: pd-list at 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 at iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list


      




More information about the Pd-list mailing list