|
Size: 1928
Comment: Formatting.
|
← Revision 4 as of 2013-02-23 17:31:24 ⇥
Size: 2031
Comment: added link to it translation + minor fixes
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 2: | Line 2: |
| ~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: none -~ | ~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[it/Ardour|Italiano]] -~ |
| Line 11: | Line 11: |
| Ardour is an audio recorder with many features. It use [[http://jackaudio.org/|JACK]] to connect with audio sources. | Ardour is an audio recorder with many features. It uses [[http://jackaudio.org/|JACK]] to connect with audio sources. |
| Line 21: | Line 21: |
| To use Ardour you need first to run JACK. If you you don't have, Ardour will install JACK. The new entry in your menu `Multimedia > JACK Control` is an graphical interface to use JACK. | 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. |
| Line 25: | Line 25: |
| === limit of maximum locked memory === | === Limit of the maximum locked memory === |
| Line 27: | Line 27: |
| If you start Ardour you may get this warning message: | When you start Ardour you may get this warning message: |
| Line 36: | Line 36: |
| and add this line | and add this line to it |
| Line 41: | Line 41: |
| To activate this | To activate this change you also have to edit /etc/pam.d/common-session: |
| Line 46: | Line 46: |
| and there you add | adding the line |
| Line 54: | Line 54: |
| == See also == | == External Links == |
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
