Hallo,
0 hat gesagt: // 0 wrote:
I did it just fine, using $1 and passing a parameter "one" then "two" "three" etc. for the various instances, then invoking the subpatch in each instance with "pd patchname $1" to pass the unique name parameter on to the subpatch.
This is a common misunderstanding: argument passing *does not work* for subpatches ("pd something"), it only works for abstractions (file abstr.pd used as [abstr] in a patch). See attached proof. So it's useless to use anything after the subpatch's name in [pd subpatch].
Frank Barknecht _ ______footils.org__