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

M-Audio Fast Track Ultra 8R working #135

Closed
sickhippie opened this issue Nov 23, 2020 · 2 comments
Closed

M-Audio Fast Track Ultra 8R working #135

sickhippie opened this issue Nov 23, 2020 · 2 comments

Comments

@sickhippie
Copy link

By default, RS_ASIO.ini generated with all of the 8R active inputs. I had to manually remove a few so RS would only see a single input channel - Asio.Input.0. After that, RS works just fine.

@mdias
Copy link
Owner

mdias commented Nov 24, 2020

Altough RS_ASIO sees all inputs, it will only use the ones you specify in Asio.Input.0 and Asio.Input.1 so it's fine keep them all enabled (if this is what you mean).

Thank you for the report, I've added the interface to the list 👍
I'll close the issue now, but if you don't mind please still add a comment here with your RS_ASIO.ini contents to help whoever comes next with the same interface :)

@mdias mdias closed this as completed Nov 24, 2020
@sickhippie
Copy link
Author

sickhippie commented Nov 24, 2020

Current RS_ASIO.ini contents - instrument cable in input 1 on front panel (when I get around to configuring for mic too I'll update with a follow-on comment):

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

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

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

2 participants