]> Shamusworld >> Repos - ardour-manual/blob - include/stem-exports.html
Update Lua doc for 7.1
[ardour-manual] / include / stem-exports.html
1
2 <figure class="right">
3   <img src="/images/export-dialog-stem-export.png" width="500px" alt="Stem export">
4   <figcaption>
5     The Stem Export dialog
6   </figcaption>
7 </figure>
8
9 <p>
10   <dfn>Stem exporting</dfn> allows to transfer files between different systems and
11   programs by exporting each track individually, including silence, to keep them
12   in sync. All data will be lost except the actual audio/MIDI.
13   This is one of the most common methods of interchange because it works between
14   all DAWs.
15 </p>
16 <p>
17         The <kbd class="window">Stem Export</kbd> window, accessed via the
18   <kbd class="menu">Session &gt; Export &gt; Stem Export&hellip;</kbd> menu,
19   is very similar to the <a href="@@export-dialog">Export dialog</a>, except the
20   'Channels' tab appears slightly differently: in this case each chosen channel
21   (track or bus) is exported to its own file, instead of all channels being mixed together into a single file.
22 </p>
23 <p>
24   The exported tracks or busses can, by checking <kbd class="option">Apply
25   track/bus processing</kbd>, be exported with the effects/processors applied,
26   so that the destination system does not need those effects plugins.
27 </p>
28 <p>
29   The toolbar in the Stem Export window also provides a quick way to select either audio or MIDI tracks or busses.
30 </p>