-
Notifications
You must be signed in to change notification settings - Fork 11
Description
In order to compile wineasio I had to change the shell called by the prepare_64bit_wineasio script. Make created wineasio.dll.so. I'm using Debian Sid.
So I did
sudo cp wineasio.dll.so /usr/lib/i386-linux-gnu/wine/wineasio.dll.so
sudo cp wineasio.dll.so /usr/lib/x86_64-linux-gnu/wine/wineasio.dll.so
wine64 regsvr32 wineasio.dll
This command succeeds
regsvr32 wineasio.dll
This command fails
I'm not sure, maybe I'm not even supposed to do the second one?
I am trying to install it so I can use this program:
http://www.data-odyssey.nl/Diana.html
It may be buggy and unable to detect wineasio, so I installed Reaper to see if wineasio was working. The wineasio driver is selectable but there are no inputs or outputs. Does this mean wineasio is working and that I need to set up Jack? Or does Reaper just always have that option?
Is wineasio still incompatible with jackd2?
This is like sensory deprivation, maybe it's working and I just can't tell.