Polyphony with Multiple Patchers

Both the poly~ and mc.poly~ objects can contain different patchers for each voice. The names of the voice patches are set using the @patchernames attribute.

You can use mc.poly~ to load a bank of patchers to use as audio effects operating in parallel on each channel of a multichannel signal. If you want to mix the output of all the effects, you can do that later with mc.mixdown~ or mc.op~.