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

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

Reply via email to