]> Shamusworld >> Repos - ardour-manual/blob - _manual/15_adding-pre-existing-material/02_copying-versus-linking.html
MCP: minor corrections
[ardour-manual] / _manual / 15_adding-pre-existing-material / 02_copying-versus-linking.html
1 ---
2 layout: default
3 title: Copying versus Linking
4 ---                        
5
6 <p>
7   <dfn>Copying</dfn> and <dfn>linking</dfn> are two different methods of 
8   using existing audio files on your computer (or network file system) 
9   within a session. They differ in one key aspect:
10 </p>
11
12 <h2>Copying</h2>
13 <p>
14   An existing media file is copied to the session's audio folder, and 
15   if necessary converted into the session's native format.<br />
16   For audio files, you can control the choice of this format (eg. WAVE 
17   or Broadcast WAVE). Audio files will also be converted to the session 
18   sample rate if necessary (which can take several minutes for larger 
19   files).
20 </p>
21 <p>
22   MIDI files will already be in SMF format, and are simply copied into 
23   the session's MIDI folder.
24 </p>
25
26 <h2>Linking</h2>
27 <p>
28   A link to an existing media file somewhere on the disk is used as a the
29   source for a region, but the data is <strong>not copied or modified</strong> 
30   in any way.
31 </p>
32 <p class="warning">
33   While linking is handy to conserve disk space, it means that your session
34   is <dfn>no longer self-contained</dfn>. If the external file moves, it
35   will become unavailable, and any changes to it from elsewhere will affect
36   the session. A backup of the session directory will miss linked files.
37 </p>
38 <p>
39   You can choose to copy or link files into your session with the 
40   <kbd class="option">Copy file to session</kbd> option in the Import 
41   dialog window.
42 </p>
43 <p>
44   <img class="left" src="/images/225-ARDOUR_1_2_1.png" />
45   &larr; This file will be imported in the audio/MIDI folder of your session.
46 </p>
47 <p>
48   <img class="left" src="/images/226-ARDOUR_1_2_1.png" />
49   &larr; This file won't be copied.
50 </p>
51 <p class="note">
52   There is a global preference <kbd class="menu">Edit &gt; Preferences &gt; Misc &gt; 
53   Session Management &gt; Always copy imported files</kbd>. If it is
54   enabled, you will not be able to link a file.
55 </p>
56