Copy local state in AudioRegionView copy constructor. Fixes #4047.
[ardour2.git] / manual / xml / working_with_ranges.xml
blobf21e0f99b96304f25fb7be4a5a2289a812d7e268
1 <?xml version="1.0" standalone="no"?>
3 <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
5 ]>
7 <section id="sn-working-with-ranges">
8   <title>Working with Ranges</title>
9   <para>
10     This section doesn't really exist it yet, but is a placeholder for the
11     following
12   </para>
14   <section id="bounce-range">
15     <title>Bounce Range</title>
16     <para>
17       Currently, when bouncing a range to disk, files corresponding to each
18       channel of the range's output are created. The file names begin with
19       Audio, then the track number followed by ".1." Then, a 0 or 1 is
20       added, depending on the channel. Finally, the file extension is added.
21       The file type is determined by the native format selection in the
22       options editor (the Paths/Files tab).
23     </para>
25     <para>
26       In a future version, "bounce range" will replace the range with a new
27       region based on the bounced audio file which will include track FX,
28       etc. Currently, no dialog box is offered to allow the user to name the
29       bounced file or choose its location on disk. The bounced audio is just
30       placed in the sounds directory of the project directory. There is
31       currently no visual feedback that the bounce has been accomplished.
32     </para>
33   </section>
34 <!--
35         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
36                 href="Some_Subsection.xml" />
37         -->
38 </section>