-
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
Confirm working with SoundCraft Notepad-12FX #86
Comments
Can't wait for multiplayer mode =) |
Nice! Thanks for the report, will add it to the list soon 👍
If you mean multiplayer support in RS_ASIO it's there already, just use also the |
Great news! Thank you! 👍 |
I can confirm this is also working with the Notepad-8FX. Wasn't exactly surprised as they use the same USB ASIO driver, but good for anyone else who might be wondering! |
Thank you. Also added to the lst 👍 |
RS ASIO is also working for the UI24R from Soundcraft. It was complicated to find the right channel, but overall this works. |
Added, thank you. |
Friend of mine gave me SoundCraft Notepad-12FX for few days, to test it with Rocksmith 2014. And it works like a charm!
@mdias, thank you for your work!
Config files
RS_ASIO.ini
[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=Soundcraft USB Audio ASIO
BaseChannel=0
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100
[Asio.Input.0]
Driver=Soundcraft USB Audio ASIO
Channel=0
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100
[Asio.Input.1]
Driver=
Channel=1
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100
Rocksmith.ini
[Audio]
EnableMicrophone=0
ExclusiveMode=1
LatencyBuffer=1
ForceDefaultPlaybackDevice=1
ForceWDM=0
ForceDirectXSink=0
DumpAudioLog=0
MaxOutputBufferSize=0
RealToneCableOnly=1
Win32UltraLowLatencyMode=1
The text was updated successfully, but these errors were encountered: