]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/13_adding-pre-existing-material/01_import-dialog.html
tweak control playback text
[ardour-manual-diverged] / _manual / 13_adding-pre-existing-material / 01_import-dialog.html
1 ---
2 layout: default
3 title: Import Dialog
4 ---                        
5
6 <p>
7   Many sessions will require the use of <dfn>existing material</dfn>, 
8   whether it consists of audio and/or MIDI data. Using existing samples, 
9   loops and riffs from files stored on your system can be the basis for 
10   a new session, or a way to deepen and improve one that is already 
11   underway. 
12 </p>
13 <p>
14   You can import audio and MIDI data into your session with the 
15   <dfn>Add Existing Media</dfn> dialog.
16 </p>
17 <img src="/images/209-ARDOUR_1_2_1.png" />
18
19 <h2>The Soundfile Information Box</h2>
20 <p>
21   This box will display information about the currently selected file:
22 </p>
23 <ul>
24   <li>number of channels,</li>
25   <li>sample rate,</li>
26   <li>file format,</li>
27   <li>length,</li>
28   <li>embedded timestamp (applies to some professional formats such as
29   Broadcast WAVE), and</li>
30   <li>tags (attached metadata to help categorize files in a library).</li>
31 </ul>
32 <p>
33   If the sample rate differs from the current session rate, it is displayed
34   in red, which indicates that the file must be resampled before
35   importing.<br />
36   Resampling is controlled by the <kbd class="menu">Conversion quality</kbd>
37   option described below.
38 </p>
39
40 <h2>Auditioner</h2>
41 <p>
42   Files can be auditioned before importing. The slider under the play and
43   stop buttons allows you to scrub around, a fader on the right side allows
44   you to control the playback volume.
45 </p>
46
47 <h2>Importing options</h2>
48 <p>
49   You can import files into new, automatically created tracks, to the region
50   list (from where you can manually drag them into a track), or as new 
51   <a href="/working-with-tracks/track-types/">Tape tracks</a> with the
52   <kbd class="menu">Add new files as...</kbd> option.  
53 </p>
54 <p>
55   New files will be inserted at either the file timestamp (if available,
56   zero by default), at the <a href="/editing-and-arranging/edit-point/">edit point</a>, at the
57   playhead, or at the start of the session, as specified in <kbd
58   class="menu">Insert at...</kbd>.
59 </p>
60 <p>
61   The Channel <kbd class="menu">mapping</kbd> is either "one track/region per
62   file", or "one track/region per channel". The latter splits multichannel
63   source files into mono regions.<br />
64   If you have selected multiple files and are importing them into a track,
65   you can also choose whether to sequence all files into a single track in
66   the order of selection, or to create as many tracks as there are files to
67   import.
68 </p>
69 <p>
70   The <kbd class="menu">Conversion quality</kbd> drop-down controls the
71   quality of the resampling process, if the sampling rate of the source file
72   differs from the session rate. 
73 </p>
74 <p>
75   Finally, and most importantly, you can decide whether to <kbd
76   class="option">Copy files to session</kbd>, or to link them. Please read
77   <a href="/adding-pre-existing-material/copying-versus-linking/">Copying
78   versus Linking</a> for details.
79 </p>
80
81 {% children %}