mdias/rs_asio

Line 6 Amplify 75

paboffline opened this issue ยท 5 comments

Just ran the software on a Line 6 Amplify 75 and it works great. You should add that product to your list of devices that work seamless. The audio from Rocksmith 2014 played through the amp as well as the guitar that was plugged into the amp (Epiphone Les Paul Custom) was recognized in the songs and registered the notes having been played. Very cool software!

This was the RS_ASIO.ini file setup I used:

[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=ASIO AMPLIFi
BaseChannel=0
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100

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

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

mdias commented

Thank you for the report. Added it to the list ๐Ÿ‘

cloph commented

the amplifi series doesn't have separate DI-out or a way to mute the guitar in the output, meaning that
a) you'll always hear your dry guitar along with the background stuff and
b) you cannot use tones from the amplifi, as the only capture outputs it provides are the processed signal.
So while amplifi certainly works with a dry preset, it has its limitations.
(and certainly no second input, input 1 configuration should be removed, Amplifi has a single input and stereo capture, not possible to have two inputs with the Amplifi)

mdias commented

@cloph thank you for the heads up; will add a note in the readme ๐Ÿ‘

1.822 [INFO] RSAsioDeviceEnum::UpdateAvailableDevices - input[1] requesting ASIO driver: ASIO Amplifi
1.822 [ERROR] RSAsioDeviceEnum::UpdateAvailableDevices - failed.

did you get any of these errors