Hallo, Claude Heiland-Allen hat gesagt: // Claude Heiland-Allen wrote:
I'm writing an external, and I want it to have multiple named receivers that do different things (something that seems trivial for an abstraction but rather tricky for an external).
Does it really have to be multiple receivers? Maybe you could use the equivalent of [route] as in
[r GLOBAl] | [route local-1 local-2 local-3 ...]
Then you would only need one receiver (with pd_bind) and most of the rest could be copied from the "route"-code. You would however need to use specially formatted messages on the sender-side, that use these "tags" to reach their correct destination.
Ciao