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