Deduplicating the Stem Export part

This commit is contained in:
Ed Ward 2019-06-21 15:53:40 +02:00
parent 101ea5557c
commit f24249b1f3
2 changed files with 24 additions and 32 deletions

View File

@ -4,11 +4,10 @@
created, be it to be printed to a medium such as a CD or DVD, uploaded to a
streaming site or sent to another person or software for further work. This
can be done either using <kbd class="menu">Session &gt; Export &gt;
Export to Audio file(s)&hellip;</kbd>, or <kbd class="menu">Session &gt;
Export &gt; Stem Export&hellip;</kbd>.
Export to Audio file(s)&hellip;</kbd>.
</p>
<figure class="center">
<figure class="right">
<img src="/images/export-dialog-file-format.png" alt="The Export window">
<figcaption>
The Export window
@ -166,26 +165,3 @@
file. By default, only the Master Bus is sent.
</p>
<h2>Stem Export</h2>
<figure>
<img src="/images/export-dialog-stem-export.png" alt="Stem export">
<figcaption>
Stem export
</figcaption>
</figure>
<p>
Stem exporting allows to transfer files between different systems and softwares
by exporting each track individually, including silence, to keep them in sync.
</p>
<p>
If 'Stem Export' is chosen, the 'Channels' tab appears slightly differently:
in this case each chosen channel (track or bus) is exported to its own file,
instead of all channels being mixed together into a single file.
</p>
<p>
The exported tracks or busses can, by checking <kbd class="option">Apply
track/bus processing</kbd>, be exported with the effects/processors applied,
so that the destination system does not need those effects plugins.
</p>

View File

@ -1,12 +1,28 @@
<figure class="right">
<img src="/images/export-dialog-stem-export.png" alt="Stem export">
<figcaption>
The Stem Export dialog
</figcaption>
</figure>
<p>
<dfn>Stem exports</dfn> are covered fully in the <a href="@@mixdown">Export</a>
chapter. A stem export creates one file per track, starting at the beginning of
the session. Each track can then be imported into another DAW.
</p>
<p>
All data will be lost except the actual audio/MIDI (no plugins, no automation).
<dfn>Stem exporting</dfn> allows to transfer files between different systems and
softwares by exporting each track individually, including silence, to keep them
in sync. All data will be lost except the actual audio/MIDI.
This is one of the most common methods of interchange because it works between
all DAWs.
</p>
<p>
The Stem Export window, accessed via the <kbd class="menu">Session &gt;
Export &gt; Stem Export&hellip;</kbd> menu, is very similar to the
<a href="@@export-dialog">Export dialog</a>, except the 'Channels' tab appears
slightly differently: in this case each chosen channel (track or bus) is exported
to its own file, instead of all channels being mixed together into a single file.
</p>
<p>
The exported tracks or busses can, by checking <kbd class="option">Apply
track/bus processing</kbd>, be exported with the effects/processors applied,
so that the destination system does not need those effects plugins.
</p>