| Author |
Message |
mini-jaguar
Joined: 13 Nov 2008 Posts: 402
|
Posted: Thu 07 Feb 2013, 13:39 Post subject:
Question about WineASIO Subject description: Want to run simple hosts with one plug-in |
|
Is there a very simple way to install WineASIO? Something like taking one file and just putting it in a folder?
I just want to run a simple host like SAVIHost or Tobybear MiniHost, something that just has one plug in, and simply sequence it from external hardware MIDI.
|
|
Back to top
|
|
 |
GustavoYz

Joined: 07 Jul 2010 Posts: 866 Location: .ar
|
Posted: Thu 07 Feb 2013, 15:12 Post subject:
|
|
Get the wineasio.dll.so (or compile it), then move it to the wine libs folder (/usr/lib/wine or different prefix). After that, update the registry like this:
| Code: | | regsvr32 wineasio.dll |
It should work, even without last step, but run the host application from the terminal to see the warnings, errors, information... if any.
_________________

|
|
Back to top
|
|
 |
mini-jaguar
Joined: 13 Nov 2008 Posts: 402
|
Posted: Fri 08 Feb 2013, 15:11 Post subject:
|
|
Did you just get that info from another page on the internet without even trying it?
Have to point out that if I download wineasio there is no wineasio.dll, nor is there a wine.dll.so file. There is a wine.dll.spec file, but if I change the extension to .so it doesn't work.
|
|
Back to top
|
|
 |
GustavoYz

Joined: 07 Jul 2010 Posts: 866 Location: .ar
|
Posted: Fri 08 Feb 2013, 15:59 Post subject:
|
|
I have wineasio up and running that way in LHP 64.
It just needs the wineasio.dll.so in the path and update the registry. The package is a source code, so you should compile it, and for that, will need a header file that has restrictive license (Steinberg's asio.h).
I was trying to help you out.
Anyway, goodluck.
_________________

|
|
Back to top
|
|
 |
mini-jaguar
Joined: 13 Nov 2008 Posts: 402
|
Posted: Fri 08 Feb 2013, 16:09 Post subject:
|
|
Thanks, but I don't know how to compile.
But I guess I can make a .pet request in the correct forum.
|
|
Back to top
|
|
 |
|