![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Multimedia Production Discussions about Ubuntu Studio and other multimedia production applications. |
|
|
Thread Tools | Display Modes |
|
|
#1 | |
|
Ubuntu Member
![]() Join Date: Apr 2006
Location: Vancouver, Canada
Beans: 1,778
Ubuntu Studio 9.10 Karmic Koala
|
How To: Install VST support (fst) in UbuntuStudio (also applicable to other Ubuntus)
Hi, this is one of the first How Tos I've written on here so any assistance in formatting/editing/etc... is greatly appreciated. This is a walk through of how I installed fst - the linux vst host - on my UbuntuStudio Feisty install.
1.)First, you'll need a few pieces of software installed. Code:
sudo apt-get install qjackctl lashd liblash-dev wine wine-dev libgtk2.0-dev 2.)Second, you'll need to download two packages from two different websites. Ardour's website claims that the Steinberg VST 2.3 SDK is the version that you should install. Get that here: http://www.steinberg.de/331+M52087573ab0.html MAKE SURE TO GET 2.3 and yes, you have to agree to Steinberg's terms. Also you'll need the fst 1.8 file http://joebutton.co.uk/fst/ or a direct link to the file http://galan.sf.net/fst-1.8.tar.gz 3.) Untar the fst file to your desired location. This should create a directory called fst1.8 4.) Unzip the vst_sdk_2_3.zip file to your desktop. This will have created three new files on your desktop: vstsdk2.3.zip, a .sit, and a .dmg we will only be using the .zip file but until the process is finished you should leave all three on the desktop. It's safe to delete all three once fst is installed. 5.) Unzip the new vstsdk2.3.zip file so that the destination is in the previously created fst1.8 folder. 6.) Now open a terminal and go to the fst1.8 folder Code:
cd fst1.8 Code:
mkdir vst Code:
mv vstsdk2.3/source/common/* vst/ Quote:
Code:
make That should be all. You should have created an executable in the fst1.8 folder named fst and now to run your vst plugins make sure lashd is running, jackd (preferably qjackctl) is running, and do Code:
./fst <path to your .dll file here> Happy jammin.
__________________
http://greyrockstudio.blogspot.com/ What makes a great open source contributor is not primarily the brilliance of their ideas or importance of their bug, but rather their willingness to see it through to success.
Last edited by Stochastic; September 25th, 2007 at 12:18 AM.. Reason: fixed a typo |
|
|
|
|
|
|
#2 |
|
Way Too Much Ubuntu
![]() Join Date: Apr 2007
Location: Europe, Croatia
Beans: 314
Ubuntu 7.10 Gutsy Gibbon
|
Re: How To: Install VST support (fst) in UbuntuStudio (also applicable to other Ubunt
Great how-to...
![]() Gonna try it later today to see if it works for me... |
|
|
|
|
|
#3 |
|
First Cup of Ubuntu
![]() Join Date: Sep 2007
Beans: 2
|
Re: How To: Install VST support (fst) in UbuntuStudio (also applicable to other Ubunt
First thanks for the tutorial but hmm... I might just really be noobing this one (apparently this post precedes mine by just a day), but is seems like this is already out of date.
When I downloaded the sdk 2.3 files, and I tried from both the direct link and the other link supplied, I received a similarly named file (preceded by a "d") which neither produced the three files mentioned in the tutorial nor created a directory structure anything like what is mentioned in succeeding steps. as I said, hmm. Looks like the tutorial or the file links need to be updated. Going looking for another way. |
|
|
|
|
|
#4 |
|
First Cup of Ubuntu
![]() Join Date: Sep 2007
Beans: 2
|
Re: How To: Install VST support (fst) in UbuntuStudio (also applicable to other Ubunt
Ok, apparently the vst sdk file that I downloaded was for Delphi *?...
http://www.steinberg.de/331+M52087573ab0.html (and selected 2.3) Looks like Steinberg is moving these files around alot. |
|
|
|
|
|
#5 |
|
Ubuntu Member
![]() Join Date: Apr 2006
Location: Vancouver, Canada
Beans: 1,778
Ubuntu Studio 9.10 Karmic Koala
|
Re: How To: Install VST support (fst) in UbuntuStudio (also applicable to other Ubunt
yeah Steinberg does move the files quite a bit. Upon further review I realized that your link is the right one and I was mistaken. It's fixed now. Are you still having troubles or is it sorted out now?
__________________
http://greyrockstudio.blogspot.com/ What makes a great open source contributor is not primarily the brilliance of their ideas or importance of their bug, but rather their willingness to see it through to success.
Last edited by Stochastic; September 25th, 2007 at 12:16 AM.. |
|
|
|
|
|
#6 |
|
First Cup of Ubuntu
![]() Join Date: Oct 2007
Beans: 1
|
Re: How To: Install VST support (fst) in UbuntuStudio (also applicable to other Ubunt
ey mates
i just registrered in here, because im a total noob at linux.. and im used to Fruityloops, so the vst support is really needed for me to use.. so ive tried the guide here at the topic, but i get some errors, wich i dont know why i do.. but, here is a copy+paste of the errors in the terminal.. anbech@anbech-desktop:~/Desktop/fst-1.8$ make cp -a `find . | grep 'vstsdk[^/]*\$'`/source/common ./vst sed -i '/struct VstFileType\|struct VstFileSelect/,/};/d' vst/aeffectx.h winegcc -c `pkg-config --cflags gtk+-2.0` `pkg-config --cflags jack` `pkg-config --cflags jack` `pkg-config --cflags lash-1.0` -DHAVE_LASH -I. -o audiomaster.o audiomaster.c Package jack was not found in the pkg-config search path. Perhaps you should add the directory containing `jack.pc' to the PKG_CONFIG_PATH environment variable No package 'jack' found Package jack was not found in the pkg-config search path. Perhaps you should add the directory containing `jack.pc' to the PKG_CONFIG_PATH environment variable No package 'jack' found Package jack was not found in the pkg-config search path. Perhaps you should add the directory containing `jack.pc' to the PKG_CONFIG_PATH environment variable Package 'jack', required by 'LASH', not found In file included from audiomaster.c:23: jackvst.h:6:23: error: jack/jack.h: No such file or directory jackvst.h:7:29: error: jack/ringbuffer.h: No such file or directory jackvst.h:9:28: error: alsa/asoundlib.h: No such file or directory In file included from audiomaster.c:23: jackvst.h:14: fejl: expected specifier-qualifier-list before ‘jack_client_t’ audiomaster.c: In function ‘jack_host_callback’: audiomaster.c:49: fejl: ‘jack_position_t’ undeclared (first use in this function) audiomaster.c:49: fejl: (Each undeclared identifier is reported only once audiomaster.c:49: fejl: for each function it appears in.) audiomaster.c:49: fejl: expected ‘;’ before ‘jack_pos’ audiomaster.c:50: fejl: ‘jack_transport_state_t’ undeclared (first use in this function) audiomaster.c:50: fejl: expected ‘;’ before ‘tstate’ audiomaster.c:106: fejl: ‘tstate’ undeclared (first use in this function) audiomaster.c:106: fejl: ‘JackVST’ has no member named ‘client’ audiomaster.c:106: fejl: ‘jack_pos’ undeclared (first use in this function) audiomaster.c:114: fejl: ‘JackPositionBBT’ undeclared (first use in this function) audiomaster.c:119: advarsel: incompatible implicit declaration of built-in function ‘floor’ audiomaster.c:124: fejl: ‘JackTransportRolling’ undeclared (first use in this function) winegcc: i486-linux-gnu-gcc failed. make: *** [audiomaster.o] Fejl 2 anbech@anbech-desktop:~/Desktop/fst-1.8$ ./fst /media/C/Programmer/VstPlugins/Pro-53.dll bash: ./fst: No such file or directory anbech@anbech-desktop:~/Desktop/fst-1.8$ .fst /media/C/Programmer/VstPlugins/Pro-53.dll bash: .fst: command not found anbech@anbech-desktop:~/Desktop/fst-1.8$ fst /media/C/Programmer/VstPlugins/Pro-53.dll bash: fst: command not found anbech@anbech-desktop:~/Desktop/fst-1.8$ /fst /media/C/Programmer/VstPlugins/Pro-53.dll bash: /fst: No such file or directory anbech@anbech-desktop:~/Desktop/fst-1.8$ btw, "Fejl" means Error in danish.. hope some of u guys in here is able to help me out.. thx in advance.. -Anbech |
|
|
|
|
|
#7 |
|
Gee! These Aren't Roasted!
![]() Join Date: Jun 2006
Beans: 169
Ubuntu Karmic Koala (testing)
|
Re: How To: Install VST support (fst) in UbuntuStudio (also applicable to other Ubunt
I would suggest overkill on dev libraries which (going by Ardour's site) should work out as follows:
Code:
sudo aptitude -y install build-essential scons libtool gettext sudo aptitude -y install libjack0.100.0-dev libxml2-dev libxslt-dev libart-dev libsamplerate-dev libraptor-dev liblrdf-dev libart-2.0-dev libglib2.0-dev libgtk2.0-dev libgnomecanvas2-dev liblo-dev libboost-dev libasound-dev |
|
|
|
|
|
#8 |
|
First Cup of Ubuntu
![]() Join Date: Jun 2007
Beans: 9
|
Re: How To: Install VST support (fst) in UbuntuStudio (also applicable to other Ubunt
Mhh I always have some linker errors when I try 'make'
(Running Gutsy on amd64) Has anybody a solution for this? Code:
/usr/bin/ld: skipping incompatible /usr/lib64/libgtk-x11-2.0.so when searching for -lgtk-x11-2.0 /usr/bin/ld: skipping incompatible /usr/lib64/libgtk-x11-2.0.a when searching for -lgtk-x11-2.0 /usr/bin/ld: skipping incompatible /usr/lib64/libgtk-x11-2.0.so when searching for -lgtk-x11-2.0 /usr/bin/ld: skipping incompatible /usr/lib64/libgtk-x11-2.0.a when searching for -lgtk-x11-2.0 /usr/bin/ld: skipping incompatible /usr/lib/libgtk-x11-2.0.so when searching for -lgtk-x11-2.0 /usr/bin/ld: skipping incompatible /usr/lib/libgtk-x11-2.0.a when searching for -lgtk-x11-2.0 /usr/bin/ld: skipping incompatible /usr/bin/../lib/libgtk-x11-2.0.so when searching for -lgtk-x11-2.0 /usr/bin/ld: skipping incompatible /usr/bin/../lib/libgtk-x11-2.0.a when searching for -lgtk-x11-2.0 /usr/bin/ld: skipping incompatible /usr/lib/libgtk-x11-2.0.so when searching for -lgtk-x11-2.0 /usr/bin/ld: skipping incompatible /usr/lib/libgtk-x11-2.0.a when searching for -lgtk-x11-2.0 /usr/bin/ld: cannot find -lgtk-x11-2.0 collect2: ld gab 1 als Ende-Status zurück winegcc: gcc failed. make: *** [fst.exe] Fehler 2 |
|
|
|
|
|
#9 |
|
First Cup of Ubuntu
![]() Join Date: Jan 2007
Beans: 12
Ubuntu 7.10 Gutsy Gibbon
|
Re: How To: Install VST support (fst) in UbuntuStudio (also applicable to other Ubunt
is this possible in 64 Bit US?
|
|
|
|
|
|
#10 |
|
Just Give Me the Beans!
![]() Join Date: May 2006
Location: unraveling
My beans are hidden!
Kubuntu 7.10 Gutsy Gibbon
|
Re: How To: Install VST support (fst) in UbuntuStudio (also applicable to other Ubunt
Fantastic How-To, but I have to third the above comments... no luck anymore on 64 bit. Lots of warnings about "incompatible pointer types" and incopatible "implicit declarations of built-in function" (floor, malloc) ...then the ld errors posted before (sorry, warnings translated from German)
Last edited by abalone; March 24th, 2008 at 10:01 AM.. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|