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