On 2016-12-22 10:43, Rory McCormick wrote:
Hello World! I'm trying to achieve a hardware send/return with audio from SC leaving my USB audio interface via an output, being processed externally and then returning via an input, but I'm falling at the first hurdle as I can't get sound from outputs 3/4 of my audio interface. My startup.scd file chooses my ASIO interface from the device options... _ASIO : Komplete Audio 6 (device #14 with 6 ins 6 outs)_ ...by using the following line of code: _s.options.device_("ASIO : Komplete Audio 6");_
Hi Rory,The server by default only has two output channels. Try this before booting:
s.outputs.numOutputBusChannels = 4; Nathan _______________________________________________ sc-users mailing list info (subscription, etc.): http://www.birmingham.ac.uk/facilities/ea-studios/research/supercollider/mailinglist.aspx archive: https://listarc.bham.ac.uk/marchives/sc-users/ search: https://listarc.bham.ac.uk/lists/sc-users/search/