Hello!
Question for you savvy patchers!
I'm building a small granular synth, using the [clone] object to make multiple copies of a grain-abstraction. In the grain-abstraction I'm using a [tabread4~] to read a soundfile from an array. If the grain-abstraction is saved with a "$0-grain" as its [tabread4~]-array reference, and called from [clone] with 16 instances, pd makes 16 unique identifiers for the "$0-grain" reference, making it impossible to reference an array outside the abstraction.
Does anyone have a solution to this? Is it even possible to work around?