Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Behringer UMC404HD working perfectly! #13

@KarmicLuca

Description

@KarmicLuca

Hi, thank you so much for your work! I've spent the longest time trying to make use of my usb interfaces with Rocksmith, and had to use crazy workarounds because nocable patch was giving me headaches.

This works amazing! Took a little while to find the proper name of the interface, but then I noticed the ASIO driver name in the log, and BAM everything works!
I also think ASIO likes to have the device disabled in windows audio panel.

Love that you can select every single input, as wasapi interprets this 4 inputs interface (Behringer UMC 404HD 192k) as two pairs of inputs, which has annoying consequences in many applications.

So, here's my configuration file for anyone who may need it! Using latest drivers from Behringer site.

Cheers!

[Config]
EnableWasapi=0
EnableAsio=1

[Asio]
; available buffer size modes:
;    driver - respect buffer size setting set in the driver
;    host   - use a buffer size as close as possible as that requested by the host application
;    custom - use the buffer size specified in CustomBufferSize field
BufferSizeMode=custom
CustomBufferSize=128

[Asio.Output]
Driver=UMC ASIO Driver
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100

[Asio.Input.0]
Driver=UMC ASIO Driver
Channel=1
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100

[Asio.Input.1]
Driver=
Channel=0
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions