]> Shamusworld >> Repos - ardour-manual/commitdiff
Deduplicating the Stem Export part
authorEd Ward <edwsaintesprit@hotmail.com>
Fri, 21 Jun 2019 13:53:40 +0000 (15:53 +0200)
committerEd Ward <edwsaintesprit@hotmail.com>
Fri, 21 Jun 2019 13:53:40 +0000 (15:53 +0200)
include/export-dialog.html
include/stem-exports.html

index 16d42aa1eba357220b07a412163559925b5c5f22..b53e88df12f6cfb768a8a2aff439570f8ab54903 100644 (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
   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>
index 90ed1b2480c854f391f14a53928fcb7b66d75f26..6d9713073eec674bea027f5570d387385be34903 100644 (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>