]> Shamusworld >> Repos - ardour-manual/commitdiff
Stem exporting for MIDI
authorAlexandre Prokoudine <alexandre.prokoudine@gmail.com>
Wed, 6 Jul 2022 00:44:54 +0000 (03:44 +0300)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 15 Oct 2022 15:16:14 +0000 (09:16 -0600)
Mostly requires an updated screenshot, the old text wasn't deniying
the possibility of stem-exporting MIDI data as MIDI data.

include/stem-exports.html
source/images/export-dialog-stem-export.png

index 6d9713073eec674bea027f5570d387385be34903..92edf6fbeb4aaec8b64837b7338fe8d10539c348 100644 (file)
@@ -1,6 +1,6 @@
 
 <figure class="right">
-  <img src="/images/export-dialog-stem-export.png" alt="Stem export">
+  <img src="/images/export-dialog-stem-export.png" width="500px" alt="Stem export">
   <figcaption>
     The Stem Export dialog
   </figcaption>
@@ -8,21 +8,23 @@
 
 <p>
   <dfn>Stem exporting</dfn> allows to transfer files between different systems and
-  softwares by exporting each track individually, including silence, to keep them
+  programs 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.
+       The <kbd class="window">Stem Export</kbd> 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>
-
+<p>
+  The toolbar in the Stem Export window also provides a quick way to select either audio or MIDI tracks or busses.
+</p>
\ No newline at end of file
index bd1e5599ec5871b227d96dce8170b4d977aa2d95..30cfa81f03d7ea7cc936afb32c8f4aab59140641 100644 (file)
Binary files a/source/images/export-dialog-stem-export.png and b/source/images/export-dialog-stem-export.png differ