![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
A Carafe of Ubuntu
![]() Join Date: Jun 2007
Location: Jerusalem, IL
Beans: 106
Ubuntu 8.10 Intrepid Ibex
|
HOW To: Ardour with VST support (Hardy).
[!] - This tutorial is for x86 32bit only.
This post is meant to create "step-by-step" HOW TO on compiling ardour 2+ with VST effects support. It was pretty much time-waister to follow all the dependencies, so nothing new here except the needed packages really - consider it as an plain time-saver. [!] For Jaunty (or ardour 2.8+): Execute: Code:
sudo apt-get built-dep ardour [!] For Hardy: [!] - Ardour was released under GNU GENERAL PUBLIC LICENSE Version 2, vst sdk 2.3 are NOT - So here is a note from ardour developers regarding VST support: You may not distribute binaries of Ardour with VST support. Doing so is a violation of the license agreement for the Steinberg VST SDK. If you are found to be distributing such binaries, you risk both prosecution by Steinberg and public humiliation by me. This is not my choice, and as soon as Steinberg change their licensing, which they have indicated they will do, this policy (and file) will be removed. [1] - Download the latest ardour-<VERSION>.tar.bz2 source from [here] to yor desktop and extract it. Code:
tar -xjvf ~/Desktop/ardour*.tar.bz2 -C ~/Desktop Code:
cp ~/Desktop/vst_sdk2_3.zip ~/Desktop/ardour*/libs/fst/ Code:
sudo apt-get install build-essential scons libtool pkg-config gettext libjack-dev libasound2-dev qjackctl libxml2-dev libsamplerate-dev libraptor-dev liblrdf-dev libgnomecanvas2-dev libboost-dev liblo-dev libglib-dev libgtkmm-dev libsndfile-dev wine wine-dev automake libfftw3-3 libfftw3-dev -y Code:
sudo apt-get install aubio-tools libaubio-dev libaubio-doc libaubio2 pd-aubio python-aubio Code:
cd ~/Desktop/ardour* add 'VST=1' - to enable VST support. add 'FREESOUND=1' - to enable the use of Freesound database lookup. add 'LV2=1' - to enable support of LV2 if slv2 is available. Here is a bit about installation of all 'slv' related (tanks to motin) add 'OLDFONTS=1' - to compile with fonts as of ardour v.1 (fonts in v.2 sometimes get bigger than is has to be). I desided to compile mine with VST and FREESOUND. Code:
scons VST=1 FREESOUND=1 [5.1] - Build: Code:
sudo scons install [6] - The default VST folders locations are '/usr/local/lib/vst' and '/usr/lib/vst' (not exist - have to be created). You might want to create system link to one of those directories from your home '~/VST': Create directory at '/usr/lib/vst': Code:
sudo mkdir /usr/lib/vst Code:
mkdir ~/vst Code:
sudo ln -s ~/vst /usr/lib/vst Now you can put your VST in '~/vst'. [7] - To launch ardour use <ALT+F2> and type: Code:
ardourvst create desktop icon/Launcher on your desktop: Code:
gedit ~/Desktop/ArdourVST Code:
[Desktop Entry] Encoding=UTF-8 Name=ArdourVST Type=Application Exec=ardourvst Comment[en_US]=ardour Comment=ardour Icon=/usr/local/share/ardour2/icons/ardour_icon_48px.png ![]()
__________________
Sanus|artificium - FREE VST plug-ins | Music | Web design | Graphics | Sound engineering | Software | Tutorials | PHP scripts and more ... Last edited by sanus|art; June 24th, 2009 at 07:38 AM.. |
|
|
|
|
|
#2 |
|
First Cup of Ubuntu
![]() Join Date: Nov 2007
Location: Croatia
Beans: 4
|
Re: HOW To: Ardour with VST support (Hardy).
This file (vst_sdk2_3.zip) is impossible to find!
![]() |
|
|
|
|
|
#3 |
|
A Carafe of Ubuntu
![]() Join Date: Jun 2007
Location: Jerusalem, IL
Beans: 106
Ubuntu 8.10 Intrepid Ibex
|
Re: HOW To: Ardour with VST support (Hardy).
Try here. Accept the license ...
__________________
Sanus|artificium - FREE VST plug-ins | Music | Web design | Graphics | Sound engineering | Software | Tutorials | PHP scripts and more ... |
|
|
|
|
|
#4 |
|
First Cup of Ubuntu
![]() Join Date: Nov 2007
Location: Croatia
Beans: 4
|
Re: HOW To: Ardour with VST support (Hardy).
No, this link is dead end. Steinberg seems to regularly change the URL required to get the SDK, search on Steinberg site is dead end too. I tryed ftp://steinberg.net -no luck.
|
|
|
|
|
|
#5 | |
|
A Carafe of Ubuntu
![]() Join Date: Jun 2007
Location: Jerusalem, IL
Beans: 106
Ubuntu 8.10 Intrepid Ibex
|
Re: HOW To: Ardour with VST support (Hardy).
Quote:
__________________
Sanus|artificium - FREE VST plug-ins | Music | Web design | Graphics | Sound engineering | Software | Tutorials | PHP scripts and more ... |
|
|
|
|
|
|
#6 |
|
Way Too Much Ubuntu
![]() |
Re: HOW To: Ardour with VST support (Hardy).
What if I already have ardour installed? Can I have two copies of ardour at the same time? Or do I have to uninstall the repo version? I heard the VST support in ardour is a bit buggy.
__________________
Since Warty |
|
|
|
|
|
#7 |
|
A Carafe of Ubuntu
![]() Join Date: Jun 2007
Location: Jerusalem, IL
Beans: 106
Ubuntu 8.10 Intrepid Ibex
|
Re: HOW To: Ardour with VST support (Hardy).
I think the version from the repositories will be overwritten. The VST in ardour a bit buggy - true, but from my experience - any wondows application is a bit buggy while handling VST, that is why we are trained so much with the "Ctrl+S".
__________________
Sanus|artificium - FREE VST plug-ins | Music | Web design | Graphics | Sound engineering | Software | Tutorials | PHP scripts and more ... |
|
|
|
|
|
#8 |
|
Just Give Me the Beans!
![]() Join Date: Jul 2007
Beans: 48
|
Re: HOW To: Ardour with VST support (Hardy).
From one beginner to another, I do not know but I have ardour already installed and am trying the above instructions now...
|
|
|
|
|
|
#9 |
|
Just Give Me the Beans!
![]() Join Date: Jul 2007
Beans: 48
|
Re: HOW To: Ardour with VST support (Hardy).
@Sanus
hey, I am trying your instructions, but I am not very experienced... step 5 has no code for me and I was wondering if you could explain to me what to do, in a little more detail. I now have ardour-2.4.1 on my desktop but am not sure how to do "these things" to the make file. pls help. cino |
|
|
|
|
|
#10 |
|
Just Give Me the Beans!
![]() Join Date: Jul 2007
Beans: 48
|
Re: HOW To: Ardour with VST support (Hardy).
omg -- never mind... **reads more carefully
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|