Hi there,
I'm trying to set a value in main patch from different instances of same abstraction, of course called with different args.
Imagine a float in the main patch that should be set to a value by rotating a knob "graphed on parent" over various instances of the same "control" abstraction. All these knobs, one per instance, command the same value in the main patch, where the instances of the "control" abstraction are located.
What would be the "cleaner" way to do this ? If I simply place a [send] object in the abstraction it means there will be as many [send] objects with the same name as instances of the abstraction, which is an "ill" situation (as mentionned in the [send] help).
I have to mention that only one knob (instance) can be changed at a time, as I use a mouse (and otherwise it would be nonsens).
Thank you
Nau