S. Christian Collins
S. Christian Collins
Unfortunately, not having a vertical scrollbar makes the file browser unusable for my sample collection. Here is a folder of SFZ files for Sonatina Symphonic Orchestra:  I can't tell...
How about this: a mode where it displays WYSIWYG (same as note preview panel) when note editing is disabled, but when you click the toolbar icon to allow note editing,...
In my testing, the 64-bit file sometimes not being copied is due to the script aborting when the 32-bit DLL registration fails. On Ubuntu 22.04 base using WineHQ packages, wineasio...
The lack of terminal output when regsvr32 fails to register a DLL in Wine 1.12 and later is due to [Wine commit dcf0bf1f](https://gitlab.winehq.org/wine/wine/-/commit/dcf0bf1f383f8429136cb761f5170a04503a297b). I have filed a bug report [here](https://bugs.winehq.org/show_bug.cgi?id=55723).
What version of Wine are you using? I'm on wine-staging 8.20.
I wonder if there is any harm to copying the 32-bit DLL to both locations?
Just confirming that this issue affects wine-devel as well, not just wine-staging.
I have created WineASIO deb packages for use with Ubuntu 20.04 (and derivatives) + Wine 6.6 or later. I created these packages for my own use, and I share them...
@falkTX, Here are the steps I took: 1. I compiled from master and generated the fake DLL as described in this thread. Compilation completed without errors, but the resulting wineasio.dll.so...
Thanks, Dominic! Is this something I just need to wait for an update on, or is there upstream code I can test somewhere?