[PD] Dynamic routing for audio signals

Claude Heiland-Allen claude at mathr.co.uk
Wed Jan 2 16:24:25 CET 2013


On 01/01/13 21:46, Mike McGonagle wrote:
> Ideally, I would think that [throw~] could be extended (into a new
> object? [mthrow~] for multi-throw?). This object would also allow for
> these signals to be scaled independently for each destination added.

Multiple [throw~] can sum to corresponding [catch~]
Multiple [receive~]/[r~] can receive from corresponding [send~]/[s~]

Something like this might work:

  |            |
[throw~ a]   [throw~ a] ...

[catch~ a]
  |
[send~ b]

[receive~ b] [receive~ b] ...
  |            |

I haven't tested but it might even be fine to use the same name for both.


Claude
-- 
http://mathr.co.uk



More information about the Pd-list mailing list