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

Frank Barknecht fbar at footils.org
Sun Mar 22 02:37:27 CET 2009


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.

Ciao
-- 
Frank




More information about the Pd-list mailing list