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

Not an issue but rather how I got it to work flawlessly with a Presonus studio 24C no delay #280

Closed
jacqueshenning opened this issue Jun 11, 2022 · 2 comments

Comments

@jacqueshenning
Copy link

For the Presonus Studio 24c

First install "PreSonus_UniversalControl", downloaded directly from the Presonus website.

Optional:
To add MIC support add the driver info to i.e.:
[Asio.Input.Mic]
Driver=Studio USB ASIO Driver
And on the first input make it:
Channel=0

Then below is the RS_ASIO.ini config using the second input for electric guitar.

To note: I made no other changes only installed the driver and setup the below config changes...

###################
[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=host
CustomBufferSize=

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

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

[Asio.Input.2]
Driver=Studio USB ASIO Driver
Channel=1
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100

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

Hope this helps someone!

Cheers...

@mdias
Copy link
Owner

mdias commented Jun 11, 2022

Thanks! I've linked it to the interface entry on the readme 👍

@mdias mdias closed this as completed Jun 11, 2022
@UglyBassPlayer
Copy link

For the Presonus Studio 24c
First install "PreSonus_UniversalControl", downloaded directly from the Presonus website....

Yo man, I made an account just to thank you. I was tooling around for hours trying to make it work and you saved my ass. It works PERFECT.

Cheers

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