hi patrick
you can programm one instance (inculding the array and tabread~ etc.) in an abstraction and create it dynamically.
[pd subpatch]
[nbx
|
[;
pd-subpatch obj 10 10 myabstraction $1(
you might want to add an argument to distinguish the created instances. in your abstraction it'd look like this [tabread~ $1-sample] [table $1-sample]
if you work with loadbang in that abstraction you'll have to do that after creating it.
[; pd-subpatch loadbang(
regards
eni
On Jun 13, 2006, at 8:10 PM, patrick wrote:
i will precise more... i need advice on how to patch dynamically. is dyn or dyn~ the only solution for dynamic patching in pure data? i guess i can write a script to produce the patch (.pd).