Translation(s): English - Italiano
Ardour is an multichannel audio recorder.
Introduction
Ardour is an audio recorder with many features. It uses JACK to connect with audio sources.
Mixer window of Ardour
Installation
You can install Ardour with your package manager from the official Debian repositories. The name of the package is ardour or ardour-i686.
To use Ardour you need first to run JACK. If you you don't have it, Ardour will install JACK. The new entry in your menu Multimedia > JACK Control is a graphical interface to use JACK.
Trouble shooting
Limit of the maximum locked memory
When you start Ardour you may get this warning message:
WARNING: Your system has a limit for maximum amount of locked memory. This might cause Ardour to run out of memory before your system runs out of memory. You can view the memory limit with 'ulimit -l', and it is normally controlled by /etc/security/limits.conf
To avoid this you have to edit the limits.conf
sudo gedit /etc/security/limits.conf
and add this line to it
@audio - memlock unlimited
To activate this change you also have to edit /etc/pam.d/common-session:
sudo gedit /etc/pam.d/common-session
adding the line
session required pam_limits.so
Now you need to relogin and the warning message should be gone.
External Links
http://ardour.org/ - Official site
http://www.linuxinsider.com/story/73760.html - Review of Ardour
