Hello,
I want to call multiple instances of an abstraction AND I want to be able to change the contents of each instance dynamically using broadcast messages stored within each instance.
I'm sending the usual connect and object messages to the patch using a [send] object.
- [s pd-pdpatchname] (is there a way to make this local / unique? I tried the usual $0-). Perhaps I can use some other format to recreate the patch from within?
The issue here, of course, is that when I change the configuration of one instance this way, it changes the configuration in all instances (because it's using a global patch name).
There may not be a way around this giving this awkward approach but I thought I'd reach out to see what you good folks think!
Screen shots attached.
All the best,
Ricky