]> Shamusworld >> Repos - ardour-manual-diverged/blob - include/import-dialog.html
Move content from _manual/ to include/.
[ardour-manual-diverged] / include / import-dialog.html
1
2 <img class="right" src="/images/import-window.png" alt="The import window">
3
4 <p>
5   Many sessions will require the use of <dfn>existing material</dfn>,
6   whether it consists of audio and/or MIDI data. Using existing samples,
7   loops and riffs from files stored on your system can be the basis for
8   a new session, or a way to deepen and improve one that is already
9   underway.
10 </p>
11 <p>
12   Importing audio and MIDI data into the session is done with the
13   <dfn>Add Existing Media</dfn> dialog, accessed by the <kbd class="menu">
14   Session &gt; Import</kbd> menu.
15 </p>
16
17 <h2>The Soundfile Information Box</h2>
18 <p>
19   This box will display information about the currently selected file:
20 </p>
21 <ul>
22   <li>number of channels,</li>
23   <li>sample rate,</li>
24   <li>file format,</li>
25   <li>length,</li>
26   <li>embedded timestamp (applies to some professional formats such as
27   Broadcast WAVE), and</li>
28   <li><a href="/adding-pre-existing-material/searching-for-files-using-tags/">tags</a> (attached metadata to help categorize files in a library).</li>
29 </ul>
30 <p>
31   If the sample rate differs from the current session rate, it is displayed
32   in red, which indicates that the file must be resampled before
33   importing.
34 </p>
35 <p>
36   Resampling is controlled by the <kbd class="menu">Conversion quality</kbd>
37   option described below.
38 </p>
39 <p>
40
41 </p>
42
43 <h2>Auditioner</h2>
44 <p>
45   Files can be auditioned before importing. The slider under the play and
46   stop buttons allows you to scrub around, a fader on the right side allows
47   to control the playback volume.
48 </p>
49 <p>
50   Auditionning MIDI files requires a MIDI instrument to be chosen in the <kbd class="menu">
51   Instrument</kbd> dropdown list.
52 </p>
53
54 <h2>Importing options</h2>
55 <p>
56   Through the <kbd class="menu">Add files...</kbd> option, imported files can be inserted in the session:
57 </p>
58 <dl>
59   <dt>as new tracks</dt><dd>automatically creates new tracks and import the files in it</dd>
60   <dt>to region list</dt><dd>adds the files to the <a href="/ardours-interface/editor-lists/region-list/">region list</a>, from where then can be manually dragged into a track</dd>
61   <dt>as new tape tracks</dt><dd>adds the files as <a href="/working-with-tracks/track-types/">Tape tracks.</a></dd>
62 </dl>
63 <p>
64   The <kbd class="menu">Insert at</kbd> option chooses where in time the file will be imported, amongst:
65 </p>
66 </ul>
67   <li>the <dfn>file timestamp</dfn> (if available, zero by default)</li>
68   <li>at the <a href="/ardours-interface/the-edit-point-control/"><dfn>edit point</dfn></a></li>
69   <li>at the <dfn>playhead</dfn></li>
70   <li>at the <dfn>session start</dfn>.</li>
71 </ul>
72 <p>
73   The Channel <kbd class="menu">Mapping</kbd> option is only available for
74   multi-channel files (i.e. all but mono ones). It is either
75 </p>
76 <dl>
77   <dt>one track/region per file</dt><dd>Creates a multi channel track for each imported file</dd>
78   <dt>one track/region per channel</dt><dd>Creates only mono channels, as many as there are channels in the imported files</dd>
79   <dt>sequence files</dt><dd>If multiple files are imported, they can be sequenced into a single track in the order of selection</dd>
80 </dl>
81 <p>
82   The <kbd class="menu">Conversion quality</kbd> drop-down controls the
83   quality of the resampling process, if the sampling rate of the source file
84   differs from the session rate.
85 </p>
86 <p>
87   Finally, and most importantly, the the files can be linked or copied to the session
88   with the <kbd class="option">Copy files to session</kbd> checkbox. Please read
89   <a href="/adding-pre-existing-material/copying-versus-linking/">Copying
90   versus Linking</a> for details.
91 </p>
92