Skip to content
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

Says I have 2 Realtone cables plugged in after I installed it. #81

Closed
SethFitzwater opened this issue Jun 28, 2020 · 4 comments
Closed

Comments

@SethFitzwater
Copy link

No description provided.

@mdias
Copy link
Owner

mdias commented Jun 28, 2020

Can you be more descriptive?

What interface do you have and what does your config file look like?

@freecodecampster
Copy link

I also got that message because I had supplied a driver argument for both [Asio.Input.0] and [Asio.Input.1]. On my Yamaha AG06 2 channel Mixer my electric guitar is plugged into the second input or right channel. So I leave the driver field vacant for [Asio.Input.0] and provide Yamaha Steinberg USB ASIO for the driver field for [Asio.Input.1]. After that the error went away and Rocksmith thinks I have only one real tone cable attached.

So I would check your RS_ASIO.ini file. Here's mine for reference.

[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=48

[Asio.Output]
Driver=Yamaha Steinberg USB ASIO
BaseChannel=0
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100

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

[Asio.Input.1]
Driver=Yamaha Steinberg USB ASIO
Channel=1
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100

@mdias
Copy link
Owner

mdias commented Jul 3, 2020

Yes, this is actually a feature of rs_asio to allow multiplayer mode for interfaces that have multiple inputs, or actually multiple interfaces :)

@freecodecampster
Copy link

freecodecampster commented Jul 3, 2020

Yes, this is actually a feature of rs_asio to allow multiplayer mode for interfaces that have multiple inputs, or actually multiple interfaces :)

Many, many thanks Micael for making this @mdias. It works beautifully with my Yamaha AG06 USB Mixing Console.

@mdias mdias closed this as completed Aug 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants