I'm trying to make a sampler abstraction which contains its own table. Because i want to load many of those sampler in a patch i've called the table $0-smp.
I"ve made a patch in which i added a [sampler] object and when I try to do the following (this is some code of the sampler abstraction):
[bang]
|
[openpanel]
|
[read -resize $1 $0-smp(
|
[soundfiler]
pd tells me "error: 0-smp: no such table".
How can i fix this?
Thanx,
Domien