Setting up multichannel soundcard

run this before booting the server:

Server.local.options.numOutputBusChannels_(8);

Or 4 or 6 or 56 or whatever number of outputs you have

Place that line of code in your startup.scd file (edit it by going to File->open startup file) and then restart SC. Then you will have 8 channel output forever without having to worry.

Sam