8 Chanel output server settings [MCh] multichannel

hi, I don’t not have idea how to set server arguments to use 8 channel with maximum performance on Windows 10 with creative sound blaster X3, can someone give any tips?

Michael

Are you asking how to set the server to 8 channel out?

Server.local.options.numOutputBusChannels_(8);

If you place this in your startup.scd file File->open startup file, then it will set this upon opening SuperCollider.

Hi, try and only 2 channels in s.meter;
how to overcome those obstacles?

Did you reboot the server after changing the startup file?
Just to be sure, try to execute this (not in the startup file, in another doc):

(
s.options.numOutputBusChannels = 8;
s.reboot;
s.waitForBoot{s.meter}
)
1 Like

Thank You, now it s.meter have 8ch