-
velle
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
-
velle
Thanks for the hint, mnb.
I found some kind of tutorial on doing this: http://puredata.hurleur.com/sujet-1187-abstraction-why-use-etc
Not fantastic at all, it was even quite cryptic for me, but the best I could find.