> I'm afraid that that wouldn't help. The output section is just blocking the > four duplicated signals and is merging the remaining four when running with > two or one channels. After the feedback section, there are the "input", > "matrix" and "delay" sections and I'd need to know what happens before them.
Just put he "input", "matrix" and "delay" sections after the "~". IMHO your code can be simplified like this: (bus(4) : bus(4) : bus(4)) ~ bus(4) ; which is equal to: (bus(4)) ~ (bus(4) : bus(4) : bus(4)) ; HTH, Urban _______________________________________________ Faudiostream-users mailing list Faudiostream-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/faudiostream-users