mdias/rs_asio

Solid State Logic SSL2+ Confirmed Working

Aensland opened this issue · 4 comments

I recently purchased a Solid State Logic SSL2+ audio interface. I can confirm it works great with Rocksmith using RS_ASIO.

These are the config settings I use:

[Config]
EnableWasapiOutputs=0
EnableWasapiInputs=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=driver
CustomBufferSize=

[Asio.Output]
Driver=Solid State Logic ASIO Driver
BaseChannel=0
AltBaseChannel=
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100

[Asio.Input.0]
Driver=Solid State Logic ASIO Driver
Channel=0
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100

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

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

SSL2_01

SSL2_02

SSL2_03

SSL2_04

I'm sure the SSL2 (non plus) works perfectly fine as well, but I haven't tested that. I hope this helps!

mdias commented

Thank you for the report.
I will be adding it to the list soon.

mdias commented

List is updated. Thank you again 👍

It also work on Solid State Logic SSL12 audio interface.

mdias commented

Thanks. Added 👍