2013-01-29 19:26:36 -05:00
|
|
|
|
2014-02-05 15:08:51 -05:00
|
|
|
<p>
|
2017-02-25 00:30:29 -05:00
|
|
|
<dfn>Copying</dfn> and <dfn>linking</dfn> are two different methods of
|
2017-06-15 03:33:52 -04:00
|
|
|
using existing audio files on the computer (or network file system)
|
2014-02-06 16:15:38 -05:00
|
|
|
within a session. They differ in one key aspect:
|
|
|
|
</p>
|
|
|
|
|
2014-02-05 15:08:51 -05:00
|
|
|
<h2>Copying</h2>
|
|
|
|
<p>
|
2017-02-25 00:30:29 -05:00
|
|
|
An existing media file is copied to the session's audio folder, and
|
2017-06-15 03:33:52 -04:00
|
|
|
if necessary converted into the session's native format.
|
|
|
|
</p>
|
|
|
|
<p>
|
2017-02-14 10:20:06 -05:00
|
|
|
For audio files, the format can be chosen (e.g. WAVE or Broadcast WAVE). Audio
|
2017-06-15 03:33:52 -04:00
|
|
|
files will also be converted to the session sample rate if necessary (which
|
|
|
|
can take several minutes for larger files).
|
2014-02-05 15:08:51 -05:00
|
|
|
</p>
|
|
|
|
<p>
|
2017-02-25 00:30:29 -05:00
|
|
|
MIDI files will already be in SMF format, and are simply copied into
|
2014-02-05 15:08:51 -05:00
|
|
|
the session's MIDI folder.
|
|
|
|
</p>
|
2014-02-06 16:15:38 -05:00
|
|
|
|
2014-02-05 15:08:51 -05:00
|
|
|
<h2>Linking</h2>
|
|
|
|
<p>
|
2017-06-15 03:33:52 -04:00
|
|
|
A link to an existing media file somewhere on the disk is used as the
|
2017-02-25 00:30:29 -05:00
|
|
|
source for a region, but the data is <strong>not copied or modified</strong>
|
2014-02-05 15:08:51 -05:00
|
|
|
in any way.
|
|
|
|
</p>
|
|
|
|
<p class="warning">
|
2017-06-15 03:33:52 -04:00
|
|
|
While linking is handy to conserve disk space, it means that the session
|
2014-02-05 15:08:51 -05:00
|
|
|
is <dfn>no longer self-contained</dfn>. If the external file moves, it
|
|
|
|
will become unavailable, and any changes to it from elsewhere will affect
|
|
|
|
the session. A backup of the session directory will miss linked files.
|
|
|
|
</p>
|
|
|
|
<p>
|
2017-06-15 03:33:52 -04:00
|
|
|
The <kbd class="option">Copy file to session</kbd> option in the Import
|
|
|
|
dialog window allows to choose to copy or link files into the session:
|
|
|
|
</p>
|
|
|
|
<table>
|
|
|
|
<tr>
|
2019-01-24 06:00:52 -05:00
|
|
|
<td><kbd class="option">Copy file to session</kbd></td>
|
2017-06-15 03:33:52 -04:00
|
|
|
<td>This file will be imported in the audio/MIDI folder of the session.</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2019-01-24 06:00:52 -05:00
|
|
|
<td><kbd class="optoff">Copy file to session</kbd></td>
|
2017-06-15 03:33:52 -04:00
|
|
|
<td>This file won't be copied.</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
2014-02-05 15:08:51 -05:00
|
|
|
<p class="note">
|
2017-06-15 03:33:52 -04:00
|
|
|
There is a global preference <kbd class="menu">Edit > Preferences >
|
|
|
|
General > Session > Always copy imported files</kbd>. If it is
|
|
|
|
enabled, linking a file will not be possible.
|
2014-02-05 15:08:51 -05:00
|
|
|
</p>
|
2017-11-10 19:47:11 -05:00
|
|
|
|