-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Line 6 Amplify 75 #97
Comments
Thank you for the report. Added it to the list 👍 |
Here is the configuration file that works:
…On Sun, Jul 19, 2020 at 7:15 PM Micael Dias ***@***.***> wrote:
Thank you for the report. Added it to the list 👍
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#97 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQKWFQI4YUX4LMPFXVYEFVDR4N47LANCNFSM4PBNZHXA>
.
|
the amplifi series doesn't have separate DI-out or a way to mute the guitar in the output, meaning that |
@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 did you get any of these errors |
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
The text was updated successfully, but these errors were encountered: