![]() |
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.
|
|
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,828
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 |
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|