]> Shamusworld >> Repos - ardour-manual/blob - include/copying-versus-linking.html
update supported format page
[ardour-manual] / 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 the 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.
12 </p>
13 <p>
14   For audio files, the format can be chosen (e.g. WAVE or Broadcast WAVE). Audio
15   files will also be converted to the session sample rate if necessary (which
16   can take several minutes for larger files).
17 </p>
18 <p>
19   MIDI files will already be in SMF format, and are simply copied into
20   the session's MIDI folder.
21 </p>
22
23 <h2>Linking</h2>
24 <p>
25   A link to an existing media file somewhere on the disk is used as 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 the 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   The <kbd class="option">Copy file to session</kbd> option in the Import
37   dialog window allows to choose to copy or link files into the session:
38 </p>
39 <table>
40   <tr>
41     <td><kbd class="option">Copy file to session</kbd></td>
42     <td>This file will be imported in the audio/MIDI folder of the session.</td>
43   </tr>
44   <tr>
45     <td><kbd class="optoff">Copy file to session</kbd></td>
46     <td>This file won't be copied.</td>
47   </tr>
48 </table>
49
50 <p class="note">
51   There is a global preference <kbd class="menu">Edit &gt; Preferences &gt;
52   General &gt; Session &gt; Always copy imported files</kbd>. If it is
53   enabled, linking a file will not be possible.
54 </p>
55