Page 1 of 1

ASIO Output Patches ** HELP **

Posted: Wed Jun 09, 2021 7:56 pm
by simmondp
I've scoured the documentation but to no avail!

I'm interfacing to a Behringer UMC404HD via ASIO (4 in - 4-0ut soundcard)

My three Mic inputs (Mono Mic to Stereo Input) are mapped to to the faders 1-3 with the command
patch.asio[0]=1;patch.asio[1]=1;patch.asio[2]=2;patch.asio[3]=2;patch.asio[4]=3;patch.asio[5]=3;

The output from A1 to (stereo) output channels 1 & 2 happens automatically with the setting of A1 to UMC-ASIO

In settings I can set "Out A2" to "A1 ASIO Outputs" [3] [4] [ ] [ ] [ ] [ ] [ ] [ ]

However I am failing to find a way to do this from the command line.

HELP

Re: ASIO Output Patches ** HELP **

Posted: Sun Jun 20, 2021 8:27 am
by Vincent Burel
I'm not sure instruction are implemented for other BUS ASIO patch, we note your request.

Re: ASIO Output Patches ** HELP **

Posted: Tue Nov 09, 2021 12:26 pm
by simmondp
@vincent Did this make it into the new version ??

Re: ASIO Output Patches ** HELP **

Posted: Tue Nov 09, 2021 3:01 pm
by Vincent Burel

Re: ASIO Output Patches ** HELP **

Posted: Tue Nov 09, 2021 3:35 pm
by simmondp
I looked at that, and could not see it, nor could I find it in the latest reference guide!

Re: ASIO Output Patches ** HELP **

Posted: Tue Nov 09, 2021 3:52 pm
by Vincent Burel
patch.asio =0 to ASIO input ASIO Patch 1
patch.OutA2= 0 to ASIO output channel ASIO Patch A2 Bus
patch.OutA3= 0 to ASIO output channel ASIO Patch A3 Bus
patch.OutA4= 0 to ASIO output channel ASIO Patch A4 Bus
patch.OutA5= 0 to ASIO output channel ASIO Patch A5 Bus

Re: ASIO Output Patches ** HELP **

Posted: Fri Nov 12, 2021 8:57 am
by simmondp
All working now, thanks for the help and the latest version.

Paul