2022-03-21 06:01:55 -04:00
|
|
|
|
+++
|
|
|
|
|
title = "Importing audio"
|
2022-03-22 21:48:35 -04:00
|
|
|
|
description = "Importing audio to Ardour tracks"
|
2022-03-21 06:01:55 -04:00
|
|
|
|
chapter = false
|
|
|
|
|
weight = 4
|
|
|
|
|
#pre = "<b>1. </b>"
|
|
|
|
|
+++
|
|
|
|
|
|
2022-03-26 08:49:12 -04:00
|
|
|
|
Sections of audio are known as _regions_ in Ardour. A Region can be an entire
|
2022-03-22 21:48:35 -04:00
|
|
|
|
sound file or a portion of it. Here you will learn how to import audio files
|
|
|
|
|
from the hard drive of your computer so they can be used in your Ardour session.
|
2022-03-21 06:01:55 -04:00
|
|
|
|
|
2022-03-26 08:49:12 -04:00
|
|
|
|
To import an audio file into your session, you will use the _Add Existing Media_
|
2022-03-22 21:48:35 -04:00
|
|
|
|
dialog. Use the shortcut **Ctrl+I** to get to this window, or alternatively go
|
2022-03-21 06:01:55 -04:00
|
|
|
|
to the `Session > Import` menu).
|
|
|
|
|
|
2022-03-22 21:48:35 -04:00
|
|
|
|
On the left side of this dialog you will see a file browser which allows you to
|
|
|
|
|
search your hard drive for appropriate sound files to add (preferably, start
|
|
|
|
|
with a common file format, such as WAV or AIFF).
|
2022-03-21 06:01:55 -04:00
|
|
|
|
|
2022-03-26 08:49:12 -04:00
|
|
|
|
![Add Media](en/ardour7-add-existing-media.png)
|
2022-03-21 06:01:55 -04:00
|
|
|
|
|
2022-03-26 08:49:12 -04:00
|
|
|
|
At the lower left corner there is a menu which indicates how these files will
|
|
|
|
|
be added. _Add files… as new tracks_ will import audio files and place them on
|
|
|
|
|
a newly created track. _Add files… to source list_ will simply import audio
|
|
|
|
|
files into the Sources list, without creating any new tracks. Choose this
|
|
|
|
|
option now, as we don't want Ardour to create any tracks at this point. Make
|
|
|
|
|
sure the _Mapping_ options says _one region per file_.
|
2022-03-21 06:01:55 -04:00
|
|
|
|
|
2022-03-26 08:49:12 -04:00
|
|
|
|
![Add to source list](en/ardour7-to-source-list.png)
|
2022-03-21 06:01:55 -04:00
|
|
|
|
|
|
|
|
|
{{% notice tip %}}
|
|
|
|
|
If you do not have any suitable audio files on your hard drive to follow these
|
|
|
|
|
steps, visit [freesound.org](http://www.freesound.org/)), where you can find a
|
|
|
|
|
large collection of Public Domain and Creative Commons–licensed samples in a
|
|
|
|
|
variety of sample rates and formats.
|
|
|
|
|
{{% /notice %}}
|
|
|
|
|
|
2022-03-26 08:49:12 -04:00
|
|
|
|
On the right side of the _Add Existing Media_ dialog you will see a section
|
2022-03-22 21:48:35 -04:00
|
|
|
|
allowing you to inspect the properties of the file you selected. Here you will
|
|
|
|
|
see the name, number of channels, sample rate, format and length of the sound
|
|
|
|
|
file, along with any tags you have chosen to add to the file.
|
2022-03-21 06:01:55 -04:00
|
|
|
|
|
2022-03-22 21:48:35 -04:00
|
|
|
|
The **Play** button allows you to preview the file. You can also select
|
|
|
|
|
**Auto-play** if you would like to hear a sound file immediately as soon as you
|
|
|
|
|
click on it in the file browser (without having to push the Play button).
|
2022-03-21 06:01:55 -04:00
|
|
|
|
|
2022-03-26 08:49:12 -04:00
|
|
|
|
You will notice that the option _Copy files to session_ is checked by default.
|
2022-03-22 21:48:35 -04:00
|
|
|
|
This will make a copy of the imported file(s) into the folder of the current
|
|
|
|
|
session. This is safer, but it uses more disk space. If you uncheck this option
|
|
|
|
|
(not recommended!), Ardour will use the sound file from its current location on
|
|
|
|
|
the hard drive. In this case, if the file is moved to a new location on the hard
|
|
|
|
|
drive, you will run into trouble, because Ardour won't be able to find it the
|
2022-03-26 08:49:12 -04:00
|
|
|
|
next time you open this session. **It is highly recommended that you leave this
|
|
|
|
|
box checked (_Copy files to session_)**.
|
2022-03-21 06:01:55 -04:00
|
|
|
|
|
|
|
|
|
Click **OK** to proceed.
|
|
|
|
|
|
|
|
|
|
{{% notice tip %}}
|
2022-03-26 08:49:12 -04:00
|
|
|
|
The file(s) you have imported will appear listed in your _Sources_ list. This
|
|
|
|
|
list is located at the far right of the editor window. If you don't see it,
|
|
|
|
|
make sure _Show Editor List_ is checked under the _View_ menu.
|
2022-03-21 06:01:55 -04:00
|
|
|
|
{{% /notice %}}
|
|
|
|
|
|
2022-03-26 08:49:12 -04:00
|
|
|
|
![Editor List](en/ardour7-audio-imported-to-sources-list.png)
|
2022-03-21 06:01:55 -04:00
|
|
|
|
|
2022-03-26 08:49:12 -04:00
|
|
|
|
By dragging and dropping an audio file listed on the _Sources_ list onto the
|
|
|
|
|
main canvas, you can insert it in an existing or new track. If you drag it into
|
|
|
|
|
an existing track, it will be added there. If you drag onto the empty space
|
|
|
|
|
beneath existing tracks, a new track will be automatically created to
|
|
|
|
|
accommodate it.
|
2022-03-21 06:01:55 -04:00
|
|
|
|
|
2022-03-26 08:49:12 -04:00
|
|
|
|
Release the mouse button to complete the drag-and-drop operation. A new region
|
|
|
|
|
will be inserted at the exact time point where you dropped it.
|
2022-03-21 06:01:55 -04:00
|
|
|
|
|
|
|
|
|
{{% notice tip %}}
|
2022-03-22 21:48:35 -04:00
|
|
|
|
If a sound file is selected in the Editor List (i.e., if it is highlighted in
|
2022-03-26 08:49:12 -04:00
|
|
|
|
blue), the next time you click on that file name, Ardour will think you are
|
|
|
|
|
trying to rename the region (the name will become editable). More likely you
|
2022-03-22 21:48:35 -04:00
|
|
|
|
were just trying to click to drag and drop the file onto a track. In order to
|
2022-03-26 08:49:12 -04:00
|
|
|
|
click and drag a previously _highlighted_ region from the list, you need to
|
2022-03-22 21:48:35 -04:00
|
|
|
|
point and click in the empty space right before or after the name.
|
2022-03-21 06:01:55 -04:00
|
|
|
|
{{% /notice %}}
|
|
|
|
|
|
2022-03-26 08:49:12 -04:00
|
|
|
|
Important: always make sure you are placing stereo regions on stereo tracks. If
|
|
|
|
|
you drag a stereo file onto a mono audio track, only the left channel will be
|
|
|
|
|
used. In the screenshot below, a stereo file with very distinct left and right
|
|
|
|
|
channels was dragged onto a stereo track and a nono track. Notice that in the
|
|
|
|
|
mono track only the left channel is displayed (and played back).
|
2022-03-21 06:01:55 -04:00
|
|
|
|
|
|
|
|
|
![Stereo Mono](en/Ardour4_Stereo_Mono_Comparison.png)
|
|
|
|
|
|
|
|
|
|
### Importing Audio Directly to a Track
|
|
|
|
|
|
2022-03-26 08:49:12 -04:00
|
|
|
|
As mentioned earlier, the _Add existing media_ dialog also allows you to import
|
|
|
|
|
audio files directly onto tracks.
|
2022-03-21 06:01:55 -04:00
|
|
|
|
|
2022-03-26 08:49:12 -04:00
|
|
|
|
Choose _Add files… as new tracks_ to automatically create a new track and add
|
|
|
|
|
the selected file to it. The track will be named after the sound file name.
|
2022-03-21 06:01:55 -04:00
|
|
|
|
|
2022-03-26 08:49:12 -04:00
|
|
|
|
![Add as New Tracks](en/ardour7-import-as-new-tracks.png)
|
2022-03-21 06:01:55 -04:00
|
|
|
|
|
|
|
|
|
If you have previously selected one or more tracks, the menu will display the
|
2022-03-26 08:49:12 -04:00
|
|
|
|
additional option _Add files… to selected tracks_ to add a sound file into the
|
|
|
|
|
already existing selected track.
|
2022-03-21 06:01:55 -04:00
|
|
|
|
|
2022-03-26 08:49:12 -04:00
|
|
|
|
When adding files as new tracks, note that the _Mapping_ options lets you choose
|
|
|
|
|
between _one track per channel_ and _one track per file_. For the purpose of
|
|
|
|
|
this tutorial, choose _one track per file_, otherwise the left and right
|
|
|
|
|
channels of a stereo file will be split into two separate tracks.
|
2022-03-21 06:01:55 -04:00
|
|
|
|
|
|
|
|
|
#### Choose Insert Point
|
|
|
|
|
|
2022-03-26 08:49:12 -04:00
|
|
|
|
When using either one of the options above (_add as new track_ or _add to
|
|
|
|
|
selected tracks_), you should also specify where in the track you want the new
|
|
|
|
|
region to be placed. In the screenshot below, we are choosing _session start_.
|
2022-03-21 06:01:55 -04:00
|
|
|
|
|
2022-03-26 08:49:12 -04:00
|
|
|
|
![Insert At](en/ardour7-insert-point-list.png)
|
2022-03-21 06:01:55 -04:00
|
|
|
|
|
2022-03-26 08:49:12 -04:00
|
|
|
|
The region appears in a new track in the session. The new track automatically
|
|
|
|
|
receives the name of the imported sound file.
|
2022-03-21 06:01:55 -04:00
|
|
|
|
|
2022-03-26 08:49:12 -04:00
|
|
|
|
The sound file will also appear in the _Regions_ list so that it can be inserted
|
|
|
|
|
into other tracks as well by dragging and dropping it.
|
2022-03-21 06:01:55 -04:00
|
|
|
|
|
|
|
|
|
### Remove Regions from Tracks
|
|
|
|
|
|
2022-03-26 08:49:12 -04:00
|
|
|
|
To remove a region from a track, you can select it with the mouse and use the
|
|
|
|
|
*Cut* function from the menu, the **Control** (or **Apple**) key and the **X**
|
|
|
|
|
key, the **Delete** key or the key combination of **Fn + Backspace** (which is
|
|
|
|
|
used, for example, on a laptop keyboard that does not have a proper **Delete**
|
|
|
|
|
key).
|
2022-03-21 06:01:55 -04:00
|
|
|
|
|
|
|
|
|
{{% notice warning %}}
|
2022-03-26 08:49:12 -04:00
|
|
|
|
**Save your work often!** The shortcut **Control + S** is your friend. Use it
|
|
|
|
|
a lot, all the time.
|
2022-03-21 06:01:55 -04:00
|
|
|
|
{{% /notice %}}
|
|
|
|
|
|
2022-03-22 17:32:09 -04:00
|
|
|
|
## Continuing
|
2022-03-21 06:01:55 -04:00
|
|
|
|
|
2022-03-26 08:49:12 -04:00
|
|
|
|
Now that you have some material in your session, you might want customizing the
|
|
|
|
|
timeline to better suit your needs or jump to recording new material live.
|
2022-03-21 06:01:55 -04:00
|
|
|
|
|
2022-03-26 08:49:12 -04:00
|
|
|
|
Next: [Setting up the timeline](../setting-up-the-timeline) or
|
|
|
|
|
[Recording audio](../../recording-audio)
|