I have a "mc.poly~" with an 8ch "mc.sfplay~" object inside and want to be able to route the (up to) 8 channels to a 16 channel output. So I added a "mcs.matrix~ 8 16 @chans 0" with output of the matrix going to "out~1".
I connect a "mc.channelcount~“, a "mc.meter~" and a "mc.dac~16" to the output 1 of the "mc.poly~[name] 4"
I only get mono signals out, when I play instance 1 it is routed to channel 1 in the meter and the dac, instance 2 goes to channel 2 in meter and dac and so on. "mc.channelcount~" does not show anything. Any idea how to get this working properly? Thanks