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