MC mute chan

double_UG's icon

Hello, I have mc objects with 8 chans and want to mute some of them, so that they use no CPU. How to do so? I fount mc.voiceallocator~ but it seems it will dynamic set the voices. I simply want to mute chan 2 3 7 for example.

Roman Thilenius's icon

what speaks agains the standard solutions poly~ and "enable 0"?

double_UG's icon

I wanna avoid poly~ or MC.poly~ and hoped there is another way or mc object. But it seems I have no luck.

Roman Thilenius's icon

i mean you can probably change the voice number to 0 or 1 in many mc-object-situations, but then it will click... using poly~ you can avoid that by adding some interpolation.