so, working on a buffer~ abstraction, it loads several [table] objects with
dynamic patching, up to 64 channels, according to arguments that specify
buffer name and number of channels. Now, if I create a 2nd buffer~
abstraction and create more table objects, they do get also created in the
first abstraction. This happens because inside each abstraction, when I
send messages to the pd file, it communicates with all instances of the
abstraction. Is there a way to interact with only one instance with dynamic
patching???
thanks