summaryrefslogtreecommitdiff
path: root/manual/xml/working_with_ranges.xml
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-03-18 06:07:08 +0000
committerDavid Robillard <d@drobilla.net>2007-03-18 06:07:08 +0000
commit99904735e066804358f1d0bd138a84f1e9ecda91 (patch)
tree71a924cf1660b5b00231275bd481bbd27094dd9b /manual/xml/working_with_ranges.xml
parenteb270e70a12c410cdd98585ad25bb6d8e384a4f5 (diff)
Merged with trunk R1612.
git-svn-id: svn://localhost/ardour2/branches/midi@1614 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'manual/xml/working_with_ranges.xml')
-rw-r--r--manual/xml/working_with_ranges.xml38
1 files changed, 38 insertions, 0 deletions
diff --git a/manual/xml/working_with_ranges.xml b/manual/xml/working_with_ranges.xml
new file mode 100644
index 0000000000..f21e0f99b9
--- /dev/null
+++ b/manual/xml/working_with_ranges.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0" standalone="no"?>
+
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+
+]>
+
+<section id="sn-working-with-ranges">
+ <title>Working with Ranges</title>
+ <para>
+ This section doesn't really exist it yet, but is a placeholder for the
+ following
+ </para>
+
+ <section id="bounce-range">
+ <title>Bounce Range</title>
+ <para>
+ Currently, when bouncing a range to disk, files corresponding to each
+ channel of the range's output are created. The file names begin with
+ Audio, then the track number followed by ".1." Then, a 0 or 1 is
+ added, depending on the channel. Finally, the file extension is added.
+ The file type is determined by the native format selection in the
+ options editor (the Paths/Files tab).
+ </para>
+
+ <para>
+ In a future version, "bounce range" will replace the range with a new
+ region based on the bounced audio file which will include track FX,
+ etc. Currently, no dialog box is offered to allow the user to name the
+ bounced file or choose its location on disk. The bounced audio is just
+ placed in the sounds directory of the project directory. There is
+ currently no visual feedback that the bounce has been accomplished.
+ </para>
+ </section>
+<!--
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="Some_Subsection.xml" />
+ -->
+</section>