Hi :) today I tried to add and set the vst paths, but I don't know what to do. This is what I did until now.
$ cd ~/.wine/drive_c/Program?Files $ mkdir -p ./Steinberg/VstPlugins $ gedit ~/.bashrc As last lines I added ... ###### VST PATH ################################################## export DSSI_PATH=/usr/local/lib/dssi export VST_PATH=~/.wine/drive_c/Program?Files/Steinberg/VstPlugins ################################################################## ... to .bashrc and saved it. Closed gedit. $ rm ~/.bashrc~ $ echo $VST_PATH $ echo $DSSI_PATH GNOME menu > Quit... > Log Out Logged in again. $ echo $VST_PATH /home/USERNAME/.wine/drive_c/Program Files/Steinberg/VstPlugins $ echo $DSSI_PATH /usr/local/lib/dssi Copied one Windows vst from an Windows installation to the Linux vst path. $ cp /media/disk/Programme/Steinberg/VstPlugins/c3multibandcomp_1_2_sse.dll ~/.wine/drive_c/Program?Files/Steinberg/VstPlugins Got one Linux vst. $ cd ~/.wine/drive_c/Program?Files/Steinberg/VstPlugins $ wget http://www.linux-vst.com/download/freeverb.tar.gz $ tar -xvf freeverb.tar.gz $ rm freeverb.tar.gz $ ls -al c3multibandcomp_1_2_sse.dll freeverb.so Checkout for Qtractor from CVS at 07/07/2009 16:02:00 CEST. USERNAME_AT_64studio:/usr/src/qtractor$ cat READ* Qtractor - An Audio/MIDI multi-track sequencer Features - LADSPA [5], DSSI [11] and native VSTi [12] plug-ins support. Maybe here I got some Linux vst instruments. $ cd ~/.wine/drive_c/Program?Files/Steinberg/VstPlugins $ wget http://www.linux-vst.com/download/mda_linux.tar.gz $ tar -xvf mda_linux.tar.gz $ rm mda_linux.tar.gz Compiled Qtractor. Qtractor 0.4.2.1362 Build target . . . . . . . . . . . . . . . . . . .: release JACK Audio Connection Kit support . . . . . . . .: yes ALSA MIDI Sequencer support . . . . . . . . . . .: yes General audio file support (libsndfile) . . . . .: yes Ogg Vorbis audio file support (libvorbis) . . . .: yes MPEG-1 Audio Layer 3 file support (libmad) . . . .: yes Sample-rate conversion support (libsamplerate) . .: yes Pitch-shifting support (librubberband) . . . . . .: yes OSC service support (liblo) . . . . . . . . . . .: yes IEEE 32bit float optimizations . . . . . . . . . .: yes SSE optimization support (x86) . . . . . . . . . .: yes LADSPA Plug-in support . . . . . . . . . . . . . .: yes DSSI Plug-in support . . . . . . . . . . . . . . .: yes VST Plug-in support . . . . . . . . . . . . . . .: yes XInitThreads() support (DANGEROUS) . . . . . . . .: no Gradient eye-candy . . . . . . . . . . . . . . . .: yes Debugger stack-trace (gdb) . . . . . . . . . . . .: no Install prefix . . . . . . . . . . . . . . . . . .: /usr/local $ sudo ln -s ~/.wine/drive_c/Program?Files/Steinberg/VstPlugins/c3multibandcomp_1_2_sse.dll /usr/local/lib/dssi/c3multibandcomp_1_2_sse.dll Run JACK and Qtractor. Qtractor: Ctrl+F12 > Tab: Plugins Path for LADSPA: /usr/lib64/ladspa (/usr/lib64 is linked with /usr/lib) Path for DSSI : /usr/lib64/dssi (/usr/lib64 is linked with /usr/lib) Path for VST : /home/USERNAME/.wine/drive_c/Program Files/Steinberg/VstPlugins (OT: When I run qtractor I often get "View\Menubar=false" instead of "View\Menubar=true" and have to repair the configuration file.) Qtractor only shows LADSPA, DSSI but no VST. $ jack-dssi-host dssi-vst.so:c3multibandcomp_1_2_sse.dll jack-dssi-host: Error: Plugin label "c3multibandcomp_1_2_sse.dll" not found in library "dssi-vst.so" Installed files for dssi-vst 0.8-1 amd64: /. /usr /usr/local /usr/local/bin /usr/local/bin/vsthost /usr/local/lib /usr/local/lib/ladspa /usr/local/lib/ladspa/dssi-vst.so /usr/local/lib/dssi /usr/local/lib/dssi/dssi-vst /usr/local/lib/dssi/dssi-vst/dssi-vst_gui /usr/local/lib/dssi/dssi-vst/dssi-vst-server /usr/local/lib/dssi/dssi-vst/dssi-vst-scanner.exe.so /usr/local/lib/dssi/dssi-vst/dssi-vst-scanner /usr/local/lib/dssi/dssi-vst/dssi-vst-server.exe.so /usr/local/lib/dssi/dssi-vst.so $ ls -al ~/.wine/drive_c/Program?Files/Steinberg/VstPlugins Amongst others: mdaEPiano.so (seems to be a VSTi) Cheers, Ralf _______________________________________________ 64studio-users mailing list [email protected] http://lists.64studio.com/mailman/listinfo/64studio-users
