I'm new, so bear with me
I've created a visual abstraction that holds an array, with a bang to load a file into that array.
This works fine as long as I only put one of this object (my abstraction) in a patch. If I put two, the subsequent will load the data into the array of the first object.
I've realized that there is no such thing as closures or namespaces in Pd, am I right?
Is there a way to get around this, so I can put any number of this objects in a patch?
Sincerely, Velle