Ah, I didn't know that possibility. Simple yet effective. However, it
doesn't work yet. Jack-dssi-host can now find the dll, but it complains
about the file "liblo.so.7":
...
/usr/local/lib/dssi/dssi-vst/dssi-vst_gui: error while loading shared
libraries: liblo.so.7: cannot open shared object file: No such file or
directory
...
However, this file is present on my system:
pieter@s061123:~$ locate liblo.so.7
/home/pieter/Desktop/MusE/VST/liblo-0.26/src/.libs/liblo.so.7
/home/pieter/Desktop/MusE/VST/liblo-0.26/src/.libs/liblo.so.7.0.0
/usr/local/lib/liblo.so.7
/usr/local/lib/liblo.so.7.0.0
Any ideas?
On Mon, 2010-05-17 at 15:26 +0100, Peter Nelson wrote:
On Mon, 2010-05-17 at 16:11 +0200, Pieter Barendrecht wrote:
Thanks guys,for your ideas and further help.
Robert, sounds
interesting.
When I select "seq" as MIDI Device in QJackCtl, I can control the VST
with my keyboard (starting it with FST), however I still cannot record
it in MusE.
Robert provided an alternative option to run windows VSTs, namely
dssi-vst.
I just installed the newest version from source, there is one thing left
to solve. When I type this in my terminal:
pieter@s061123:~$ export DSSI_PATH=/usr/local/lib/dssi
pieter@s061123:~$ export
VST_PATH=/home/pieter/.wine/dosdevices/c:/Programme/Steinberg/Vstplugins/Soundbytes
pieter@s061123:~$ jack-dssi-host dssi-vst.so:HurdyGurdyLE.dll
This message is printed:
jack-dssi-host: Error: Plugin label "HurdyGurdyLE.dll" not found in
library "dssi-vst.so"
Even though the dll is present in the directory specified as VST_PATH! I
assume this is due to the presence of a colon-character in the VST_PATH?
Yes, : is a field separator generally.
Have you tried using .wine/drive_c instead of .wine/dosdevices/c:,
assuming that's where the files actually are...