You beautiful genius. Thank you so much Nathan!
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