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