I'm looking for an object that can route an audio input to any number of outputs chosen by a numerical input into its cold inlet. I would think this would be pretty basic and even distributed by default with PD, but so far in hunting the reference documentation I haven't found anything. Does it exist somewhere? If not, are there any major stumbling blocks I should know about before I write one? THanks
On Sat, 13 Dec 2003, 0 wrote:
I'm looking for an object that can route an audio input to any number of outputs chosen by a numerical input into its cold inlet. I would think this would be pretty basic and even distributed by default with PD, but so far in hunting the reference documentation I haven't found anything. Does it exist somewhere? If not, are there any major stumbling blocks I should know about before I write one? THanks
try [demulitplex~] (or shorter [demux~]) from zexy. or use a number of [*~ 0] in conjunction with [==] to build it as an abstraction.
mfg.saa.fre IOhannes