2013-01-29 19:26:36 -05:00
2019-01-24 06:00:52 -05:00
< figure class = "right" >
< img src = "/images/import-window.png" alt = "The import window" >
< figcaption >
The import window.
< / figcaption >
< / figure >
2017-01-27 04:56:26 -05:00
2014-02-05 15:08:51 -05:00
< p >
2017-01-17 03:46:03 -05:00
Many sessions will require the use of < dfn > existing material< / dfn > ,
whether it consists of audio and/or MIDI data. Using existing samples,
2017-06-15 03:33:52 -04:00
loops and riffs from files stored on the system can be the basis for
2017-01-17 03:46:03 -05:00
a new session, or a way to deepen and improve one that is already
underway.
2014-02-05 15:08:51 -05:00
< / p >
< p >
2017-01-27 04:56:26 -05:00
Importing audio and MIDI data into the session is done with the
< dfn > Add Existing Media< / dfn > dialog, accessed by the < kbd class = "menu" >
Session > Import< / kbd > menu.
2014-02-05 15:08:51 -05:00
< / p >
2013-01-29 19:26:36 -05:00
2014-02-05 15:08:51 -05:00
< h2 > The Soundfile Information Box< / h2 >
< p >
This box will display information about the currently selected file:
< / p >
< ul >
< li > number of channels,< / li >
< li > sample rate,< / li >
< li > file format,< / li >
< li > length,< / li >
< li > embedded timestamp (applies to some professional formats such as
Broadcast WAVE), and< / li >
2017-02-17 06:02:54 -05:00
< li > < a href = "@@searching-for-files-using-tags" > tags< / a > (attached metadata to help categorize files in a library).< / li >
2014-02-05 15:08:51 -05:00
< / ul >
< p >
If the sample rate differs from the current session rate, it is displayed
2014-02-05 16:20:20 -05:00
in red, which indicates that the file must be resampled before
2017-01-27 04:56:26 -05:00
importing.
< / p >
< p >
2014-02-05 16:20:20 -05:00
Resampling is controlled by the < kbd class = "menu" > Conversion quality< / kbd >
2014-02-05 15:08:51 -05:00
option described below.
< / p >
2017-01-27 05:03:34 -05:00
< p >
< / p >
2014-02-05 15:08:51 -05:00
< h2 > Auditioner< / h2 >
< p >
Files can be auditioned before importing. The slider under the play and
2017-06-15 03:33:52 -04:00
stop buttons allows to scrub around, a fader on the right side allows
2017-01-27 04:56:26 -05:00
to control the playback volume.
< / p >
< p >
2017-02-14 10:20:06 -05:00
Auditioning MIDI files requires a MIDI instrument to be chosen in the < kbd class = "menu" >
2017-01-27 04:56:26 -05:00
Instrument< / kbd > dropdown list.
2014-02-05 15:08:51 -05:00
< / p >
< h2 > Importing options< / h2 >
< p >
2017-02-13 22:47:33 -05:00
Through the < kbd class = "menu" > Add files… < / kbd > option, imported files can be inserted in the session:
2014-02-05 15:08:51 -05:00
< / p >
2017-03-14 12:43:24 -04:00
< table class = "dl" >
< tr > < th > as new tracks< / th > < td > automatically creates new tracks and import the files in it< / td > < / tr >
< tr > < th > to region list< / th > < td > adds the files to the < a href = "@@the-region-list" > region list< / a > , from where then can be manually dragged into a track< / td > < / tr >
< tr > < th > as new tape tracks< / th > < td > adds the files as < a href = "@@track-types" > Tape tracks.< / a > < / td > < / tr >
< / table >
2014-02-05 15:08:51 -05:00
< p >
2017-01-27 04:56:26 -05:00
The < kbd class = "menu" > Insert at< / kbd > option chooses where in time the file will be imported, amongst:
2014-02-05 15:08:51 -05:00
< / p >
2019-08-02 03:20:05 -04:00
< ul >
2017-01-27 04:56:26 -05:00
< li > the < dfn > file timestamp< / dfn > (if available, zero by default)< / li >
2017-02-17 06:02:54 -05:00
< li > at the < a href = "@@edit-point-control" > < dfn > edit point< / dfn > < / a > < / li >
2017-01-27 04:56:26 -05:00
< li > at the < dfn > playhead< / dfn > < / li >
< li > at the < dfn > session start< / dfn > .< / li >
< / ul >
2014-02-05 15:08:51 -05:00
< p >
2017-01-27 04:56:26 -05:00
The Channel < kbd class = "menu" > Mapping< / kbd > option is only available for
multi-channel files (i.e. all but mono ones). It is either
2014-02-05 15:08:51 -05:00
< / p >
2017-03-14 12:43:24 -04:00
< table class = "dl" >
< tr > < th > one track/region per file< / th > < td > Creates a multi channel track for each imported file< / td > < / tr >
< tr > < th > one track/region per channel< / th > < td > Creates only mono channels, as many as there are channels in the imported files< / td > < / tr >
< tr > < th > sequence files< / th > < td > If multiple files are imported, they can be sequenced into a single track in the order of selection< / td > < / tr >
< / table >
2014-02-05 15:08:51 -05:00
< p >
The < kbd class = "menu" > Conversion quality< / kbd > drop-down controls the
quality of the resampling process, if the sampling rate of the source file
2017-01-17 03:46:03 -05:00
differs from the session rate.
2014-02-05 15:08:51 -05:00
< / p >
< p >
2020-02-04 16:27:46 -05:00
Finally, and most importantly, the files can be linked or copied to the session
2017-01-27 04:56:26 -05:00
with the < kbd class = "option" > Copy files to session< / kbd > checkbox. Please read
2017-02-17 06:02:54 -05:00
< a href = "@@copying-versus-linking" > Copying
2014-02-05 15:08:51 -05:00
versus Linking< / a > for details.
< / p >
2017-11-10 19:47:11 -05:00