On 03/28/2015 12:28 AM, William Brent wrote:
Here's an example from my class (14-poly-routing.pd) for how to deal with this. Hope it helps
altenatively use a global receiver and prepend the synth ID in the actual message.
e.g.
[3 note 64 127( | [s synthctl]
and your synth is instantiated as [synthabs 3]: [r synthctl] | [route $1] | [route note] | [stripnote] | ...
i often use [route $1 0] (and merge both), so i can address each node individually (via it's id) and ALL (using the special ID "0")
fgmsrd IOhannes