< Back to IRCAM Forum

CPU Efficient Multioutputs~

I am looking for an efficient way to control 50+ channels of audio with a master fader. Currently I am using the multioutputs (maxpat) patcher,and I just control the fader connected there; I mainly require a fader so i can use line to fade in and out without any clicks. However, the metering seems to be quite power demanding. Is there a better way to do this / or disable the metering?

Cheers

Hi,

as alternatives, you can have a look at [spat.meter~] (the metering is less demanding, and can be “disabled” by just closing the window),
or [spat.times~] or [spat.diagmatrix~] (just a line applied to many channels).

T.

also [live.gain~] should do the job.

T.

Excellent! All proposals seem to work fine for what I needed.

Thanks T.