Oded Ben-Tal wrote:
One way of looking at it is a kind of [route~] i.e. sending signal to different output channels according to a control mechanism.
I think the hint of derek was the right one:
[adc~ 5] | [send~ mysig]
[receive~ mysig] | [pd process_ch1] | [dac 1]
[receive~ mysig] | [pd process_ch2] | [dac 2]
and so on for all channels you have...
A silly example can be taking an input sound modifying it and than rotating it to different channels (suppose the input consists of descrete attacks than I can send each note to different channel more or less). I hope it is a little clearer.
You can solve it with the structure above. Switching between channels, don't forget to cross fade the signals to avoid clicks...
br, Piotr