Closed Beanow closed 1 year ago
Having a quick look at it, I think any other application that uses ASIO would be fine for testing if wineasio even works/is set up properly as well. That said, having a specific one would certainly be good.
And making sure you get WINEPREFIX=$pfx "$proton/bin/wine" ~/Downloads/VBASIOTest32.exe working.
I don't quite understand what you mean here. I mean, I'd list commands for sure (well, actually I might not have thought about it, thanks), but do you meant to say anything else?
Sure :] You're right any other ASIO program would work as a test. Including a modded Rocksmith of course, so if it all just works there's no need.
But I found this one more useful for validating/troubleshooting than using something like a DAW, because:
Finally this is less strong of a reason, but this application is more obscure than the well known audio tools like FL or Reaper. I only found this by scavenging the wineasio repository for ideas on what my problem could be. So it would be a "tool you might not have known about" kind of tip too.
This tool is listed in the debug section now.
Getting wineasio set up correctly was a bit fickle for me.
I'd suggest:
And making sure you get
WINEPREFIX=$pfx "$proton/bin/wine" ~/Downloads/VBASIOTest32.exe
working. In my case it was both the realtime permissions not working yet, and needing to redoWINEPREFIX=$pfx wine64 regsvr32 wineasio.dll
.