removal manual tree from source code, since this has its own website and git repo now

git-svn-id: svn://localhost/ardour2/branches/3.0@14212 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2013-03-11 09:05:39 +00:00
parent 323a947e09
commit 25b934406a
173 changed files with 0 additions and 19660 deletions

View File

@ -1,73 +0,0 @@
DOCNAME = ardour_manual
# Default values, only set if not set in book Makefile
OUTDIR ?= tmp
XMLFILE ?= xml/$(DOCNAME).xml
XSLFILE ?= xsl/html.xsl
CSSFILE ?= $(DOCNAME).css
XSLTPROC ?= xsltproc
#PWD = $(shell pwd)
help::
@echo " WARNING: The Ardour Scons build script must be run before "
@echo " building the manual. "
@echo
@echo " The Following is a list of supported build targets:"
@echo
@echo " html:"
@echo " Build HTML version of ardour manual."
@echo
@echo " test:"
@echo " Validate DocBook XML source."
@echo
@echo " format:"
@echo " Format DocBook XML source using xmlformat."
@echo
@echo " clean:"
@echo " Remove temporary files."
@echo
# xsltproc -output option gives I/O errors because??, so
# just move the html to the output directory
html:: clean
# creating output directory
-@mkdir $(OUTDIR)
# generating html
LANG=en_US.UTF-8 $(XSLTPROC) -xinclude $(XSLFILE) $(XMLFILE)
# copy html files to output directory
-@mv *.html $(OUTDIR)
# copy css file to output directory
-@cp css/$(CSSFILE) $(OUTDIR)/$(CSSFILE)
# copy the image files to the output directory
-@cp -r images $(OUTDIR)/images
.PHONY : html
test::
# validating book
xmllint --noout --postvalid --xinclude $(XMLFILE)
.PHONY : test
format:: test
@for file in `find xml/ -name '*.xml' -type f`; \
do xmlformat/xmlformat.pl --in-place --backup .bak \
--config-file xmlformat/xmlformat-ardour.conf $$file; \
done
.PHONY : format
clean::
@rm -rf $(OUTDIR)
@for file in `find xml/ -name '*.bak' -type f`; do \
rm $$file; done
.PHONY : clean
upload: html
cd tmp && tar cf - . | bzip2 > ../man.tar.bz2
scp man.tar.bz2 las@ardour.org:ardour.org
.PHONY : upload

View File

@ -1,17 +0,0 @@
<?xml version="1.0"?>
<!DOCTYPE catalog
PUBLIC "-//OASIS/DTD Entity Resolution XML Catalog V1.0//EN"
"http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
<rewriteSystem
systemIdStartString="/usr/share/sgml/docbook/"
rewritePrefix="/path/to/docbook/" />
</catalog>
<!--
see http://www.sagehill.net/docbookxsl/Catalogs.html
usage with xsltproc:
XML_CATALOG_FILES="catalog.xml" make html
-->

View File

@ -1,129 +0,0 @@
" Tim Mayberry's .vimrc mappings for use with DocBook 4.3. This has been
" revised from Vivek Venugopalan's .vimrc which was revised from Dan York's .vimrc
" Revised: August 23, 2006
" Used with vim 7.0
" email : mojofunk@gmail.com
" MAPPINGS
" Like the .vimrc file shown at http://www.vim.org/ I decided to
" start all my mappings with a comma. Since I do pretty much all
" my work in DocBook, I just started with the letter after the
" comma for a DB tag, rather than using something like 'd' to
" indicate it was a DB tag (i.e. ',dp' instead of ',p'). If you
" want to use other mappings, you may want to change this.
" My mappings are currently primarily for easy of entering DB
" tags. I haven't yet gotten into changing existing text with mappings.
" A side effect of using the comma for mappings is that when you type
" a comma in vim, it will now pause and wait for input. If you just hit
" the spacebar, you should see a regular old comma appear.
" Note: 'imap' = a mapping for 'insert' mode of vim
" All of these commands work ONLY when you are in Insert mode
" <CR> will put a line return in the file. This is purely my style of
" entering certain DocBook tags. You may wish to remove some.
" After typing the DocBook tag, many of these macros then switch to
" vim command mode, reposition the cursor to where I want it to be,
" and then re-inter insert mode. You may wish to change where it ends.
let mapleader = ","
" header and setup info for a book
imap<leader>dtbk <!DOCTYPE BOOK PUBLIC "-//OASIS//DTD DocBook V4.2//EN">
imap<leader>bk <book><CR><bookinfo><CR><title></title><CR><author><CR><firstname></firstname><CR><surname></surname><CR></author><CR><address><email></email></address><CR><copyright><CR><year></year><CR><holder></holder><CR></copyright><CR><revhistory><CR></revhistory><CR></bookinfo><CR><CR></book><esc>12k$bba
"Internal subset declaration
imap<leader>et <!ENTITY TODO-key "TODO-value"><CR>
imap<leader>rev <revision><CR><revnumber></revnumber><CR><date></date><CR><authorinitials></authorinitials><CR><revremark></revremark><CR></revision><esc>4k$bba
"header and setup info for an article.
imap<leader>dtart <!DOCTYPE ARTICLE PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
imap<leader>art <article><CR><title></title><CR><CR><artheader><CR><CR><author><CR><firstname></firstname><CR><surname></surname><CR><affiliation><CR><address><email></email></address></affiliation><CR></author><CR><CR><revhistory><CR></revhistory><CR><CR></artheader><CR><abstract><CR><indexterm><CR><primary></primary><CR></indexterm><CR><para><CR><para><CR></abstract><CR><CR></article><esc>16k$bba
"Paragraph formatting
imap<leader>p <para><CR></para><esc>k$a
" character formatting
imap<leader>em <emphasis></emphasis><esc>bba
imap<leader>es <emphasis role="strong"></emphasis><esc>bbla
"Special characters
imap<leader>> &gt;
imap<leader>< &lt;
" links
imap<leader>ul <ulink url=""></ulink><esc>bb3la
imap<leader>lk <link linkend=""></link><esc>bb3la
imap<leader>x <xref linkend=""/><esc>bla
" lists
" note that '<leader>l2' was created solely to fit into<leader>il and<leader>ol
imap<leader>li <listitem><CR><para><CR></para><CR></listitem><esc>kk$a
imap<leader>l2 <listitem><CR><para><CR></para><CR></listitem>
imap<leader>il <itemizedlist><CR><leader>l2<CR></itemizedlist><esc>kkk$a
imap<leader>ol <orderedlist><CR><leader>l2<CR></orderedlist><esc>kkk$a
imap<leader>ve <varlistentry><CR><term></term><CR><leader>l2<CR></varlistentry>
imap<leader>vl <variablelist><CR><title></title><CR><leader>ve<CR></variablelist>
" sections
imap<leader>sn <section id=""><CR><title></title><CR><para><CR></para><CR></section><esc>kkkk$bla
"imap<leader>s1 <sect1 id=""><CR><title></title><CR><para><CR></para><CR></sect1><esc>kkkk$bla
"imap<leader>s2 <sect2 id=""><CR><title></title><CR><para><CR></para><CR></sect2><esc>kkkk$bla
"imap<leader>s3 <sect3 id=""><CR><title></title><CR><para><CR></para><CR></sect3><esc>kkkk$bla
imap<leader>ch <chapter id=""><CR><title></title><CR><para><CR></para><CR></chapter><esc>kkkk$bla
" media related
imap<leader>fig <figure><CR><title></title><CR></figure><esc>k$bba
imap<leader>img <mediaobject><CR><imageobject><CR><imagedata fileref=""/><CR></imageobject><CR></mediaobject><esc>kk$bla
imap<leader>oi <objectinfo><CR></objectinfo><esc>k$a
" other objects
imap<leader>ti <title></title><esc>bba
imap<leader>fo <footnote><CR><para><CR></para><CR></footnote><esc>kk$a
imap<leader>sb <sidebar><CR><title></title><CR><para></para><CR></sidebar>
imap<leader>co <!-- --><esc>bhi
imap<leader>qt <blockquote><CR><attribution></attribution><CR><literallayout><CR></literallayout><CR></blockquote>
imap<leader>l <literal></literal><esc>bba
" glossary
imap<leader>ge <glossentry id=""><CR><glossterm></glossterm><CR><glossdef><CR><para><CR></para><CR></glossdef><CR></glossentry><esc>6k$bla
imap<leader>gt <glossterm linkend=""></glossterm><esc>bb3la
imap<leader>gs <glossseealso></glossseealso><esc>bba
" index
imap<leader>it <indexterm><CR><primary></primary><CR></indexterm><esc>k$bba
imap<leader>is <secondary></secondary><esc>bba
" admonitions
imap<leader>no <note><CR><para></para><CR></note><esc>k$bba
imap<leader>tp <tip><CR><para></para><CR></tip><esc>k$bba
imap<leader>imp <important><CR><para></para><CR></important><esc>k$bba
"imap<leader>ca <caution><CR><para></para><CR></caution><esc>k$bba
imap<leader>w <warning><CR><para></para><CR></warning><esc>k$bba
" computer stuff
imap<leader>app <application></application><esc>bba
imap<leader>cm <command></command><esc>bba
imap<leader>sc <screen><CR></screen><esc>k$a
imap<leader>fn <filename></filename><esc>bba
imap<leader>gb <guibutton></guibutton><esc>bba
imap<leader>gl <guilabel></guilabel><esc>bba
imap<leader>gm <guimenuitem></guimenuitem><esc>bba
imap<leader>mb <mousebutton></mousebutton><esc>bba
imap<leader>mc <menuchoice><guimenu></guimenu><guisubmenu></guisubmenu></menuchoice><esc>8ba
imap<leader>kc <keycombo><keycap></keycap><keycap></keycap></keycombo><esc>8ba
imap<leader>kk <keycap></keycap><esc>bba
imap<leader>row <row><CR><entry><CR></entry><CR></row><esc>kk$a
imap<leader>en <entry><CR></entry><esc>k$a
" examples
imap<leader>ex <example id=""><CR><title></title><CR></example><ESC>$kkba
"For preparing FAQs
imap<leader>faq <article class=faq><CR><title>Frequently asked questions</title><CR><CR><articleinfo><CR><CR><author><CR><firstname></firstname><CR><surname></surname><CR><affiliation><CR><address><email></email></address></affiliation><CR></author><CR><CR><revhistory><CR></revhistory><CR><CR></articleinfo><CR><abstract><CR><indexterm><CR><primary></primary><CR></indexterm><CR><para><CR><para><CR></abstract><CR><CR><qandaset><CR><qandadiv><CR><title></title><CR><qandaentry><CR><question><CR><para></para><CR></question><CR><answer><CR><para></para><CR></answer><CR></qandaentry><CR><qandadiv><CR><qandaset><CR><CR></article><esc>16k$bba
imap<leader>qd <qandaset><CR><qandadiv><CR><title></title><CR><qandaentry><CR><question><CR><para></para><CR></question><CR><answer><CR><para></para><CR></answer><CR></qandaentry><CR><qandadiv><esc>9k$bba
imap<leader>qa <qandaentry><CR><question><CR><para></para><CR></question><CR><answer><CR><para></para><CR></answer><CR></qandaentry><esc>5k$bba

View File

@ -1,208 +0,0 @@
body {
background-color: white;
margin:0 auto;
font-family: "Bitstream Vera Sans","Lucida Grande", "Luxi Sans", verdana, "Trebuchet MS", helvetica,verdana,arial,sans-serif;
font-size:9pt;
max-width:55em;
padding:2em;
color:#333;
line-height:150%;
}
/* Links */
/* these colors need work */
a:link {
color:#7f83a4;
}
/* This is too light */
a:visited {
color:#adabc8;
}
div.longdesc-link {
color:#999;
float:right;
}
/* Lists */
dt {
font-weight:bold;
}
dd {
margin:0em;
margin-left:2em;
padding-top:0em;
}
/* Images */
img {
display:block;
margin: 1.5em;
}
.screen {
background-color:#d5d1b9;
color:#333;
}
pre,code {
padding:.3em 1em;
font-size:0.9em;
font-family:"Bitstream vera mono",monospace;
}
pre {
display:block;
overflow:auto;
}
code {
white-space:nowrap;
background-color:#bbb;
color:#222;
}
.command,
.filename,
.literal,
.option {
font-weight:bold;
}
/* Admonitions */
div.note,
div.tip,
div.important,
div.caution,
div.warning {
background: #27272b url(images/admon-bg.png) top left repeat;
color:white;
padding:1.0em;
margin-bottom:1.5em;
}
div.note h2, div.note p,
div.tip h2,div.tip p,
div.caution h2,div.caution p,
div.warning h2,div.warning p,
div.important h2,div.important p {
padding:0em;
margin:0em;
padding-left:46px;
}
div.note .title,
div.tip .title,
div.important .title,
div.caution .title,
div.warning .title {
background-color:transparent;
background-position:top left;
background-repeat:no-repeat;
height:42px;
font-size:1.3em;
color: white;
}
div.note h2 {
background-image:url(images/tango-icons/note.png)
}
div.tip h2 {
background-image:url(images/tango-icons/tip.png)
}
div.caution h2 {
background-image:url(images/tango-icons/caution.png)
}
div.warning h2 {
background-image:url(images/tango-icons/warning.png)
}
div.important h2 {
background-image:url(images/tango-icons/important.png)
}
/* Tables */
table {
width:100%;
border-right:1px solid #aaa;
border-collapse:collapse;
border-top:1px solid #aaa;
border-left:1px solid #aaa;
border-bottom:1px solid #aaa;
}
table th {
padding:.2em .5em;
}
table td {
padding:.10em .5em;
}
table,td,th {
border-color:#777 !important;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
/* this color is too purpley */
color:#565690;
line-height:130%;
margin-top:0em;
font-family:"Luxi Sans","Bitstream Vera Sans","Lucida Grande","Trebuchet MS",helvetica,verdana,arial,sans-serif;
background-color:transparent;
}
h1 {
background: #555555 url(images/title-bg.png) top left repeat;
line-height:1.6em;
color:#eff3f0;
font-size:2em;
padding:1.5em;
}
h2 {
font-size:1.6em;
}
h3 {
font-size:1.1em;
padding-top:1em;
}
h5.formalpara {
font-size:1em;
margin-top:2em;
}
/* Status */
.ardour-draft {
background: white url(./images/watermark-draft.png) top left repeat;
}
/* remove table border from navigation...ugh */
.navheader table, .navheader table td {
border:0px none;
border-collapse:collapse;
}
.navfooter table, .navfooter table td {
border:0px none;
border-collapse:collapse;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 186 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

View File

@ -1,167 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://web.resource.org/cc/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="744.09448819"
height="1052.3622047"
id="svg2"
sodipodi:version="0.32"
inkscape:version="0.44.1"
sodipodi:docbase="/home/timbyr/devel/ardour/svn/trunk/manual"
sodipodi:docname="ardour-brand.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
gridtolerance="10000"
guidetolerance="10"
objecttolerance="10"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.50389632"
inkscape:cx="561.43067"
inkscape:cy="641.45043"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="898"
inkscape:window-height="619"
inkscape:window-x="113"
inkscape:window-y="25" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<text
xml:space="preserve"
style="font-size:78.99777222px;font-style:normal;font-weight:normal;fill:black;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
x="128.04803"
y="108.97908"
id="text1872"><tspan
sodipodi:role="line"
x="128.04803"
y="108.97908"
id="tspan2797">Ardour Style</tspan></text>
<text
xml:space="preserve"
style="font-size:53.98735046px;font-style:normal;font-weight:normal;fill:black;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
x="207.30774"
y="638.5484"
id="text1876"><tspan
sodipodi:role="line"
x="207.30774"
y="638.5484"
id="tspan1884">Color Palette</tspan></text>
<text
xml:space="preserve"
style="font-size:62.71745682px;font-style:normal;font-weight:normal;fill:black;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
x="280.23593"
y="235.28851"
id="text5438"><tspan
sodipodi:role="line"
id="tspan5440"
x="280.23593"
y="235.28851">Fonts?</tspan></text>
<rect
style="opacity:1;fill:black;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7.0999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect6347"
width="304.3186"
height="134.66357"
x="60"
y="677.36218" />
<rect
style="opacity:1;fill:#adabc8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7.0999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect2772"
width="50.002544"
height="51.012703"
x="269.99744"
y="721.30762" />
<rect
y="721.3111"
x="206.13791"
height="51.005806"
width="50.953224"
id="rect2770"
style="opacity:1;fill:#7f83a4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7.0999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<rect
y="721.30762"
x="143.22905"
height="51.012703"
width="50.002544"
id="rect2774"
style="opacity:1;fill:#565690;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7.0999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<rect
style="opacity:1;fill:#f3f3d2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7.0999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect5460"
width="49.692257"
height="51.275845"
x="79.999985"
y="721.17609" />
<rect
style="opacity:1;fill:#d5d1b9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7.0999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect2768"
width="325"
height="135"
x="365"
y="677.36218" />
<rect
style="opacity:1;fill:#555;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7.0999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect7236"
width="75.380852"
height="71.096375"
x="380"
y="711.26581" />
<rect
style="opacity:1;fill:#7f83a4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7.0999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect1888"
width="50.953224"
height="51.005806"
x="549.52209"
y="721.3111" />
<rect
y="721.30762"
x="609.99744"
height="51.012703"
width="50.002544"
id="rect4551"
style="opacity:1;fill:#adabc8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7.0999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<rect
style="opacity:1;fill:#565690;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7.0999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect3662"
width="50.002544"
height="51.012703"
x="489.99747"
y="721.30762" />
<text
xml:space="preserve"
style="font-size:77.09712982px;font-style:normal;font-weight:normal;fill:black;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
x="501.05905"
y="710.0827"
id="text2776"
transform="scale(1.105424,0.90463)"><tspan
sodipodi:role="line"
id="tspan2778"
x="501.05905"
y="710.0827">?</tspan></text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

View File

@ -1,782 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://web.resource.org/cc/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="744.09448819"
height="1052.3622047"
id="svg2"
sodipodi:version="0.32"
inkscape:version="0.45.1"
sodipodi:docbase="/home/timbyr/devel/ardour/git-svn/manual/images"
sodipodi:docname="mixerstrip.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixerstrip.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs4">
<marker
inkscape:stockid="TriangleOutL"
orient="auto"
refY="0.0"
refX="0.0"
id="TriangleOutL"
style="overflow:visible">
<path
id="path3246"
d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z "
style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none"
transform="scale(0.8)" />
</marker>
<marker
inkscape:stockid="Arrow2Mend"
orient="auto"
refY="0.0"
refX="0.0"
id="Arrow2Mend"
style="overflow:visible;">
<path
id="path3175"
style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
transform="scale(0.6) rotate(180) translate(0,0)" />
</marker>
<marker
inkscape:stockid="Arrow1Mend"
orient="auto"
refY="0.0"
refX="0.0"
id="Arrow1Mend"
style="overflow:visible;">
<path
id="path3157"
d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;"
transform="scale(0.4) rotate(180) translate(10,0)" />
</marker>
<marker
inkscape:stockid="TriangleOutS"
orient="auto"
refY="0.0"
refX="0.0"
id="TriangleOutS"
style="overflow:visible">
<path
id="path3252"
d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z "
style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none"
transform="scale(0.2)" />
</marker>
<marker
inkscape:stockid="TriangleOutM"
orient="auto"
refY="0.0"
refX="0.0"
id="TriangleOutM"
style="overflow:visible">
<path
id="path3249"
d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z "
style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none"
transform="scale(0.4)" />
</marker>
<marker
inkscape:stockid="Arrow2Lend"
orient="auto"
refY="0.0"
refX="0.0"
id="Arrow2Lend"
style="overflow:visible;">
<path
id="path3169"
style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
transform="scale(1.1) rotate(180) translate(1,0)" />
</marker>
<marker
inkscape:stockid="Arrow1Lend"
orient="auto"
refY="0.0"
refX="0.0"
id="Arrow1Lend"
style="overflow:visible;">
<path
id="path3151"
d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;"
transform="scale(0.8) rotate(180) translate(12.5,0)" />
</marker>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
gridtolerance="10000"
guidetolerance="10"
objecttolerance="10"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.5"
inkscape:cx="251.04735"
inkscape:cy="490.64618"
inkscape:document-units="px"
inkscape:current-layer="layer1"
inkscape:window-width="1280"
inkscape:window-height="949"
inkscape:window-x="0"
inkscape:window-y="25"
showguides="true"
inkscape:guide-bbox="true">
<sodipodi:guide
orientation="horizontal"
position="912.14285"
id="guide4524" />
<sodipodi:guide
orientation="vertical"
position="252.03306"
id="guide4526" />
<sodipodi:guide
orientation="vertical"
position="247.41071"
id="guide4528" />
<sodipodi:guide
orientation="vertical"
position="439.41635"
id="guide4530" />
<sodipodi:guide
orientation="vertical"
position="443.96204"
id="guide4532" />
<sodipodi:guide
orientation="vertical"
position="400.86325"
id="guide7489" />
<sodipodi:guide
orientation="horizontal"
position="695.875"
id="guide3194" />
<sodipodi:guide
orientation="horizontal"
position="672"
id="guide3196" />
<sodipodi:guide
orientation="horizontal"
position="550"
id="guide3202" />
<sodipodi:guide
orientation="horizontal"
position="549.125"
id="guide3210" />
<sodipodi:guide
orientation="horizontal"
position="320.31937"
id="guide3228" />
<sodipodi:guide
orientation="horizontal"
position="382.72155"
id="guide3230" />
<sodipodi:guide
orientation="horizontal"
position="408.00061"
id="guide3232" />
<sodipodi:guide
orientation="horizontal"
position="407.10938"
id="guide3240" />
<sodipodi:guide
orientation="horizontal"
position="381.84375"
id="guide3248" />
<sodipodi:guide
orientation="horizontal"
position="242"
id="guide3256" />
<sodipodi:guide
orientation="horizontal"
position="241.09375"
id="guide3266" />
<sodipodi:guide
orientation="horizontal"
position="194.03452"
id="guide3268" />
<sodipodi:guide
orientation="horizontal"
position="193.15625"
id="guide3276" />
<sodipodi:guide
orientation="horizontal"
position="216.37468"
id="guide3284" />
<sodipodi:guide
orientation="horizontal"
position="172.53405"
id="guide4261" />
<sodipodi:guide
orientation="horizontal"
position="171.64063"
id="guide4269" />
<sodipodi:guide
orientation="horizontal"
position="155.5"
id="guide4271" />
<sodipodi:guide
orientation="horizontal"
position="154.60938"
id="guide4279" />
</sodipodi:namedview>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<image
y="163.547"
x="307.78079"
id="mixerstrip"
height="742"
width="76"
sodipodi:absref="/home/timbyr/devel/ardour/git-svn/manual/images/mixerstrip.png"
xlink:href="mixerstrip.png"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.79999995;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 252.07537,195.29207 C 299.3579,195.29207 305.19976,195.41834 305.19976,195.41834"
id="path3143"
sodipodi:nodetypes="cc"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
<text
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
x="95.848213"
y="196.17967"
id="text3355"
sodipodi:linespacing="125%"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"><tspan
sodipodi:role="line"
id="tspan3357"
x="95.848213"
y="196.17967">Track Name Button</tspan></text>
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.79999995;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 252.06375,140.22618 L 305.52738,164.46594"
id="path3359"
sodipodi:nodetypes="cc"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
<text
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
x="52.191956"
y="140.24675"
id="text4514"
sodipodi:linespacing="125%"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"><tspan
sodipodi:role="line"
id="tspan4516"
x="52.191956"
y="140.24675">Mixer Strip Width Button</tspan></text>
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.79999995;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 439.4413,140.26886 C 439.4413,140.26886 385.90316,164.51122 385.90316,164.51122"
id="path4518"
sodipodi:nodetypes="cc"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
<text
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
x="442.39172"
y="140.2525"
id="text4520"
sodipodi:linespacing="125%"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"><tspan
sodipodi:role="line"
id="tspan4522"
x="442.39172"
y="140.2525">Hide Mixer Strip Button</tspan></text>
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.79999995;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 439.41635,214.16307 C 385,214.52021 385,214.52021 385,214.52021"
id="path4554"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
<text
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
x="442.39172"
y="215.08607"
id="text6506"
sodipodi:linespacing="125%"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"><tspan
sodipodi:role="line"
id="tspan6508"
x="442.39172"
y="215.08607">Input Selector Button</tspan></text>
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.79999995;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 252.04918,231.63954 C 305.41472,231.57641 305.47786,231.57641 305.47786,231.57641"
id="path6510"
sodipodi:nodetypes="cc"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
<text
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
x="75.191963"
y="232.52437"
id="text7481"
sodipodi:linespacing="125%"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"><tspan
sodipodi:role="line"
id="tspan7483"
x="75.191963"
y="232.52437">Record Enable Button</tspan></text>
<g
id="g8474"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
transform="matrix(0.9099338,0,0,0.9099338,37.274301,26.573076)">
<path
sodipodi:nodetypes="cccc"
id="rect7500"
d="M 388.29275,239.99606 L 398.6,239.99606 L 398.6,349.74606 L 388.29275,349.74606"
style="opacity:0.9837838;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.97816575;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
id="path8472"
d="M 399.5,294.86219 C 439.41635,294.36219 439.41635,294.36219 439.41635,294.36219"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.97816575;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<text
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
x="442.39172"
y="295.34241"
id="text8478"
sodipodi:linespacing="125%"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"><tspan
sodipodi:role="line"
id="tspan8480"
x="442.39172"
y="295.34241">Pre Fader Redirect List</tspan></text>
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.79999983;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 252.03306,283.75229 C 304.89602,283.75229 305.43813,283.75229 305.43813,283.75229"
id="path8486"
sodipodi:nodetypes="cc"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
<text
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
x="133.33258"
y="284.47614"
id="text8488"
sodipodi:linespacing="125%"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"><tspan
sodipodi:role="line"
id="tspan8490"
x="133.33258"
y="284.47614">Inactive Insert</tspan></text>
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.79999995;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 252.03306,356.51442 C 305.47013,356.51442 305.47013,356.51442 305.47013,356.51442"
id="path8492"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
<text
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
x="150.03571"
y="357.41272"
id="text8494"
sodipodi:linespacing="125%"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"><tspan
sodipodi:role="line"
id="tspan8496"
x="150.03571"
y="357.41272">Mute Button</tspan></text>
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.79999995;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 439.41635,356.46178 L 386.16869,356.46178"
id="path8498"
sodipodi:nodetypes="cc"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
<text
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
x="442.90735"
y="357.13562"
id="text9469"
sodipodi:linespacing="125%"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"><tspan
sodipodi:role="line"
id="tspan9471"
x="442.90735"
y="357.13562">Solo Button</tspan></text>
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.79999995;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 252.03081,380.36296 C 256.27345,380.36296 305.58443,380.36595 305.58443,380.36595"
id="path2215"
sodipodi:nodetypes="cc"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
<text
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
x="112.13907"
y="380.45605"
id="text3188"
sodipodi:linespacing="125%"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"><tspan
sodipodi:role="line"
id="tspan3190"
x="112.13907"
y="380.45605">Volume Indicator</tspan></text>
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.79999995;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 439.42149,380.36349 C 431.15849,380.36349 386.17678,380.35958 386.17678,380.35958"
id="path3192"
sodipodi:nodetypes="cc"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
<text
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
x="442.43591"
y="381.28467"
id="text3198"
sodipodi:linespacing="125%"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"><tspan
sodipodi:role="line"
id="tspan3200"
x="442.43591"
y="381.28467">Peak Indicator</tspan></text>
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.8;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none;marker-end:url(#Arrow2Mend)"
d="M 252.03306,502.36218 C 258.13389,502.36218 305.35964,502.36218 305.35964,502.36218"
id="path3204"
sodipodi:nodetypes="cc"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
<text
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
x="138.74762"
y="503.02859"
id="text3206"
sodipodi:linespacing="125%"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"><tspan
sodipodi:role="line"
id="tspan3208"
x="138.74762"
y="503.02859">Volume Fader</tspan></text>
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.8;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none;marker-end:url(#Arrow2Mend)"
d="M 439.43293,502.33913 C 436.97346,502.33913 386.1778,502.34561 386.1778,502.34561"
id="path3212"
sodipodi:nodetypes="cc"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
<text
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
x="443.83704"
y="503.01062"
id="text3214"
sodipodi:linespacing="125%"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"><tspan
sodipodi:role="line"
id="tspan3216"
x="443.83704"
y="503.01062">Level Meters</tspan></text>
<g
id="g3218"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"
transform="matrix(0.9099338,0,0,0.9099338,37.31688,463.29904)">
<path
sodipodi:nodetypes="cccc"
id="path3220"
d="M 388.29275,239.99606 L 398.6,239.99606 L 398.6,349.74606 L 388.29275,349.74606"
style="opacity:0.9837838;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.97816575;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
id="path3222"
d="M 399.5,294.86219 C 439.41635,294.36219 439.41635,294.36219 439.41635,294.36219"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.97816575;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<text
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
x="442.39172"
y="732.06836"
id="text3224"
sodipodi:linespacing="125%"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"><tspan
sodipodi:role="line"
id="tspan3226"
x="442.39172"
y="732.06836">Post Fader Redirect List</tspan></text>
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.8;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none;marker-end:url(#Arrow2Mend)"
d="M 252.03306,644.36157 C 305.11658,644.36157 305.36658,644.36157 305.36658,644.36157"
id="path3234"
sodipodi:nodetypes="cc"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
<text
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
x="-0.99554002"
y="645.2641"
id="text3236"
sodipodi:linespacing="125%"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"><tspan
sodipodi:role="line"
id="tspan3238"
x="-0.99554002"
y="645.2641">Fader Automation Mode Button</tspan></text>
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.8;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none;marker-end:url(#Arrow2Mend)"
d="M 252.03306,669.64063 C 254.41784,669.64063 305.38174,669.66273 305.38174,669.66273"
id="path3242"
sodipodi:nodetypes="cc"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
<text
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
x="141.34821"
y="670.51996"
id="text3244"
sodipodi:linespacing="125%"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"><tspan
sodipodi:role="line"
id="tspan3246"
x="141.34821"
y="670.51996">Group Button</tspan></text>
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.8;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none;marker-end:url(#Arrow2Mend)"
d="M 439.41635,669.64063 C 437.84384,669.64063 385.25,669.64063 385.25,669.64063"
id="path3250"
sodipodi:nodetypes="cc"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
<text
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
x="442.39172"
y="670.52539"
id="text3252"
sodipodi:linespacing="125%"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"><tspan
sodipodi:role="line"
id="tspan3254"
x="442.39172"
y="670.52539">Metering Point Button </tspan></text>
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.8;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none;marker-end:url(#Arrow2Mend)"
d="M 252.03306,810.36218 C 252.77065,810.36218 305.39063,810.3778 305.39063,810.3778"
id="path3258"
sodipodi:nodetypes="cc"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
<text
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
x="160.22836"
y="811.04187"
id="text3262"
sodipodi:linespacing="125%"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"><tspan
sodipodi:role="line"
id="tspan3264"
x="160.22836"
y="811.04187">Pan Sliders</tspan></text>
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.79999995;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 252.03306,858.31677 C 254.14072,858.31677 305.38175,858.36096 305.38175,858.36096"
id="path3270"
sodipodi:nodetypes="cc"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
<text
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
x="123.25446"
y="859.20068"
id="text3272"
sodipodi:linespacing="125%"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"><tspan
sodipodi:role="line"
id="tspan3274"
x="123.25446"
y="859.20068">Pan Link Button</tspan></text>
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.79999995;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 439.41635,858.31677 L 386.15625,858.31677"
id="path3278"
sodipodi:nodetypes="cc"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
<text
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
x="442.39172"
y="858.96802"
id="text3280"
sodipodi:linespacing="125%"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"><tspan
sodipodi:role="line"
id="tspan3282"
x="442.39172"
y="858.96802">Pan Automation Mode Button</tspan></text>
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.8;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none;marker-end:url(#Arrow2Mend)"
d="M 439.37216,835.09951 C 395.1459,836.5971 359.86719,852.63883 359.86719,852.63883"
id="path3286"
sodipodi:nodetypes="cc"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
<text
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
x="442.39172"
y="835.76093"
id="text4257"
sodipodi:linespacing="125%"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"><tspan
sodipodi:role="line"
id="tspan4259"
x="442.39172"
y="835.76093">Pan Link Direction Button</tspan></text>
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.79999995;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 252.03172,879.825 C 272.81718,879.825 305.39035,879.8587 305.39035,879.8587"
id="path4263"
sodipodi:nodetypes="cc"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
<text
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
x="63.660709"
y="880.73438"
id="text4265"
sodipodi:linespacing="125%"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"><tspan
sodipodi:role="line"
id="tspan4267"
x="63.660709"
y="880.73438">Output Selector Button</tspan></text>
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.8;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none;marker-end:url(#Arrow2Mend)"
d="M 439.41635,896.86218 C 436.84951,896.86218 386.18793,896.8677 386.18793,896.8677"
id="path4273"
sodipodi:nodetypes="cc"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
<text
xml:space="preserve"
style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
x="443.0636"
y="897.52625"
id="text4275"
sodipodi:linespacing="125%"
inkscape:export-filename="/home/timbyr/devel/ardour/git-svn/manual/images/mixer_strip_diagram.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96"><tspan
sodipodi:role="line"
id="tspan4277"
x="443.0636"
y="897.52625">Comments Button</tspan></text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 334 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

View File

@ -1,67 +0,0 @@
Creative Commons Attribution-ShareAlike 2.5 License Agreement
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.
License
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.
1. Definitions
1. "Collective Work" means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.
2. "Derivative Work" means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered a Derivative Work for the purpose of this License.
3. "Licensor" means the individual or entity that offers the Work under the terms of this License.
4. "Original Author" means the individual or entity who created the Work.
5. "Work" means the copyrightable work of authorship offered under the terms of this License.
6. "You" means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.
7. "License Elements" means the following high-level license attributes as selected by Licensor and indicated in the title of this License: Attribution, ShareAlike.
2. Fair Use Rights. Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws.
3. License Grant. Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below:
1. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;
2. to create and reproduce Derivative Works;
3. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;
4. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.
5.
For the avoidance of doubt, where the work is a musical composition:
1. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.
2. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights society or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work ("cover version") and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).
6. Webcasting Rights and Statutory Royalties. For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.
4. Restrictions.The license granted in Section 3 above is expressly made subject to and limited by the following restrictions:
1. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients' exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(c), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(c), as requested.
2. You may distribute, publicly display, publicly perform, or publicly digitally perform a Derivative Work only under the terms of this License, a later version of this License with the same License Elements as this License, or a Creative Commons iCommons license that contains the same License Elements as this License (e.g. Attribution-ShareAlike 2.5 Japan). You must include a copy of, or the Uniform Resource Identifier for, this License or other license specified in the previous sentence with every copy or phonorecord of each Derivative Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Derivative Works that alter or restrict the terms of this License or the recipients' exercise of the rights granted hereunder, and You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Derivative Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Derivative Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Derivative Work itself to be made subject to the terms of this License.
3. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor's copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.
5. Representations, Warranties and Disclaimer
UNLESS OTHERWISE AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE MATERIALS, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
7. Termination
1. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.
2. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.
8. Miscellaneous
1. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.
2. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.
3. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
4. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.
5. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor.
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark "Creative Commons" or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons' then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time.
Creative Commons may be contacted at http://creativecommons.org/.

View File

@ -1,552 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://web.resource.org/cc/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
inkscape:export-ydpi="90.000000"
inkscape:export-xdpi="90.000000"
inkscape:export-filename="/home/jimmac/Desktop/wi-fi.png"
width="48px"
height="48px"
id="svg11300"
sodipodi:version="0.32"
inkscape:version="0.43+devel"
sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/apps"
sodipodi:docname="accessories-text-editor.svg">
<defs
id="defs3">
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060"
id="radialGradient6719"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
cx="605.71429"
cy="486.64789"
fx="605.71429"
fy="486.64789"
r="117.14286" />
<linearGradient
inkscape:collect="always"
id="linearGradient5060">
<stop
style="stop-color:black;stop-opacity:1;"
offset="0"
id="stop5062" />
<stop
style="stop-color:black;stop-opacity:0;"
offset="1"
id="stop5064" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060"
id="radialGradient6717"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
cx="605.71429"
cy="486.64789"
fx="605.71429"
fy="486.64789"
r="117.14286" />
<linearGradient
id="linearGradient5048">
<stop
style="stop-color:black;stop-opacity:0;"
offset="0"
id="stop5050" />
<stop
id="stop5056"
offset="0.5"
style="stop-color:black;stop-opacity:1;" />
<stop
style="stop-color:black;stop-opacity:0;"
offset="1"
id="stop5052" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5048"
id="linearGradient6715"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
x1="302.85715"
y1="366.64789"
x2="302.85715"
y2="609.50507" />
<linearGradient
id="linearGradient2994">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop2996" />
<stop
style="stop-color:#c9c9c9;stop-opacity:1;"
offset="1"
id="stop2998" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient2984">
<stop
style="stop-color:#e7e2b8;stop-opacity:1;"
offset="0"
id="stop2986" />
<stop
style="stop-color:#e7e2b8;stop-opacity:0;"
offset="1"
id="stop2988" />
</linearGradient>
<linearGradient
id="linearGradient2974">
<stop
style="stop-color:#c1c1c1;stop-opacity:1;"
offset="0"
id="stop2976" />
<stop
style="stop-color:#acacac;stop-opacity:1;"
offset="1"
id="stop2978" />
</linearGradient>
<linearGradient
id="linearGradient2966">
<stop
style="stop-color:#ffd1d1;stop-opacity:1;"
offset="0"
id="stop2968" />
<stop
id="stop3006"
offset="0.5"
style="stop-color:#ff1d1d;stop-opacity:1;" />
<stop
style="stop-color:#6f0000;stop-opacity:1;"
offset="1"
id="stop2970" />
</linearGradient>
<linearGradient
id="linearGradient2919">
<stop
style="stop-color:#a3a4a0;stop-opacity:1;"
offset="0"
id="stop2921" />
<stop
style="stop-color:#888a85;stop-opacity:1;"
offset="1"
id="stop2923" />
</linearGradient>
<linearGradient
id="linearGradient2873">
<stop
style="stop-color:#939393;stop-opacity:1;"
offset="0"
id="stop2875" />
<stop
style="stop-color:#424242;stop-opacity:1;"
offset="1"
id="stop2877" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient2865">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop2867" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop2869" />
</linearGradient>
<linearGradient
id="linearGradient2855">
<stop
style="stop-color:#dfdfdf;stop-opacity:1;"
offset="0"
id="stop2857" />
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="1"
id="stop2859" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2855"
id="linearGradient2861"
x1="21.043484"
y1="42.83337"
x2="14.283642"
y2="6.8333683"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.137871,0.000000,0.000000,1.000000,-2.660884,0.000000)" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient2865"
id="radialGradient2871"
cx="23.5625"
cy="40.4375"
fx="23.5625"
fy="40.4375"
r="19.5625"
gradientTransform="matrix(1.000000,0.000000,0.000000,0.348243,0.000000,26.35543)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2873"
id="linearGradient2879"
x1="26.612417"
y1="28.083368"
x2="26.228401"
y2="42.83337"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2919"
id="linearGradient2925"
x1="6"
y1="7.5624999"
x2="40.984375"
y2="7.5624999"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2966"
id="linearGradient2972"
x1="48.90625"
y1="17.376184"
x2="50.988335"
y2="22.250591"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-5.669292,0.000000)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2974"
id="linearGradient2980"
x1="46"
y1="19.8125"
x2="47.6875"
y2="22.625"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-5.669292,0.000000)" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient2984"
id="radialGradient2990"
cx="29.053354"
cy="27.640751"
fx="29.053354"
fy="27.640751"
r="3.2408544"
gradientTransform="matrix(2.923565,-3.911409e-24,2.471769e-23,2.029717,-61.55532,-27.88417)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2994"
id="linearGradient3000"
x1="25.71875"
y1="31.046875"
x2="25.514589"
y2="30.703125"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-5.825542,0.125000)" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient2865"
id="radialGradient3010"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.000000,0.000000,0.000000,0.348243,1.439818e-16,26.35543)"
cx="23.5625"
cy="40.4375"
fx="23.5625"
fy="40.4375"
r="19.5625" />
</defs>
<sodipodi:namedview
stroke="#c4a000"
fill="#edd400"
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="0.25490196"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="14.928934"
inkscape:cy="7.6822472"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:showpageshadow="false"
inkscape:window-width="872"
inkscape:window-height="659"
inkscape:window-x="195"
inkscape:window-y="221" />
<metadata
id="metadata4">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:creator>
<cc:Agent>
<dc:title>Jakub Steiner</dc:title>
</cc:Agent>
</dc:creator>
<dc:source>http://jimmac.musichall.cz</dc:source>
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
<dc:title>Text Editor</dc:title>
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Attribution" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer">
<g
transform="matrix(2.417561e-2,0,0,2.086758e-2,45.12765,40.1536)"
id="g6707">
<rect
style="opacity:0.40206185;color:black;fill:url(#linearGradient6715);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
id="rect6709"
width="1339.6335"
height="478.35718"
x="-1559.2523"
y="-150.69685" />
<path
style="opacity:0.40206185;color:black;fill:url(#radialGradient6717);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z "
id="path6711"
sodipodi:nodetypes="cccc" />
<path
sodipodi:nodetypes="cccc"
id="path6713"
d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z "
style="opacity:0.40206185;color:black;fill:url(#radialGradient6719);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
</g>
<path
style="color:#000000;fill:url(#linearGradient2861);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2879);stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
d="M 7.1638699,4.5063726 L 39.813122,4.5063726 C 40.575699,4.5063726 41.189615,5.0388241 41.189615,5.7002099 C 41.189615,5.7002099 43.590945,39.868907 43.590945,39.868907 C 43.590945,39.868907 43.603403,42.216529 43.603403,42.216529 C 43.603403,42.877915 42.989488,43.410366 42.226911,43.410366 L 4.750081,43.410366 C 3.9875042,43.410366 3.3735887,42.877915 3.3735887,42.216529 L 3.3624173,40.049613 L 5.7873775,5.7002099 C 5.7873775,5.0388241 6.4012931,4.5063726 7.1638699,4.5063726 z "
id="rect1975"
sodipodi:nodetypes="ccccccccccc" />
<path
transform="matrix(0.616613,0.000000,0.000000,0.440367,10.61425,13.94266)"
d="M 43.125 40.4375 A 19.5625 6.8125 0 1 1 4,40.4375 A 19.5625 6.8125 0 1 1 43.125 40.4375 z"
sodipodi:ry="6.8125"
sodipodi:rx="19.5625"
sodipodi:cy="40.4375"
sodipodi:cx="23.5625"
id="path3008"
style="opacity:0.31578944;color:#000000;fill:url(#radialGradient3010);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
sodipodi:type="arc" />
<rect
style="opacity:1;color:#000000;fill:#a4a4a4;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
id="rect2851"
width="39.048077"
height="3.0714951"
x="3.9770372"
y="39.868271"
rx="0.67937863"
ry="0.67937863" />
<path
style="opacity:1;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
d="M 3.9267507,40.442796 C 3.9267507,40.442796 4.0776125,39.912466 4.6307727,39.868272 L 42.195375,39.868272 C 42.949684,39.868272 42.999971,40.619573 42.999971,40.619573 C 42.999971,40.619573 43.02357,39 41.7161,39 L 5.3042159,39 C 4.2984702,39.088388 3.9267507,39.779883 3.9267507,40.442796 z "
id="path2853"
sodipodi:nodetypes="ccccccc" />
<path
style="opacity:1;color:#000000;fill:url(#linearGradient2925);fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
d="M 6.25,5.7343749 L 6,10.125 C 6,10.125 6.3125,8.9999999 7,8.9999999 L 40.125,8.9999999 C 40.828125,8.9843749 40.859375,9.3124999 40.984375,9.8281249 C 40.984375,9.8281249 40.734375,5.9531249 40.734375,5.9531249 C 40.703125,5.4062499 40.515625,4.9999999 39.953125,4.9999999 L 7.0625,4.9999999 C 6.609375,4.9999999 6.296875,5.3437499 6.25,5.7343749 z "
id="path2915"
sodipodi:nodetypes="ccccccccc" />
<path
sodipodi:nodetypes="ccccccccccc"
id="path2917"
d="M 7.8126474,5.5404503 L 38.944983,5.5404503 C 39.66702,5.5404503 40.2483,5.3883462 40.2483,6.014572 C 40.2483,6.014572 42.521973,39.023077 42.521973,39.023077 C 42.521973,39.023077 42.622156,41.732033 42.622156,41.732033 C 42.622156,42.358259 42.48282,42.376269 41.760782,42.376269 L 4.8620444,42.376269 C 4.4493662,42.376269 4.4426114,42.269871 4.4426114,41.864615 L 4.4320338,39.194177 L 6.7280807,6.045822 C 6.7280807,5.4195962 7.09061,5.5404503 7.8126474,5.5404503 z "
style="color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999946;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;opacity:0.43859649" />
<g
id="g2950">
<rect
ry="1"
rx="1"
y="2.5"
x="8.5"
height="5"
width="2"
id="rect2899"
style="opacity:1;color:#000000;fill:#fce94f;fill-opacity:1;fill-rule:evenodd;stroke:#886f00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<rect
style="opacity:1;color:#000000;fill:#fce94f;fill-opacity:1;fill-rule:evenodd;stroke:#886f00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
id="rect2901"
width="2"
height="5"
x="12.5"
y="2.5"
rx="1"
ry="1" />
<rect
ry="1"
rx="1"
y="2.5"
x="16.5"
height="5"
width="2"
id="rect2903"
style="opacity:1;color:#000000;fill:#fce94f;fill-opacity:1;fill-rule:evenodd;stroke:#886f00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<rect
style="opacity:1;color:#000000;fill:#fce94f;fill-opacity:1;fill-rule:evenodd;stroke:#886f00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
id="rect2905"
width="2"
height="5"
x="20.5"
y="2.5"
rx="1"
ry="1" />
<rect
ry="1"
rx="1"
y="2.5"
x="24.5"
height="5"
width="2"
id="rect2907"
style="opacity:1;color:#000000;fill:#fce94f;fill-opacity:1;fill-rule:evenodd;stroke:#886f00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<rect
style="opacity:1;color:#000000;fill:#fce94f;fill-opacity:1;fill-rule:evenodd;stroke:#886f00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
id="rect2909"
width="2"
height="5"
x="28.5"
y="2.5"
rx="1"
ry="1" />
<rect
ry="1"
rx="1"
y="2.5"
x="32.5"
height="5"
width="2"
id="rect2911"
style="opacity:1;color:#000000;fill:#fce94f;fill-opacity:1;fill-rule:evenodd;stroke:#886f00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<rect
style="opacity:1;color:#000000;fill:#fce94f;fill-opacity:1;fill-rule:evenodd;stroke:#886f00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
id="rect2913"
width="2"
height="5"
x="36.5"
y="2.5"
rx="1"
ry="1" />
</g>
<g
id="g2941">
<rect
y="12"
x="9"
height="1"
width="29"
id="rect2927"
style="opacity:0.28070175;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<rect
style="opacity:0.28070176;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
id="rect2929"
width="29"
height="1"
x="9"
y="14.981792" />
<rect
y="18.003939"
x="9"
height="1"
width="13"
id="rect2931"
style="opacity:0.28070176;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<rect
style="opacity:0.28070176;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
id="rect2933"
width="29"
height="1"
x="9"
y="22.985731" />
<rect
y="26.007877"
x="9"
height="1"
width="29"
id="rect2935"
style="opacity:0.28070176;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<rect
style="opacity:0.28070176;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
id="rect2937"
width="29"
height="1"
x="9"
y="29.030024" />
<rect
y="32.05217"
x="9"
height="1"
width="8"
id="rect2939"
style="opacity:0.28070176;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
</g>
<path
style="opacity:1;color:#000000;fill:#cb9022;fill-opacity:1;fill-rule:evenodd;stroke:#5c410c;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
d="M 17.34116,32.5 L 22.96616,26.875 L 43.059909,17.125 C 46.309909,15.875 48.247409,20.5 45.372409,22.125 L 25.34116,31.5 L 17.34116,32.5 z "
id="path2960"
sodipodi:nodetypes="cccccc" />
<path
sodipodi:nodetypes="czcczcc"
id="path2964"
d="M 38.330708,20 C 38.330708,20 39.768208,20.09375 40.330708,21.34375 C 40.910201,22.631511 40.330708,24 40.330708,24 L 45.361958,21.53125 C 45.361958,21.53125 46.81399,20.649883 46.018208,18.6875 C 45.233296,16.751923 43.330708,17.53125 43.330708,17.53125 L 38.330708,20 z "
style="opacity:1;color:#000000;fill:url(#linearGradient2972);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
<path
style="opacity:1;color:#000000;fill:url(#linearGradient2980);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
d="M 38.330708,20 C 38.330708,20 39.768208,20.09375 40.330708,21.34375 C 40.910201,22.631511 40.330708,24 40.330708,24 L 42.330708,23 C 42.330708,23 43.15774,21.681133 42.549458,20.3125 C 41.924458,18.90625 40.330708,19 40.330708,19 L 38.330708,20 z "
id="path2962"
sodipodi:nodetypes="czcczcc" />
<path
style="opacity:1;color:#000000;fill:url(#radialGradient2990);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
d="M 18.768208,31.78125 L 23.268208,27.28125 C 24.768208,28.09375 25.549458,29.4375 25.143208,31 L 18.768208,31.78125 z "
id="path2982"
sodipodi:nodetypes="cccc" />
<path
style="opacity:1;color:#000000;fill:url(#linearGradient3000);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
d="M 20.111958,30.375 L 18.486958,31.96875 L 20.830708,31.65625 C 21.049458,30.9375 20.643208,30.59375 20.111958,30.375 z "
id="path2992"
sodipodi:nodetypes="cccc" />
<path
style="opacity:1;color:#000000;fill:#ffffff;fill-opacity:0.36363639;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
d="M 23.268208,27.25 L 24.830708,28.5 L 40.218048,21.18133 C 39.773616,20.325286 38.976281,20.096733 38.314669,20.019068 L 23.268208,27.25 z "
id="path3002"
sodipodi:nodetypes="ccccc" />
<path
style="opacity:1;color:#000000;fill:#000000;fill-opacity:0.36363639;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
d="M 25.143208,31.0625 L 25.330708,30.3125 L 40.561798,23.1829 C 40.561798,23.1829 40.451638,23.796527 40.345919,23.93225 L 25.143208,31.0625 z "
id="path3004"
sodipodi:nodetypes="ccccc" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 28 KiB

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 44 KiB

View File

@ -1,359 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://web.resource.org/cc/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="48px"
height="48px"
id="svg1377"
sodipodi:version="0.32"
inkscape:version="0.43+devel"
sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/status"
sodipodi:docname="dialog-warning.svg">
<defs
id="defs1379">
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060"
id="radialGradient6719"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
cx="605.71429"
cy="486.64789"
fx="605.71429"
fy="486.64789"
r="117.14286" />
<linearGradient
inkscape:collect="always"
id="linearGradient5060">
<stop
style="stop-color:black;stop-opacity:1;"
offset="0"
id="stop5062" />
<stop
style="stop-color:black;stop-opacity:0;"
offset="1"
id="stop5064" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060"
id="radialGradient6717"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
cx="605.71429"
cy="486.64789"
fx="605.71429"
fy="486.64789"
r="117.14286" />
<linearGradient
id="linearGradient5048">
<stop
style="stop-color:black;stop-opacity:0;"
offset="0"
id="stop5050" />
<stop
id="stop5056"
offset="0.5"
style="stop-color:black;stop-opacity:1;" />
<stop
style="stop-color:black;stop-opacity:0;"
offset="1"
id="stop5052" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5048"
id="linearGradient6715"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
x1="302.85715"
y1="366.64789"
x2="302.85715"
y2="609.50507" />
<linearGradient
y2="56.0523"
x2="47.3197"
y1="11.1133"
x1="4.1914"
gradientUnits="userSpaceOnUse"
id="aigrd1">
<stop
id="stop6490"
style="stop-color:#D4D4D4"
offset="0" />
<stop
id="stop6492"
style="stop-color:#E2E2E2"
offset="0.3982" />
<stop
id="stop6494"
style="stop-color:#FFFFFF"
offset="1" />
</linearGradient>
<linearGradient
y2="56.0523"
x2="47.3197"
y1="11.1133"
x1="4.1914"
gradientUnits="userSpaceOnUse"
id="linearGradient7451"
xlink:href="#aigrd1"
inkscape:collect="always" />
<linearGradient
id="linearGradient4126"
inkscape:collect="always">
<stop
id="stop4128"
offset="0"
style="stop-color:#000000;stop-opacity:1;" />
<stop
id="stop4130"
offset="1"
style="stop-color:#000000;stop-opacity:0;" />
</linearGradient>
<radialGradient
r="17.142857"
fy="40.000000"
fx="23.857143"
cy="40.000000"
cx="23.857143"
gradientTransform="matrix(1,0,0,0.5,2.139286e-14,20)"
gradientUnits="userSpaceOnUse"
id="radialGradient7449"
xlink:href="#linearGradient4126"
inkscape:collect="always" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6525"
id="linearGradient5250"
x1="8.5469341"
y1="30.281681"
x2="30.85088"
y2="48.301884"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.899009,0,0,0.934235,1.875108,1.193645)" />
<linearGradient
inkscape:collect="always"
xlink:href="#aigrd1"
id="linearGradient3922"
gradientUnits="userSpaceOnUse"
x1="4.1914"
y1="11.1133"
x2="47.3197"
y2="56.0523" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6525"
id="linearGradient3924"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.899009,0,0,0.934235,1.875108,1.193645)"
x1="8.5469341"
y1="30.281681"
x2="30.85088"
y2="48.301884" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6525"
id="linearGradient3933"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.899009,0,0,0.934235,1.875108,1.193645)"
x1="8.5469341"
y1="30.281681"
x2="30.85088"
y2="48.301884" />
<linearGradient
inkscape:collect="always"
xlink:href="#aigrd1"
id="linearGradient3935"
gradientUnits="userSpaceOnUse"
x1="4.1914"
y1="11.1133"
x2="47.3197"
y2="56.0523" />
<linearGradient
inkscape:collect="always"
xlink:href="#aigrd1"
id="linearGradient3946"
gradientUnits="userSpaceOnUse"
x1="4.1914"
y1="11.1133"
x2="47.3197"
y2="56.0523" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6525"
id="linearGradient3948"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.899009,0,0,0.934235,1.875108,1.193645)"
x1="8.5469341"
y1="30.281681"
x2="30.85088"
y2="48.301884" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="14.757891"
inkscape:cx="24"
inkscape:cy="24"
inkscape:current-layer="g7435"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:window-width="1105"
inkscape:window-height="1084"
inkscape:window-x="157"
inkscape:window-y="16"
gridempspacing="4" />
<metadata
id="metadata1382">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title>Dialog Warning</dc:title>
<dc:date>2005-10-14</dc:date>
<dc:creator>
<cc:Agent>
<dc:title>Andreas Nilsson</dc:title>
</cc:Agent>
</dc:creator>
<dc:contributor>
<cc:Agent>
<dc:title>Jakub Steiner, Garrett LeSage</dc:title>
</cc:Agent>
</dc:contributor>
<dc:subject>
<rdf:Bag>
<rdf:li>dialog</rdf:li>
<rdf:li>warning</rdf:li>
</rdf:Bag>
</dc:subject>
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Attribution" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer">
<g
transform="matrix(1.566667,0.000000,0.000000,1.566667,-8.925566,-23.94764)"
id="g7435">
<g
style="display:inline"
transform="matrix(1.444074e-2,0,0,1.331973e-2,33.38871,40.40337)"
id="g6707">
<rect
style="opacity:0.40206185;color:black;fill:url(#linearGradient6715);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
id="rect6709"
width="1339.6335"
height="478.35718"
x="-1559.2523"
y="-150.69685" />
<path
style="opacity:0.40206185;color:black;fill:url(#radialGradient6717);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z "
id="path6711"
sodipodi:nodetypes="cccc" />
<path
sodipodi:nodetypes="cccc"
id="path6713"
d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z "
style="opacity:0.40206185;color:black;fill:url(#radialGradient6719);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
</g>
<g
id="g3937"
transform="matrix(1,0,4.537846e-3,1,-0.138907,-1.394718e-15)"
inkscape:r_cx="true"
inkscape:r_cy="true">
<path
inkscape:r_cy="true"
inkscape:r_cx="true"
transform="matrix(1,0,-8.726683e-3,1,0.328074,1.276596)"
id="path6485"
d="M 33.282781,38.644744 L 22.407791,18.394765 C 22.095292,17.832266 21.532792,17.519767 20.907793,17.519767 C 20.282793,17.519767 19.720294,17.894765 19.407795,18.457265 L 8.7828048,38.707245 C 8.5328048,39.207244 8.5328048,39.894744 8.8453048,40.394743 C 9.1578038,40.894743 9.6578038,41.144742 10.282804,41.144742 L 31.782782,41.144742 C 32.407781,41.144742 32.97028,40.832243 33.220281,40.332243 C 33.53278,39.832243 33.53278,39.207244 33.282781,38.644744 z "
style="fill:#cc0000;fill-rule:nonzero;stroke:#9f0000;stroke-width:0.6382978;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<g
inkscape:r_cy="true"
inkscape:r_cx="true"
id="g6487"
transform="matrix(0.625,0,-5.534934e-3,0.634254,6.164053,15.76055)"
style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4">
<linearGradient
y2="56.052299"
x2="47.319698"
y1="11.1133"
x1="4.1914001"
gradientUnits="userSpaceOnUse"
id="linearGradient6525">
<stop
id="stop6529"
style="stop-color:#ffffff;stop-opacity:1;"
offset="0" />
<stop
id="stop6531"
style="stop-color:#ffffff;stop-opacity:0.34020618;"
offset="1" />
</linearGradient>
<path
inkscape:r_cy="true"
inkscape:r_cx="true"
id="path6496"
d="M 9.5,37.6 C 9.2,38.1 9.5,38.5 10,38.5 L 38.2,38.5 C 38.7,38.5 39,38.1 38.7,37.6 L 24.4,11 C 24.1,10.5 23.7,10.5 23.5,11 L 9.5,37.6 z "
style="fill:url(#linearGradient3946);stroke:none" />
</g>
<path
inkscape:r_cy="true"
inkscape:r_cx="true"
transform="matrix(1,0,-8.726683e-3,1,0.318277,1.276596)"
sodipodi:nodetypes="ccsccscccc"
id="path1325"
d="M 32.323106,38.183905 L 22.150271,19.265666 C 21.71698,18.45069 21.561698,18.189213 20.908406,18.189213 C 20.346525,18.189213 20.054127,18.57002 19.651305,19.339291 L 9.7489285,38.242296 C 9.1737649,39.303588 9.1128238,39.580228 9.3937644,40.047345 C 9.6747034,40.514462 10.032797,40.48902 11.356441,40.519491 L 30.974593,40.519491 C 32.206825,40.534726 32.483988,40.440837 32.70874,39.97372 C 32.989681,39.506602 32.867799,39.136 32.323106,38.183905 z "
style="opacity:0.5;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3948);stroke-width:0.63829792;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<g
style="fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"
transform="matrix(0.555088,0,0,0.555052,7.749711,17.80196)"
id="g6498"
inkscape:r_cx="true"
inkscape:r_cy="true">
<path
style="stroke:none"
d="M 23.9,36.5 C 22.6,36.5 21.6,35.5 21.6,34.2 C 21.6,32.8 22.5,31.9 23.9,31.9 C 25.3,31.9 26.1,32.8 26.2,34.2 C 26.2,35.5 25.3,36.5 23.9,36.5 L 23.9,36.5 z M 22.5,30.6 L 21.9,19.1 L 25.9,19.1 L 25.3,30.6 L 22.4,30.6 L 22.5,30.6 z "
id="path6500"
inkscape:r_cx="true"
inkscape:r_cy="true" />
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 14 KiB

View File

@ -1,163 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://web.resource.org/cc/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="48px"
height="48px"
id="svg1800"
sodipodi:version="0.32"
inkscape:version="0.43+devel"
sodipodi:docbase="/home/tigert/cvs/freedesktop.org/tango-icon-theme/scalable/emblems"
sodipodi:docname="emblem-important.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape">
<defs
id="defs3">
<linearGradient
inkscape:collect="always"
id="linearGradient3101">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop3103" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop3105" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient3101"
id="radialGradient3107"
cx="17.3125"
cy="25.53125"
fx="17.3125"
fy="25.53125"
r="9.6875"
gradientTransform="matrix(1.000000,0.000000,0.000000,0.351613,1.292803e-15,16.55413)"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
fill="#edd400"
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="0.20392157"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="66.140367"
inkscape:cy="14.79073"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:showpageshadow="false"
inkscape:window-width="872"
inkscape:window-height="891"
inkscape:window-x="370"
inkscape:window-y="110" />
<metadata
id="metadata4">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
<dc:title>Emblem Important</dc:title>
<dc:creator>
<cc:Agent>
<dc:title>Jakub Steiner</dc:title>
</cc:Agent>
</dc:creator>
<dc:subject>
<rdf:Bag>
<rdf:li>emblem</rdf:li>
<rdf:li>photos</rdf:li>
<rdf:li>pictures</rdf:li>
<rdf:li>raw</rdf:li>
<rdf:li>jpeg</rdf:li>
</rdf:Bag>
</dc:subject>
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
<cc:permits
rdf:resource="http://web.resource.org/cc/Reproduction" />
<cc:permits
rdf:resource="http://web.resource.org/cc/Distribution" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Notice" />
<cc:requires
rdf:resource="http://web.resource.org/cc/Attribution" />
<cc:permits
rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
<cc:requires
rdf:resource="http://web.resource.org/cc/ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer">
<path
sodipodi:type="arc"
style="opacity:0.40909091;color:#000000;fill:url(#radialGradient3107);fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.1053395;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
id="path3099"
sodipodi:cx="17.312500"
sodipodi:cy="25.531250"
sodipodi:rx="9.6875000"
sodipodi:ry="3.4062500"
d="M 27.000000 25.531250 A 9.6875000 3.4062500 0 1 1 7.6250000,25.531250 A 9.6875000 3.4062500 0 1 1 27.000000 25.531250 z"
transform="matrix(2.182912,0.000000,0.000000,2.182912,-13.50372,-14.35012)" />
<path
sodipodi:type="arc"
style="opacity:1.0000000;fill:#f57900;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#914900;stroke-width:0.98214942;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
id="path1650"
sodipodi:cx="24.130018"
sodipodi:cy="23.428040"
sodipodi:rx="22.008699"
sodipodi:ry="21.213203"
d="M 46.138718 23.428040 A 22.008699 21.213203 0 1 1 2.1213188,23.428040 A 22.008699 21.213203 0 1 1 46.138718 23.428040 z"
transform="matrix(0.944630,0.000000,0.000000,0.980053,1.504174,-1.556912)" />
<path
sodipodi:type="arc"
style="opacity:1.0000000;fill:none;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#fcaf3e;stroke-width:0.98214942;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
id="path3392"
sodipodi:cx="24.130018"
sodipodi:cy="23.428040"
sodipodi:rx="22.008699"
sodipodi:ry="21.213203"
d="M 46.138718 23.428040 A 22.008699 21.213203 0 1 1 2.1213188,23.428040 A 22.008699 21.213203 0 1 1 46.138718 23.428040 z"
transform="matrix(0.914086,0.000000,0.000000,0.948364,2.380576,-0.905815)" />
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.1224999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
d="M 21.464926,10.373268 C 21.336952,10.373268 21.230316,10.547762 21.230316,10.757175 L 22.295085,25.197999 C 22.295085,25.407412 22.401721,25.581906 22.529695,25.581907 C 22.529695,25.581907 23.370516,25.593810 24.063684,25.581907 C 24.292022,25.577986 24.361898,25.602219 24.568998,25.581907 C 25.262166,25.593810 26.102987,25.581907 26.102987,25.581907 C 26.230961,25.581907 26.337597,25.407412 26.337597,25.197999 L 27.402366,10.757175 C 27.402366,10.547762 27.295730,10.402799 27.167755,10.402799 L 24.587044,10.402799 C 24.577532,10.400862 24.578842,10.373268 24.568998,10.373268 L 21.464926,10.373268 z "
id="rect1872" />
<path
sodipodi:type="arc"
style="opacity:1.0000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.1224999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
id="path2062"
sodipodi:cx="-16.437500"
sodipodi:cy="34.062500"
sodipodi:rx="4.5625000"
sodipodi:ry="3.8125000"
d="M -11.875000 34.062500 A 4.5625000 3.8125000 0 1 1 -21.000000,34.062500 A 4.5625000 3.8125000 0 1 1 -11.875000 34.062500 z"
transform="matrix(0.504864,0.000000,0.000000,0.604182,32.65935,9.608845)" />
<path
style="fill:#fffeff;fill-opacity:0.21390374;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
d="M 43.676426,20.476780 C 43.676426,31.307396 37.624257,16.170581 25.001688,20.863168 C 12.279172,25.592912 4.4350535,31.307396 4.4350535,20.476780 C 4.4350535,9.6461627 13.225120,0.85609769 24.055740,0.85609769 C 34.886359,0.85609769 43.676426,9.6461627 43.676426,20.476780 z "
id="path3068"
sodipodi:nodetypes="czssc" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 287 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.6 KiB

View File

@ -1,24 +0,0 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % BOOK_ENTITIES SYSTEM "./entities.ent">
%BOOK_ENTITIES;
]>
<chapter id="ch-template">
<title>Chapter Template</title>
<subtitle>Subtitle</subtitle>
<section>
<title>Section</title>
</section>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</chapter>

View File

@ -1,23 +0,0 @@
<?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" [
<!ENTITY % BOOK_ENTITIES SYSTEM "./entities.ent">
%BOOK_ENTITIES;
]>
<section id="sn-template">
<title>Section Template</title>
<subtitle>Subtitle</subtitle>
<para>
A paragraph
</para>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>

View File

@ -1,23 +0,0 @@
#!/usr/bin/python
import os
top = '.'
out = 'build'
def configure(conf):
pass
def build(bld):
subst_dict = {}
subst_dict['ARDOUR_VERSION'] = bld.env['VERSION']
obj = bld(features = 'subst')
obj.name = 'manual'
obj.source = [ 'xml/entities.ent.in' ]
obj.target = [ 'ent/entities.ent' ]
obj.dict = subst_dict
def options(opt):
pass

View File

@ -1,70 +0,0 @@
<?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-adding-tracks">
<title>Adding Tracks</title>
<indexterm>
<primary>Tracks</primary>
<secondary>Adding</secondary>
</indexterm>
<para>
To add a new Track or Bus activate the New Track Dialog
</para>
<itemizedlist>
<listitem>
<para>
Choose <menuchoice> <guimenu>Session</guimenu> <guisubmenu>Add
Track/Bus</guisubmenu> </menuchoice>
</para>
<mediaobject>
<imageobject>
<imagedata fileref="images/add_track_bus.png"/>
</imageobject>
</mediaobject>
</listitem>
<listitem>
<para>
Choose whether you wish to add a new Track or a new Bus.
</para>
</listitem>
<listitem>
<para>
Enter the number of new tracks/busses you want to add.
</para>
</listitem>
<listitem>
<para>
Choose the channel configuration for the Tracks or Busses you are
adding.
</para>
</listitem>
<listitem>
<para>
If you are creating a Track choose whether to create a normal track
or a Tape Track.
</para>
</listitem>
</itemizedlist>
<note>
<para>
If you choose <literal>Manual Setup</literal> for the channel
configuration then the tracks will be created with no inputs and you
will have to configure the I/O configuration of the track using the
<link linkend="input-output-connections-editor">I/O Connections
Editor</link>
</para>
</note>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>

View File

@ -1,17 +0,0 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
]>
<chapter id="ch-advanced-editing">
<title>Advanced Editing</title>
<para>
This section of the manual covers various editing techniques that go
beyond basic cutting/trimming/rearranging of regions in a playlist.
</para>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="working_with_crossfades.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="working_with_layers.xml" />
</chapter>

View File

@ -1,29 +0,0 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
]>
<chapter id="ch-ardour-basics">
<title>Ardour Basics</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="sessions.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="jack.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="main_windows.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="editor_window.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="mixer_window.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="tracks_and_busses.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="clocks.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="other_windows.xml" />
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</chapter>

View File

@ -1,64 +0,0 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!-- Entities -->
]>
<book id="bk-ardour-manual">
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="book_info.xml" />
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="preface.xml" />
-->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="introduction.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="ardour_basics.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="using_existing_audio.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="basic_editing.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="advanced_editing.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="exporting.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="mixing.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="recording.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="synchronization.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="control_surfaces.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="known_issues.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="glossary.xml" />
<!--
This empty index element is used by the docbook xsl
as a marker for where to place an automatically generated
index.
-->
<index/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="contributing_to_the_manual.xml" />
</book>

View File

@ -1,223 +0,0 @@
<?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-automation">
<title>Automation</title>
<para>
This chapter will explain how to use Ardour's automation facilities to
make editing and mixing your sessions more productive.
</para>
<section id="what-is-automation">
<title> What is automation? </title>
<para>
Automation refers to Ardour's ability to remember changes you made to
various parameters in the session, and at what point along the
timeline playback had reached when you made them. Later, Ardour can
make these changes happen automatically at the same point on the
timeline, thus leaving your hands free to do something else. A typical
practice when using automation is to work on one or two tracks while
leaving others alone, recording the edits/changes. Once satisfied with
the track(s), you can move on to adjust other tracks. As the overall
mix changes, you can return to earlier tracks and adjust their
existing automation.
</para>
</section>
<section id="what-can-be-automated">
<title> What can be automated? </title>
<para>
You can automate all changes to track/bus gain control, panning
(currently only for stereo output) and all plugin parameters. Future
versions of Ardour will allow automation of mute/solo controls,
non-stereo panning, and send gain levels.
</para>
</section>
<section id="automation-modes">
<title> Automation Modes </title>
<para>
Each parameter that can be automated has a button available to control
its state of automation. Each button can be used to put the parameter
into one of 4 possible automation states:
</para>
<variablelist>
<title></title>
<varlistentry>
<term>Off</term>
<listitem>
<para>
No changes to the parameter are recorded, and any existing
automation for the parameter is ignored. This is the default.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Play</term>
<listitem>
<para>
Existing automation data controls the value of the parameter,
and graphical/hardware editing of the value is disabled.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Write</term>
<listitem>
<para>
All changes to the parameter are recorded as new automation
data, overwriting any existing data for that point in time.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Touch</term>
<listitem>
<para>
Existing automation data controls the value of the parameter,
but new changes to the parameter are recorded, overwriting any
existing data for that point in time.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section id="basic-automation-recording">
<title> Basic Automation Recording </title>
<section id="automation-recording-gain-and-pan">
<title> Gain and Pan </title>
<para>
Each track/bus has two automation control buttons for gain and pan
in its mixer strip. For each track/bus that you wish to automate,
click on the relevant automation button. From the popup menu that
appears (showing all automation states) choose
<guibutton>Record</guibutton> . As long as the automation state
remains in "Record", then any changes you make to gain or pan for
that track/bus will be recorded.
</para>
</section>
<section id="automation-recording-plugin-parameters">
<title> Plugin Parameters </title>
<para>
Many plugins have many parameters that you might wish to play while
recording gain automation, so Ardour offers independent control of
recording changes to these parameters. You can access the controls
in either of two ways:
</para>
<itemizedlist>
<listitem>
<para>
open the plugin's editor window, and click on the appropriate
automation control button. From the menu that pops up, choose
<guibutton>Record</guibutton>
</para>
</listitem>
<listitem>
<para>
make the automation track for this parameter visible (see
plugin_automation_tracks on how to do this), and click on the
automation control button in the track controls. From the menu
that pops up, choose <guibutton>Record</guibutton> .
</para>
</listitem>
</itemizedlist>
<para>
To record edits to the parameter, click on the appropriate
<guibutton>arec</guibutton> button. As long as the button stays
pressed, all edits to that parameter will be recorded.
</para>
</section>
</section>
<section id="basic-automation-playback">
<title> Basic Automation Playback </title>
<section id="automation-playback-gain-and-pan">
<title> Gain and Pan </title>
<para>
Each track/bus has two automation control buttons for gain and pan
in its mixer strip. For each track/bus where you want existing
automation data to control gain and/or panning, click on the
relevant automation button. From the popup menu that appears
(showing all automation states) choose
<guimenuitem>Play</guimenuitem>. As long as the automation state
remains in <guimenuitem>Play</guimenuitem>, you can no longer
control the gain and/or panning from the graphical user interface or
an external hardware control surface.
</para>
</section>
<section id="automation-playback-plugin-parameters">
<title> Plugin Parameters </title>
<para>
For each plugin parameter you want controlled by automation data,
you need to activate automation playback which can be done in one of
two ways:
</para>
<itemizedlist>
<listitem>
<para>
open the plugin's editor window, and click on the appropriate
automation control button, and choose
<guimenuitem>Play</guimenuitem> from the menu that pops up.
</para>
</listitem>
<listitem>
<para>
make the automation track for this parameter visible (see
plugin_automation_tracks on how to do this), and click on the
automation control button in the track controls. Choose
<guimenuitem>Play</guimenuitem> from the menu that pops up.
</para>
</listitem>
</itemizedlist>
<para>
You also need to enable automation playback for the plugin itself.
This needs to be done in the plugin's editor window by clicking on
the automation button in the upper right corner. Without this step,
the individual parameter buttons will not enable automation
playback.
</para>
<para>
The plugin automation button also allows you to globally disable
automation control of all parameters by unsetting it (clicking it so
that it is no longer "pressed"). This leaves the individual
automation control buttons in whatever state they were already in,
but it stops the use of automation data for all parameters. This can
be useful if you have a hardware control surface, and have
automation-playback-enabled several parameters. You can override the
automation playback settings and manually control parameter values
from the control surface without having to click on each parameter's
automation control button individually.
</para>
</section>
</section>
<section id="editing-automation-data">
<title> Editing Automation Data </title>
<para>
The editor window can display all automation data for a track. Each
type of automation data is shown in its own "track" to make it easy to
see the data, and to edit it.
</para>
</section>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>

View File

@ -1,28 +0,0 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
]>
<chapter id="ch-basic-editing">
<title>Basic Editing</title>
<para>
Once you have recorded or imported the material that will make up a
session/piece/composition, it will generally become time to
<emphasis>edit</emphasis> it. You can add/remove material at any time,
and/or modify the mix if you desire. But editing tends to be a distinct
focus during the "middle" part of working on an arrangement, and has its
own particular set of tools and approaches. This section of the manual
covers the editing tools you will probably use all the time; see
<xref linkend="ch-advanced-editing"/> for coverage of more specialized
tools and techniques.
</para>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="editing_concepts.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="working_with_playlists.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="working_with_ranges.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="working_with_regions.xml" />
</chapter>

View File

@ -1,273 +0,0 @@
<?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" [
]>
<!-- XXX This needs a fair amount of work-->
<section id="sn-basic-recording">
<title>Basic Recording</title>
<para>
Recording audio is theoretically a very simple process. You have to make
essentially 2 decisions: what are you going to record, and how many
channels will you be recording, then press a couple of buttons and
you're recording.
</para>
<para>
Unfortunately, most recording also requires monitoring&mdash;providing
some way to hear what you are recording as you record it, possibly with
existing recorded material as well. Monitoring in Ardour is very
flexible, but with flexibility comes complexity. If you want to try to
skip ahead and record without reading about monitoring, you are welcome
to do so. Ardour attempts to use reasonable defaults for monitoring, but
the variety of hardware setups make it impossible to pick one default
that will work for everyone.
</para>
<para>
For this reason, you are strongly recommended to spend a few minutes
understanding <xref linkend="sn-monitoring"/>, because otherwise you're
going to get very confused and possibly irritated.
</para>
<section id="recording-a-single-track">
<title>Recording a single audio track</title>
<para>
These steps can all be taken directly within the Editor window,
although most of them can also be done via Mixer window if you prefer.
</para>
</section>
<section id="setting-up-a-new-track-for-recording">
<title>Setting up a new track for recording</title>
<orderedlist>
<listitem>
<para>
Choose <menuchoice> <guimenu>Session</guimenu> <guisubmenu>Add
Track/Bus</guisubmenu> </menuchoice>. This will popup a dialog
allowing you to choose how many tracks to add, and what basic I/O
configuration the track will have (mono, stereo, etc.). You can
change I/O configurations for tracks at any time.
</para>
</listitem>
<listitem>
<para>
Make the editor's dedicated mixer strip visible by clicking on the
<guibutton>Editor Mixer</guibutton> button located at the left end
of the transport bar.
<note>
<para>
In Ardour3, there is no <guibutton>Editor Mixer</guibutton>
button, but you can make the mixer strip visible by selecting
<menuchoice> <guimenu>View</guimenu> <guisubmenu>Show Editor
Mixer</guisubmenu> </menuchoice>, or by pressing
<keycombo><keycap>Shift</keycap><keycap>E</keycap></keycombo>
on the keyboard.
</para>
</note>
</para>
</listitem>
</orderedlist>
<section id="selecting-record-source">
<title>Selecting the source to record</title>
<orderedlist>
<listitem>
<para>
Check the input configuration for the new track. Click on its
control area. A mixer strip appears in the editor for this
track. Click on the <guibutton>Input</guibutton> button near the
top of the strip, and select <guimenuitem>Edit</guimenuitem>
from the menu. The standard I/O dialog pops up to let you
connect the track to whichever JACK port you want to record
from.
</para>
</listitem>
<listitem>
<para>
Rename the track. This is an important step in helping you make
sense of your session, because track names are used when naming
newly created regions.
</para>
</listitem>
<listitem>
<para>
Click on the track's record-enable button to record enable the
track. You can use the <guibutton>r</guibutton> button in the
track control area or the <guibutton>record</guibutton> button
of the mixer strip. The button will turn pink.
</para>
</listitem>
<listitem>
<para>
Adjust the output level of the sound source to the a level where
the loudest input drives the meter in the mixer strip close to,
but not over, 0dB. The mixer strip will show the incoming signal
level, along with peak indicators
</para>
</listitem>
<listitem>
<para>
If you are using software monitoring, adjust the output volume
and possibly panning if desired. These settings do not affect
the recorded material.
</para>
</listitem>
</orderedlist>
<para>
Check the output configuration for the new track. Click on the
<guibutton>Output</guibutton> button near the bottom of the strip,
and select <guimenuitem>Edit</guimenuitem> from the menu. Make sure
the track's output is connected as you intend.
</para>
<note>
<para>
by default (and when not using a session template that works
otherwise) mono tracks have mono outputs, meaning that you cannot
pan them.
</para>
</note>
</section>
</section>
<section id="to-record-to-the-new-audio-track">
<title>To record to the new audio track</title>
<orderedlist>
<listitem>
<para>
If necessary, setup the session's default meter and tempo by on
the initial meter and tempo markers.
</para>
</listitem>
<listitem>
<para>
If desired, enable the click track in the transport bar.
</para>
</listitem>
<listitem>
<para>
Click on the <guimenuitem>Record</guimenuitem> button of the
transport window, which will start to flash.
</para>
</listitem>
<listitem>
<para>
When you are ready to record, click the
<guibutton>Play</guibutton> button in the transport window.
</para>
</listitem>
<listitem>
<para>
When you have finished recording, click the
<guibutton>Stop</guibutton> button in the transport window.
</para>
</listitem>
<listitem>
<para>
If desired, click the track's record-enable button to disengage
record-enable for this track.
</para>
</listitem>
</orderedlist>
<para>
The audio you recorded will be written to a new audio file stored on
one of your disks. In the editor, a new region will appear in the
track display area and also in the region list display.
</para>
</section>
<section id="to-playback-the-new-audio-track">
<title>To play back the new audio track</title>
<orderedlist>
<listitem>
<para>
Press the <keycap>Home</keycap> key (or
<keycombo><keycap>Ctrl</keycap><keycap>A</keycap></keycombo>) to
return the playhead to the start of the track
</para>
</listitem>
<listitem>
<para>
In the transport bar click on the <guibutton>Play</guibutton>
button, or press the <keycap>spacebar</keycap>.
</para>
</listitem>
<listitem>
<para>
Adjust the track's volume as necessary, using either the mixer
strip in the editor, or the corresponding strip in the mixer
window.
</para>
</listitem>
</orderedlist>
</section>
<section id="cancelling-a-take">
<title>Cancelling a take</title>
<para></para>
</section>
<section id="recording-multiple-tracks">
<title>Recording multiple tracks</title>
<para>
Multiple tracks can easily be recorded simultaneously by
record-enabling each track you would like to record.
</para>
</section>
<section id="recording-additional-takes">
<title>Recording additional takes</title>
<para></para>
</section>
<section id="appending-new-material">
<title>Appending new material</title>
<para></para>
</section>
<section id="recording-into-a-new-playlist">
<title>Recording into a new playlist</title>
<para>
There is a <guibutton>p</guibutton> button in the track controls. If
you press it and select <guimenuitem>new playlist</guimenuitem>, the
contents will be cleared, allowing you to construct a new arrangement
of recordings. You can recall your playlist later by using the same
button and selecting <guimenuitem>select...</guimenuitem>. This will
open a window displaying all the playlists you have recorded on that
track. Select the one you want and proceed. Playlists from other
tracks can also be selected.. in fact you can have the same playlist
on two different tracks if you feel it necessary.
</para>
</section>
<section id="punch-recording">
<title>Punch Recording</title>
<para>
You can automate the portion of a track to be recorded using the punch
functions. This is most often implemented when a portion of a
particular take is problematic but an adjacent portion is good. In
order to punch record, the punch range must be set.
</para>
</section>
<section id="loop-recording">
<title>Loop Recording</title>
<para></para>
</section>
<section id="setting-punch-loop-points">
<title>Setting Punch/Loop Points</title>
<para></para>
</section>
<section id="using-pre-and-post-roll">
<title>Using Pre- and Post-Roll</title>
<para></para>
</section>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>

View File

@ -1,671 +0,0 @@
<?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-bcf2000">
<title>Using a BCF2000</title>
<para>
This will walk you through the process of configuring and using a
<ulink url="http://www.behringer.com/BCF2000/index.cfm">Behringer
BCF2000 MIDI control surface</ulink> , or BCF, with Ardour. This should
also work with the
<ulink url="http://www.behringer.com/BCR2000/index.cfm">BCR2000</ulink>,
but has not been tested.
</para>
<section id="bcf2000-connecting-device">
<title>Connecting Device</title>
<para>
It's assumed that your USB ports are functional under Linux. The
easiest way to tell if you've got a functional link is to simply
connect the BCF2000 to your computer with a USB cable, connect the
power, and turn it on. You should see the USB MODE light come on in
the upper right corner of the BCF. If that's not on, you'll need to
figure out how to make your <ulink url="http://www.linux-usb.org/">USB
port work under Linux.</ulink>
</para>
<para>
If the USB MODE light is on, doublecheck that Linux knows of the
device.
</para>
<screen>
xtc:~% aconnect -o
client 64: 'M Audio Delta 1010 MIDI - Rawmidi 0' [type=kernel]
0 'M Audio Delta 1010 MIDI'
client 72: 'BCF2000 - Rawmidi 1' [type=kernel]
0 'BCF2000 MIDI 1 '
</screen>
</section>
<section id="updating-firmware">
<title> Firmware Updating (v1.07) </title>
<para>
The first thing you're likely to have to do is update the firmware in
the unit. This is a relatively painless process.
</para>
<orderedlist>
<listitem>
<para>
Download the firmware from Behringers
<ulink url="http://www.behringer.com/05_support/bc_download/bc_downloads.cfm">downloads
page</ulink>. There will be a
<ulink url="http://www.behringer.com/BCF2000/bcf2000_107.zip">zip
file</ulink> available which should be downloaded. (This example
uses version 1.07 of the firmware, the latest available at the
time of this writing. There may be a newer version available now.)
</para>
</listitem>
<listitem>
<para>
Unzip the file you downloaded. You'll typically extract 2 files, a
PDF file with release notes and an SYX file, which is the firmware
update.
</para>
</listitem>
<listitem>
<para>
Find the system device of the BCF
</para>
<screen>
xtc:~% cat /proc/asound/cards
0 [M1010 ]: ICE1712 - M Audio Delta 1010
M Audio Delta 1010 at 0xdf80, irq
2 [BCF2000 ]: USB-Audio - BCF2000
BEHRINGER BCF2000 at usb-00:1d.1-2, full speed
</screen>
</listitem>
</orderedlist>
<para>
In this case there are 2 devices. The number at the left indicates the
card number. The BCF is almost certain, then, to use the device
<filename>/dev/snd/midiCnD0</filename> where <emphasis>n</emphasis> is
the card number, in this case, 2.
</para>
<para>
Write the firmware to the BCF with the command
</para>
<screen>
cat bcf2000_1-07.syx > /dev/snd/midiC2D0
</screen>
<important>
<para>
Make sure you use the actual device you determined in the previous
step
</para>
</important>
<para>
The BCF display will show a whirling figure-8 animation and count up
to 18. Once the whirling stops, you should turn off the BCF, count to
5, then turn it on again. You should then see the version number of
the upgraded firmware displayed for a few seconds as the BCF starts.
</para>
</section>
<section id="bcf2000-connecting-to-ardour">
<title> Connecting to Ardour </title>
<para>
After starting Ardour, it's important to connect the MIDI device ports
of Ardour and the BCF together so that they will communicate with each
other. There are a few ways to do this.
</para>
<section id="bcf2000-connecting-with-qjackctl">
<title> With qjackctl </title>
<para>
If you use the program <application>qjackctl</application> to
control JACK, there's an easy way to connect Ardour to the BCF. Run
qjackctl, and click on the <guibutton>Connect</guibutton> button in
the main qjackctl window. This will bring up the Connection window.
You should see at least 2 items listed, the BCF and Ardour:
</para>
<mediaobject>
<imageobject>
<imagedata fileref="images/con1.jpg"/>
</imageobject>
</mediaobject>
<para>
Connect the BCF output to the Ardour input, and vice versa:
</para>
<mediaobject>
<imageobject>
<imagedata fileref="images/con2.jpg"/>
</imageobject>
</mediaobject>
<section id="bcf2000-automating-qjackctl-connection">
<title> Automating the qjackctl connection </title>
<para>
You can set qjackctl to automatically make the MIDI connections
(and others) by using the Patchbay feature in qjackctl. Start
qjackctl and Ardour, and make the MIDI connections as shown above.
Click on the <guibutton>Patchbay</guibutton> button, then click on
<guibutton>New</guibutton>. Qjackctl will ask if you want to
create a patchbay definition as a snapshot of all actual client
connections. Clicking on <guibutton>Yes</guibutton> will bring in
a set of all ports available.
</para>
<mediaobject>
<imageobject>
<imagedata fileref="images/qjpatch.jpg"/>
</imageobject>
</mediaobject>
<para>
Make sure you've got both connections as described above, and
click <guibutton>Save...</guibutton> and choose a filename. Once
this is saved, you can close the patchbay.
</para>
<para>
Next, click on the qjackctl <guibutton>Setup</guibutton> button,
then click on the <guibutton>Options</guibutton> tab.
</para>
<mediaobject>
<imageobject>
<imagedata fileref="images/qjopts.jpg"/>
</imageobject>
</mediaobject>
<para>
Click on <guibutton>Activate patchbay persistence</guibutton> and
use the filename you used to save the patchbay above. The patchbay
connections will now be made after qjackctl starts up the clients.
</para>
</section>
</section>
<section id="bcf2000-connecting-from-command-line">
<title> From the command line </title>
<para>
The command <command>aconnect</command>, which is the ALSA sequencer
connection manager, can do the job of connecting the BCF to Ardour.
First find the numbers of the MIDI device ports for the two:
</para>
<screen>
xtc:~% aconnect -o
client 64: 'M Audio Delta 1010 MIDI - Rawmidi 0' [type=kernel]
0 'M Audio Delta 1010 MIDI'
client 80: 'BCF2000 - Rawmidi 2' [type=kernel]
0 'BCF2000 MIDI 1 '
client 129: 'ardour' [type=user]
0 'seq '
</screen>
<para>
Here, the BCF is 80, and Ardour is 129. The proper connections can
be made between the two with two commands:
</para>
<screen>
xtc:~% aconnect 80:0 129:0
xtc:~% aconnect 129:0 80:0
</screen>
</section>
<section id="bcf2000-automatic-midi-connection">
<title> Automating the MIDI connection from the command line </title>
<para>
It's sometimes handy to start Ardour from the command line. I found
it irritating to have Ardour come up, and then have to manually make
the connections for the BCF. This was quickly solved by the
following script, which starts Ardour, finds the proper MIDI device
ports, and connects them:
</para>
<screen>
#!/bin/ksh
# /usr/local/bin/start_ardour.sh
#
# April 17, 2005 - Joe Hartley (jh@brainiac.com)
# A quick script to start Ardour and then make the MIDI connections between
# the BCF2000 and Ardour.
# start Ardour and give it a little time before setting the MIDI connections
nohup /usr/bin/ardour &amp;
sleep 3
# Set the IDs - note that they'll both end with a colon
BCF_ID=$(aconnect -o | grep BCF2000 | grep client | awk '{print $2}')
ARD_ID=$(aconnect -o | grep ardour | awk '{print $2}')
aconnect "$BCF_ID"0 "$ARD_ID"0
aconnect "$ARD_ID"0 "$BCF_ID"0
</screen>
<para>
As an alternative to the patchbay in qjackctl, you could have it run
this script to start Ardour and make the MIDI connections. Click the
<guibutton>Setup</guibutton> button and choose the
<guibutton>Options</guibutton> tab. Enable the <guibutton>Execute
script after Startup</guibutton> option, and change the line to call
the <filename>start_ardour.sh</filename> script. In this example, I
change directories to the drive I record to so new sessions will
open there by default before I run the script.
</para>
<mediaobject>
<imageobject>
<imagedata fileref="images/qjopt.jpg"/>
</imageobject>
</mediaobject>
</section>
</section>
<section id="bcf2000-programming">
<title> Programming the BCF2000 for effective use </title>
<para>
One problem that I ran into with the BCF2000 was that none of the
factory presets really did what I needed to control Ardour. I had a
modest set of things I wanted to use the BCF to control for a track:
</para>
<itemizedlist>
<listitem>
<para>
Volume
</para>
</listitem>
<listitem>
<para>
Panning
</para>
</listitem>
<listitem>
<para>
Mute, solo and rec-enable
</para>
</listitem>
<listitem>
<para>
Transport (play, stop, ffwd, rewind)
</para>
</listitem>
</itemizedlist>
<para>
Preset 2 (P2), the Simple Mixer, was almost there, but I could not map
the mute, solo and rec-enable controls in Ardour to a pushbutton on
the BCF. This was because in P2, the buttons sent a Program Change
signal, but Ardour expects a Control Change signal. This required
re-programming the BCF a bit. Here's a list of the controls and what I
mapped them to send:
</para>
<itemizedlist>
<listitem>
<para>
Rotary knobs 1 through 8, when pressed: CC33 through CC40
</para>
</listitem>
<listitem>
<para>
First row of buttons: CC65 through CC72
</para>
</listitem>
<listitem>
<para>
second row of buttons: CC73 through CC80
</para>
</listitem>
</itemizedlist>
<para>
Here's a quick walkthrough to program the controls on the BCF. First
we'll do the rotary knobs:
</para>
<orderedlist>
<listitem>
<para>
Hold down the EDIT button and press the rotary control. The
display will show b1.
</para>
</listitem>
<listitem>
<para>
Turn the rotary control labeled "TYPE" until the display reads
"CC".
</para>
</listitem>
<listitem>
<para>
Turn the rotary control labeled "PAR" until the display reads
"33".
</para>
</listitem>
<listitem>
<para>
Turn the rotary control labeled "MODE" until the display reads "t
on".
</para>
</listitem>
<listitem>
<para>
Press the EXIT button.
</para>
</listitem>
</orderedlist>
<para>
Continue to program the other rotary controls in the same way,
incrementing the value set by the "PAR" control by 1 each time. This
will set the CC parameter for the second knob to 34, the third knob to
35, and so on.
</para>
<para>
The steps are the same for the two rows of pushbuttons under the
rotary knobs. The CC values for the first row of buttons run from 65
to 72, and from 73 to 80 for the second row.
</para>
<para>
Finally, you need to store these changes so that they'll be kept even
when the BCF has its power cycled.
<orderedlist>
<listitem>
<para>
Press the STORE button. Its LED will start to flash.
</para>
</listitem>
<listitem>
<para>
Select a different preset number if you wish with the left and
right PRESET buttons.
</para>
</listitem>
<listitem>
<para>
Press STORE again to write the settings to an empty preset. If
you want to overwrite an existing preset, press STORE twice. You
can cancel the store at any time by pressing EXIT.
</para>
</listitem>
</orderedlist>
</para>
<para>
Your BCF2000 is now ready to control Ardour!
</para>
<section id="bcf2000-preconfigured-preset-file">
<title> Preconfigured Preset File </title>
<para>
Here is a <ulink url="http://zappa.brainiac.com/preset1.syx">saved
preset file</ulink>, which has the definitions described above. You
can use <command>amidi</command> to load this into the BCF as
<xref linkend="bcf2000-loading-a-preset"/>.
</para>
</section>
</section>
<section id="bcf2000-mapping-ardour-controls">
<title> Mapping Ardour controls to the BCF2000 </title>
<para>
The final step to control surface Nirvana is to map the controls in
Ardour to the knobs, buttons and faders on the BCF.
</para>
<para>
Before you can map things properly, you'll need to set the MIDI
options within Ardour. In the Editor window of Ardour, choose
<menuchoice> <guimenu>Windows</guimenu> <guisubmenu>Options
Editor</guisubmenu> </menuchoice>. Make sure the seq device is online,
and make sure <guibutton>MTC</guibutton>, <guibutton>MMC</guibutton>
and <guibutton>MIDI Parameter Control</guibutton> is set for the seq
device. Also make sure that the 4 boxes below are checked:
</para>
<itemizedlist>
<listitem>
<para>
<guibutton>MMC control</guibutton>
</para>
</listitem>
<listitem>
<para>
<guibutton>MIDI parameter control</guibutton>
</para>
</listitem>
<listitem>
<para>
<guibutton>Send MMC</guibutton>
</para>
</listitem>
<listitem>
<para>
<guibutton>Send MIDI parameter feedback</guibutton>
</para>
</listitem>
</itemizedlist>
<mediaobject>
<imageobject>
<imagedata fileref="images/midiopts.jpg"/>
</imageobject>
</mediaobject>
<para>
Now you're ready to do the actual mapping. This is a pretty simple
process, all controlled with a <keycombo><keycap>Ctrl</keycap>
<mousebutton>Button2</mousebutton> </keycombo> click. This will pop up
a little window which says <guilabel>operate MIDI controller
now</guilabel>. Simply press the BCF button (or move the slider) that
you want to have control the Ardour function.
</para>
<section id="bcf2000-example">
<title>Example</title>
<para>
We want to map the Master fader in Ardour to the first slider on the
BCF. Hold down the <keycap>Ctrl</keycap> key on your keyboard, and
click with <mousebutton>Button2</mousebutton> on the Master fader in
Ardour. You should see the <guilabel>operate MIDI controller
now</guilabel>. Move the first slider on the BCF up or down a bit.
The window should disappear, and you should see the master fader
move up and down as you move the slider on the BCF. If that works,
move the fader in Ardour with your mouse. You should see the slider
on the BCF move up and down in tandem with the Master fader!
</para>
<para>
If the "operate MIDI controller now" window does not go away, there
is no connection between Ardour and the BCF. Make sure you've
properly connected the two as outlined in the Connecting to Ardour
section.
</para>
</section>
<section id="bcf2000-transport-controls">
<title> Transport Controls </title>
<para>
The 4 buttons in the lower right corner are already mapped in Preset
2 to the MMC transport controls Home (or rewind to the beginning of
the session), Fast Forward, Stop and Play, as shown here.
</para>
<mediaobject>
<imageobject>
<imagedata fileref="images/transctls.jpg"/>
</imageobject>
</mediaobject>
</section>
</section>
<section id="bcf2000-saving-and-loading-presets">
<title> Saving and Loading Presets </title>
<para>
After beating my head against a wall trying to get various programs
that handle SysEx messages to do what I wanted, I realized that once
again, the simplest way for me to do this the first time through is
from the command line. <glossterm linkend="gt-alsa">ALSA</glossterm>
provides the perfect tool for saving and loading files:
<command>amidi</command>
</para>
<para>
First, use <command>amidi</command> to list the available ports:
</para>
<screen>
xtc:~% amidi -l
Device Name
hw:0,0 M Audio Delta 1010 MIDI
hw:2,0,0 BCF2000 MIDI 1
</screen>
<para>
There's the BCF, at port hw:2 (we can ignore everything after the
first number after the colon). We'll tell amidi to use this port with
the -p option
</para>
<section id="bcf2000-saving-a-preset">
<title> Saving a Preset </title>
<para>
There's 2 parts to saving a preset: telling the BCF to send the
data, and telling the computer to accept it.
</para>
<section id="bcf2000-recieving-the-data">
<title> Receiving the Data </title>
<para>
Run <command>amidi</command>, using the <option>-p</option> option
to specify the port, and the <option>-r</option> option to receive
the date into.
</para>
<screen>
xtc:~% amidi -p hw:2 -r preset1.syx
</screen>
<para>
The system will collect data from the MIDI port now until it's
told to stop with a
<keycombo><keycap>Ctrl</keycap><keycap>C</keycap> </keycombo> so
it's time to send some data.
</para>
</section>
<section id="bcf2000-sending-the-data">
<title> Sending the Data </title>
<para>
To send the MIDI data for the current preset to the computer, hold
down the Edit key on the BCF and press the Store button. They
should both stay lit and the display should read
<screen>
EG
</screen>
. This is the Global Edit mode.
</para>
<para>
You can choose whether to send the current preset's data or the
data for all 32 presets by turning the Mode knob, #6, and
selecting either
<screen>
All
</screen>
or
<screen>
SnGl
</screen>
. When ready to send the data, press knob 6. The display on the
BCF will circle around while it's sending data, and return to
<screen>
EG
</screen>
when complete. At this point,
<keycombo><keycap>Ctrl</keycap><keycap>C</keycap> </keycombo> out
of amidi. You'll see a report on the amount of data read:
</para>
<screen>
xtc:~% amidi -p hw:2 -r preset1.syx
13169 bytes read
xtc:~% ls -l preset1.syx
-rw-r--r-- 1 jh jh 13169 May 1 22:14 preset1.syx
</screen>
<para>
The data for the preset is now saved in the file
<filename>preset1.syx</filename>. Press Exit on the BCF to exit
the Global Edit mode.
</para>
</section>
</section>
<section id="bcf2000-loading-a-preset">
<title> Loading a Preset </title>
<para>
Loading a .syx file, such as the one saved above, is very simple.
First, select the preset on the BCF to choose the preset to
overwrite. Then call <command>amidi</command> using the
<option>-s</option> option instead of <option>-r</option> to send a
file.
</para>
<screen>
xtc:~% amidi -p hw:2 -s preset1.syx
</screen>
<para>
There will be a quick left-to-right flash of the encoder LEDs along
the top of the BCF, followed by the display circling around until
the data is loaded. It will then display the preset number again.
</para>
<para>
The preset is now loaded with the settings from the file. They are
only active as long as the preset is not changed. If you go to
another preset and back to the one you loaded, all the changes will
have disappeared. To save the settings,
</para>
<orderedlist>
<listitem>
<para>
Press the STORE button. Its LED will start to flash.
</para>
</listitem>
<listitem>
<para>
Select a different preset number if you wish with the left and
right PRESET buttons.
</para>
</listitem>
<listitem>
<para>
Press STORE again to write the settings to an empty preset. If
you want to overwrite an existing preset, press STORE twice. You
can cancel the store at any time by pressing EXIT.
</para>
</listitem>
</orderedlist>
</section>
</section>
<section id="bcf2000-bcedit">
<title> Using BCEdit </title>
<para>
The tool provided by Behringer to manage presets and other things on
the BCF is the Java program
<ulink url="http://www.behringer.com/05_support/bc_download/bc_downloads.cfm">BCEdit</ulink>.
This program will start up under Linux provided the correct version of
Java is used. I've found that
<ulink url="http://java.sun.com/j2se/1.5.0/download.jsp">JRE 5.0
Update 2</ulink> starts up correctly, but earlier versions of 5.0 will
not.
<ulink url="http://behringer-en.custhelp.com/cgi-bin/behringer_en.cfg/php/enduser/std_alp.php?sm=2">The
Behringer support page</ulink> says that the "editor software was
originally developed under J2SE-1_4_2_05". I tested it with
J2RE1.4.2_08 and BCEdit started, but was unable to see the BCF when
the "Scan" button was pressed. Running under JRE_1.5.0_02, pressing
the "Scan" button found the BCF, and I was able to load presets from
the BCF to BCEdit, but when I simply renamed the preset and tried to
write it back to the BCF, I got a Timeout Error while sending "$rev
F1" in the application.
</para>
<para>
At this point, I don't consider <application>BCEdit</application> to
be fully usable under Linux yet.
</para>
</section>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>

View File

@ -1,126 +0,0 @@
<?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-behringer-ddx3216">
<title>Behringer DDX3216</title>
<para>
The Behringer DDX3216 isn't actually a dedicated control surface, it is
a digital mixer. However it does have the capability to control ardour
using it's faders and the pan pots, through it's midi I/O. Unfortunately
for some bizzare reason, the protocol for mute toggling changes on the
Behringer and is not compatible with ardour. Most commonly you would
setup ardour so the mixer and panning was reflected by the Behringer,
however you can control other elements of ardour such as plugin
controls/automation. This can potentially save a lot of time given you
can control a lot more than just one level at a time, as opposed to one
when using a mouse. The DDX3216 can also receive MTC (MIDI Time Code)
from ardour and control ardours transport via MMC (Midi Machine
Control), making it a very useful go between for any other external
devices that can also receive MTC. On top of that, any other software
synced to JACK will be controlled via the DDX3216 as well!
</para>
<para>
The setup is quite simple as follows:
</para>
<orderedlist>
<listitem>
<para>
On the DDX3216 select the MMC/MIDI button. Press the Previous/Next
buttons to move to the RX/TX page. Make sure that you have both RX
and TX selected for 'Control Change', and TX selected for 'Machine
Control'. Under the menu 'RX/TX Only', make sure Fader and Pan is
selected.
</para>
</listitem>
<listitem>
<para>
To receive MTC do the following. Press the Previous button to get to
the Setup page. Select MTC as your source. Make sure the receive
channel is set to OMNI so it will listen on all channels, and the
MMC device is set to 7F (all). Save a new Preset on the DDX3216,
something like MMC/MTC.
</para>
</listitem>
<listitem>
<para>
Connect your midi in and out cables to your sound card, and to the
Behringer DDX3216. Start <application>qjackctl</application>, and
then start ardour. In qjackctl go to the connections dialog, and
select the <guilabel>midi</guilabel> tab. Select the Midi output on
the left window and the ardour input on the right window, and press
connect. Select the ardour output on the left window and the midi
input on the right window, and press connect.
</para>
</listitem>
<listitem>
<para>
I suggest making a template in ardour so you don't have to do these
following steps each time. Load a new session with your desired
amount of tracks (I used 16). Go to menu <menuchoice>
<guimenu>Windows</guimenu> <guisubmenu>Options Editor</guisubmenu>
</menuchoice> and select the <guilabel>MIDI</guilabel> tab. Select
all the options and make sure the midi port you have connected to in
qjackctl is 'online'.
</para>
</listitem>
<listitem>
<para>
Open the mixer window
(<keycombo><keycap>Alt</keycap><keycap>M</keycap></keycombo>) and
then hold down <keycap>Ctrl</keycap> and click the middle button of
your mouse, on the fader control for track 1. A dialog will appear
over the fader asking you to <literal>operate MIDI control
now</literal>. Move the fader on the Behringer that you want to
control track 1 ardour fader - and whalla! I use fader 17 (fader 1
in page 2) as it isn't used for analog inputs and saves confusion.
Now do the same thing for the panning, ctrl and middle click on the
pan control in ardour, and move the pan pot on the DDX3216. Repeat
the Step for as many tracks as you have. Then save the template as
'MIDI controlled' or something similar. Next time you create a
session, select this template from the drop down list and you are
ready to cruise.
</para>
<para>
Remember you can assign the DDX3216 pan pots or even faders if you
want, to the plugin controls, send levels, inserts etc etc.
</para>
</listitem>
<listitem>
<para>
You can also operate the ardour transport and have ardour transmit
MTC back to your DDX3216 (it is only capable of receiving timecode,
not transmitting it). Go to the ardour menu
<menuchoice><guimenu>Windows</guimenu><guisubmenu>Option
Editor</guisubmenu></menuchoice> and the <guilabel>Sync</guilabel>
Tab. Set <guimenuitem>Positional Sync</guimenuitem> to Sync with
Jack. Select <guimenuitem>Send MTC</guimenuitem> and
<guimenuitem>Jack time master</guimenuitem>. Set your SMPTE to the
appropriate frame rate for your region (PAL - 25 frames, NTSC 30
frames/drop frames). On the DDX3216 in the MMC/MIDI screen, select
the <guilabel>Machine Control</guilabel> Tab and you can now press
play and watch ardour begin playback, and the time code start
rolling! Of course if you have hydrogen/rosegarden/muse/whatever
also running, then they will begin with ardour as well.
</para>
</listitem>
</orderedlist>
<note>
<para>
With ardour set to sync with JACK you cannot rewind from the transport
control, because JACK does not support global varispeed. If you are
just working with ardour and nothing else, then you can change the
Sync option to internal. You also will want to enable the -12dB gain
reduction for ff/rew in the <guilabel>Misc</guilabel> tab for sanity
reasons.
</para>
</note>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>

View File

@ -1,43 +0,0 @@
<?xml version='1.0'?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % BOOK_ENTITIES SYSTEM "../../build/manual/ent/entities.ent">
%BOOK_ENTITIES;
]>
<bookinfo>
<title>Ardour Manual</title>
<issuenum>1.0</issuenum>
<productnumber>&ARDOUR_VERSION;</productnumber>
<abstract>
<para>
This is the manual for &ARDOUR_NAME; version &ARDOUR_VERSION;, a
digital audio workstation for Linux and MacOSX. This manual is jointly
created and edited by the &ARDOUR_NAME; community. It may be published
in paper format at some time in the future.
</para>
</abstract>
<isbn>
N/A
</isbn>
<mediaobject>
<imageobject>
<imagedata fileref="images/ardourlogo.png"/>
</imageobject>
</mediaobject>
<publisher>
<publishername>
<inlinemediaobject>
<imageobject>
<imagedata fileref="images/ardour-title.png" />
</imageobject>
</inlinemediaobject>
</publishername>
</publisher>
<copyright>
<year>&YEAR;</year>
<holder>&COPYRIGHT_HOLDER;</holder>
</copyright>
</bookinfo>

View File

@ -1,43 +0,0 @@
<?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-cleaning-up-a-session">
<title>Cleaning up a Session</title>
<para>
placeholder text: needs editing and references to menu items
</para>
<para>
Cleanup looks for audio files that were recorded by ardour for this
session, but are no longer in use. "In use" means "present in any
playlist in any snapshot of the session". If you have unused playlists
(e.g. alternate takes) cleanup will volunteer to delete them for you.
then it will search all snapshots (including the one you are working
with), and move all unused captured audio files into the "dead_sounds"
directory within the session. At this point, you could still potentially
get material that was "cleaned up" back, though its quite tricky to do.
</para>
<para>
It is advisable, even <emphasis>firmly recommended</emphasis> that after
this cleanup step, you save the session, exit ardour and restart. This
will enable you to confirm that the session still works as expected. If
all goes well (and it should), you can then do the 2nd phase cleanup,
which will remove the files from the <filename>dead_sounds</filename>
directory (at which point, the material is not recoverable without
backups on your part).
</para>
<para>
Note that the presence of snapshots can cause user confusion, as in "why
didnt cleanup do anything?" The answer is frequently that there are
all capture audio files are in use in this snapshot or in others.
</para>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>

View File

@ -1,105 +0,0 @@
<?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-clocks">
<title>Clocks</title>
<para>
There are several clock displays in the user interface for Ardour:
</para>
<itemizedlist>
<listitem>
<para>
Primary transport clock
</para>
</listitem>
<listitem>
<para>
Secondary transport clock
</para>
</listitem>
<listitem>
<para>
Nudge clock
</para>
</listitem>
<listitem>
<para>
Region position and length clocks
</para>
</listitem>
<listitem>
<para>
SMPTE offset clock
</para>
</listitem>
</itemizedlist>
<para>
and more. All of these clocks provide the same operations and can be
used in the same way.
</para>
<section id="clock-operations">
<title>Clock Operations</title>
<section id="changing-clock-mode">
<title> Changing Clock Mode </title>
<para>
All clocks can be used in any one of 5 modes:
</para>
<itemizedlist>
<listitem>
<para>
SMPTE time
</para>
</listitem>
<listitem>
<para>
BBT time
</para>
</listitem>
<listitem>
<para>
Audio frames
</para>
</listitem>
<listitem>
<para>
Minutes:Seconds
</para>
</listitem>
<listitem>
<para>
Off
</para>
</listitem>
</itemizedlist>
<para>
To change clock modes, simply ContextClick on the clock, and select
the desired mode from the popup menu.
</para>
</section>
<section id="editing-clock-values">
<title> Editing Clock Values </title>
<para></para>
</section>
</section>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>

View File

@ -1,85 +0,0 @@
<?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-closing-a-session">
<title>Closing a Session</title>
<para>
Ardour only allows you to work on one session at a time (although your
computer may be able to run multiple instances of Ardour at one time).
This means that to work on a different session than the current one, you
will be forced to close the current session. You can either
</para>
<itemizedlist>
<listitem>
<para>
<menuchoice> <guimenu>Session</guimenu>
<guisubmenu>Close</guisubmenu> </menuchoice> will close the current
session.
</para>
</listitem>
<listitem>
<para>
<menuchoice> <guimenu>Session</guimenu>
<guisubmenu>Open</guisubmenu> </menuchoice> will prompt you for the
name of a session to work on, and will then close the current
session.
</para>
</listitem>
<listitem>
<para>
<menuchoice> <guimenu>Session</guimenu> <guisubmenu>New</guisubmenu>
</menuchoice> will open the New Session dialog to collect
configuration information for the new session, and will then close
the current session.
</para>
</listitem>
</itemizedlist>
<para>
Whenever a session is closed but has been modified since last saved, the
Save dialog will appear.
</para>
<mediaobject>
<imageobject>
<imagedata fileref="images/save_session_dialog.png"/>
</imageobject>
</mediaobject>
<para>
You have three options when this dialog appears:
</para>
<orderedlist>
<listitem>
<para>
Save the session before closing it
</para>
</listitem>
<listitem>
<para>
Close the session without saving it
</para>
</listitem>
<listitem>
<para>
Do not close the session
</para>
</listitem>
</orderedlist>
<note>
<para>
If you choose the final option, whatever operation initiated the
closing of the session will be stopped. For example, if you were
loading a new session while working on an existing one, no new session
will be loaded.
</para>
</note>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>

View File

@ -1,69 +0,0 @@
<?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-configuring-usb-device-access">
<title>Configuring USB device access (Linux only)</title>
<para>
Linux is by default a multi-user system, so it has to have a policy to
determine who can access various devices. This includes those that can
be plugged into to a USB port.
</para>
<para>
For devices known to the operating system (which these days includes
most digital cameras, scanners, MIDI interfaces etc.), a logged-in user
will be granted access automatically. However, for devices that the OS
doesn't recognize (even if there is software on it that can use it),
this is not the case. It is possible to configure Linux to reverse this
policy and grant all users access to all devices, but this is not
recommended for security reasons.
</para>
<section id="usb-access-tranzport">
<title>Configuring Access to a Frontier Design Tranzport</title>
<para>
Using the Tranzport on Linux requires a couple of extra steps to
enable non-administrative users to access the device.
</para>
<para>
First, you need to login as the administrative user ("root"). Then put
the following into a new file called
<filename>/etc/hotplug/usb/tranzport</filename>
</para>
<screen>
#!/bin/sh
if [ $ACTION = "add" ] &amp;&amp; [ -f $DEVICE ] ; then
chmod 0666 $DEVICE
fi
exit 0
</screen>
<para>
Then make sure that the file is executable by running
</para>
<screen>
chmod +x /etc/hotplug/usb/tranzport
</screen>
<para>
Second, edit the file <filename>/etc/hotplug/usb.usermap</filename> by
adding the following 2 lines to the end of it (make sure that the 2nd
line is not split across multiple lines, even though it is very long):
</para>
<screen>
# Frontier Design Tranzport
tranzport 0x0000 0x165b 0x8101 0x0000 0x0000 0x00 0x00 0x00 0x00 0x00 0x00 0x00000000
</screen>
<para>
After doing these steps, the next time you plugin your Tranzport it
will be accessible to you as a regular user.
</para>
</section>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>

View File

@ -1,20 +0,0 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
]>
<appendix id="ap-contributing-to-the-manual" label="A" status="ardour-draft">
<title>Contributing to the Manual</title>
<para>
If you are interested in contributing to the manual contact the Ardour
developers via the
<ulink url="http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org">mailing
list</ulink> or submit patches in the
<ulink url="http://tracker.ardour.org">bug tracker</ulink>
</para>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</appendix>

View File

@ -1,27 +0,0 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
]>
<chapter id="ch-control-surfaces">
<title>Using Control Surfaces</title>
<para>
You can use a variety of different control surfaces with Ardour. We
anticipate full support for a new class of control surfaces (those using
the Mackie Control protocol) by the mid-summer of 2006, possibly
earlier.
</para>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="behringer_ddx3216.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="bcf2000.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="frontier_design_tranzport.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="generic_midi_control_surface.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="configuring_usb_device_access.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="mackie.xml" />
</chapter>

View File

@ -1,138 +0,0 @@
<?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-creating-a-new-session">
<title>Creating a new Session</title>
<para>
The first step in starting a new project with Ardour is to create a new
session. When you do this, Ardour creates a new folder named after your
session, and stores differents kinds of files and subfolders within it.
The two most important subfolders are <filename>sounds</filename> which
contains all the audio recorded or imported for the session and
<filename>automation</filename> which contains automation data for
various parts of the session.
</para>
<para>
When you start ardour without specifying an existing session, it
automatically brings up the new session dialog. If you want to create a
new session at other times, choose <menuchoice>
<guimenu>Session</guimenu> <guisubmenu>New Session</guisubmenu>
</menuchoice>.
</para>
<mediaobject>
<imageobject>
<imagedata fileref="images/session_control.png"/>
</imageobject>
</mediaobject>
<para>
Enter a name for the new session. You can use any characters you like as
part of the name, but you should know that more or less anything other
than alphabetic and numeric characters will be converted to underscores
to form the name of the session folder.
</para>
<para>
Next, choose where you want to store the new session folder. If its not
in your current working folder, click on the browse button to expand the
file selector, and then navigate to your desired location.
</para>
<mediaobject>
<imageobject>
<imagedata fileref="images/new_session_select_directory.png"/>
</imageobject>
</mediaobject>
<section id="new-session-io">
<title>Input and Output Configuration</title>
<para>
Next, configure the basic IO setup for the session. You have several
choices here, and doing nothing is one of them. This will give you a
session that includes:
</para>
<itemizedlist>
<listitem>
<para>
a stereo master bus with its outputs connected to the first two
outputs of your audio interface
</para>
</listitem>
<listitem>
<para>
all new track will have their outputs sent to the master bus
</para>
</listitem>
<listitem>
<para>
all new track inputs will be connected to Ardours best guess at
the relevant input of your audio interface.
</para>
</listitem>
</itemizedlist>
<para>
However, if you want more control over this, click on the expander
next to <guilabel>Advanced options</guilabel> label to show the full
set of options:
</para>
<mediaobject>
<imageobject>
<imagedata fileref="images/new_session_advanced_tab.png"/>
</imageobject>
</mediaobject>
<para>
There are two options available for track input configuration:
autoconnect or manual. If you select autoconnect (the default) then
new tracks will be connected to an input of your audio interface. If
you select manual, it will be up to you to configure the input for
each track.
</para>
<para>
For output, the first two choices are whether to have control and
master outs. Most DAWs assume the presence of master outs, and few (if
any) offer control outs.
</para>
<section id="new-session-master-outs">
<title>Master Outputs</title>
<para>
A Master out is a bus to which all (or most) tracks and other busses
send their output. It provides a convenient single point of control
for the output of ardour, and is a typical location for global
effects. Because of this, using master outs is enabled by default,
and the master out bus is setup to be stereo (2 inputs, 2 outputs).
However, if you are feeding Ardours output through a hardware
mixing console, you may not want master outs. In such cases, disable
them by clicking on the radio button next to “Use master outs”.
Alternatively, you may want some other channel configuration for the
master output (for example, 8 channel surround sound). Select this
by using the clickbox (see clickboxes) next to the radio button.
</para>
</section>
<section id="new-session-control-outs">
<title>Control Outputs</title>
<para>
Control outs are unusual for DAWs, but because Ardour is designed to
be as flexible as possible, and in particular is intended to be
useful as a live mixer, they are included here. Using control outs
provides you with a dedicated bus to which all tracks have an
additional output connection. As well as feeding their regular
outputs, they send data to the control outs as well. In an
unadjusted session, this means that the control outs carry the same
signal as the master outs. However, once you start soloing tracks,
the control outs will carry only soloed tracks while the master outs
continue to carry the entire mix. A typical use of control outs is
when doing live stage work. The mix engineer will be listening to
the control outs, and can therefore solo tracks without affecting
the signal being sent to the master outs (the main speakers).
</para>
</section>
</section>
</section>

View File

@ -1,43 +0,0 @@
<?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" [
<!ENTITY % BOOK_ENTITIES SYSTEM "./entities.ent">
%BOOK_ENTITIES;
]>
<section id="sn-deactivating-tracks">
<title>Deactivating Tracks</title>
<indexterm>
<primary>Tracks</primary>
<secondary>Deactivating</secondary>
</indexterm>
<para>
A track can be deactivated from the track context menu which is accessed
by clicking on the empty space in the &TRACK_CONTROLS; and choosing the
<guimenuitem>Active</guimenuitem> menu item. A track can also be made
inactive from the track name button in a &MIXER_STRIP;.
</para>
<mediaobject>
<imageobject>
<imagedata fileref="images/inactive_track.png"/>
</imageobject>
<caption>
<para>
The &TRACK_CONTROLS; and &MIXER_STRIP; of inactive tracks have a
different background color to differentiate them from active tracks.
</para>
</caption>
</mediaobject>
<para>
Deactivating a track will silence it and reduce the amount of system
resources required to operate the session. An inactive Audio Track will
not read audio data from disk, unlike when a track is
<link linkend="sn-muting-tracks">muted</link>.
</para>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>

View File

@ -1,26 +0,0 @@
<?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="default-track-names">
<title>Default Track Names</title>
<indexterm>
<primary>Tracks</primary>
<secondary>Names</secondary>
</indexterm>
<para>
When a track is added to the session it is given a default name based on
the Track type. For example, the first audio track that is added to the
session will be given the name <literal>Audio 1</literal> and the first
bus will be called <literal>Bus 1</literal> and any subsequently added
tracks will be consecutively numbered.
</para>
<para>
Track names determine the names of the files created when recording to a
track so it is suggested that meaningful names are given to tracks, see
<xref linkend="renaming-tracks"/>
</para>
</section>

View File

@ -1,348 +0,0 @@
<?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-editing-concepts">
<title>Editing Concepts</title>
<para>
In Ardour, "editing" describes the process of
</para>
<itemizedlist>
<listitem>
<para>
making modifications to playlists. Recall that
<glossterm linkend="gt-playlist">playlists</glossterm> are nothing
more than lists of
<glossterm linkend="gt-region">regions</glossterm> arranged over
time.
</para>
</listitem>
<listitem>
<para>
recording/modifying automation data
</para>
</listitem>
</itemizedlist>
<section id="editing-cut-copy-paste">
<title> Cut/Copy/Paste </title>
<para></para>
</section>
<section id="sn-snap-settings">
<title>Snap Settings</title>
<para>
By default, when you move objects around, they move freely. There
<emphasis>is</emphasis> a "granularity" to the motion, but it is a
single audio frame (so typically on the order of 1/48000'th or
1/96000'th of a second), and at most zoom levels it will not be
apparent in any way.
</para>
<para>
However, this is not always the way you want to move some kinds of
objects. If you are working with structured compositions that utilize
traditional concepts of bars, beats, rythmn and so forth, you will
often want to move regions so that that they always align to specific
periodic time points that correspond to the start of a bar, or a beat
etc. If you are working on a movie soundtrack, you may prefer to have
regions always align to SMPTE frames, or perhaps even to whole
seconds.
</para>
<para>
Ardour provides a wide variety of "snap" settings. If any but "None"
is selected, they define a grid of timepoints which will be used to
"snap" object positions as they are dragged. The grid can be regular
(as is the case if you choose "Beats", for example), or it can be
completely irregular (if you choose "Marks", for example). It can even
consist of a <emphasis>single</emphasis> timepoint (if you choose
"Edit cursor", for example).
</para>
<para>
Regions are a somewhat special case in that they may contain <emphasis>
sync points</emphasis>. If a region contains a sync point, the region start
position is ignored and the sync point is aligned to the grid. This allows
you to align a 'hit point' to the desitred grid.
</para>
<variablelist>
<title> Possible Snap Settings </title>
<varlistentry>
<term><guilabel>None</guilabel></term>
<listitem>
<para>
no alignment used at all
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><guilabel> CD Frames</guilabel></term>
<listitem>
<para>
align to 1/75th of a second intervals, as defined by the
"Redbook" Audio CD standards
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><guilabel> SMPTE Frames</guilabel></term>
<listitem>
<para>
align to whatever the current SMPTE frame interval is (defined
in the options editor)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><guilabel> SMPTE Seconds</guilabel></term>
<listitem>
<para>
align to whole seconds, adjusted to account for any SMPTE start
offset
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><guilabel> SMPTE Minutes</guilabel></term>
<listitem>
<para>
align to whole minutes, adjust to account for any SMPTE start
offset
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><guilabel> Seconds</guilabel></term>
<listitem>
<para>
align to whole seconds
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><guilabel> Minutes</guilabel></term>
<listitem>
<para>
align to whole minutes
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><guilabel> Beats/32</guilabel></term>
<listitem>
<para>
align to 1/32 divisions of the beat
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><guilabel> Beats/16</guilabel></term>
<listitem>
<para>
align to 1/16 divisions of the beat
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><guilabel> Beats/8</guilabel></term>
<listitem>
<para>
align to 1/8 divisions of the beat
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><guilabel> Beats/4</guilabel></term>
<listitem>
<para>
align to 1/4 divisions of the beat
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><guilabel> Beats/3</guilabel></term>
<listitem>
<para>
align to 1/3 divisions of the beat
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><guilabel> Beats</guilabel></term>
<listitem>
<para>
align to beats
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><guilabel> Bars</guilabel></term>
<listitem>
<para>
align to the start of bars
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><guilabel> Marks</guilabel></term>
<listitem>
<para>
align to the nearest mark of some kind
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><guilabel> Edit Cursor</guilabel></term>
<listitem>
<para>
align to the current position of the edit cursor
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><guilabel> Region starts</guilabel></term>
<listitem>
<para>
align to the nearest start of a region in the (first) selected
track
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><guilabel> Region ends</guilabel></term>
<listitem>
<para>
align to the nearest end of a region in the (first) selected
track
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><guilabel> Region syncs</guilabel></term>
<listitem>
<para>
align to the nearest region sync point in the (first) selected
track
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><guilabel> Region bounds </guilabel></term>
<listitem>
<para>
align to the nearest region start or end in the (first) selected
track
</para>
</listitem>
</varlistentry>
</variablelist>
<section id="changing-snap-settings">
<title> To change snap settings </title>
<para>
Move the mouse pointer to the toolbar panel of the editor window.
Click on the "expansion arrow" of the "Snap setting" chooser. This
will popup a list of available snap settings. If necessary, scroll
down to see your desired choice. Click on your choice in the list to
dismiss it and make Ardour switch to the new setting.
</para>
<note>
<para>
Changing snap settings has <emphasis>no</emphasis> effect on the
position of any existing region. Its effect is only on objects
being moved.
</para>
</note>
<tip>
<para>
The snap setting also affects moving the playhead, the edit
cursor, loop/punch and location markers, and dragging/moving range
selections.
</para>
</tip>
</section>
<section id="snap-mode">
<title> Snap Mode </title>
<para>
There are two subtly different ways in which the snap setting can
affect region motion:
</para>
<variablelist>
<title></title>
<varlistentry>
<term>normal snap mode</term>
<listitem>
<para>
regions can only be moved to positions defined by the snap
setting. It is not possible to move them to intermediate
positions.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>magnetic snap mode</term>
<listitem>
<para>
regions can still be moved to positions not defined by the
setting, but they "stick" to the timepoints that are when
dragged across them. Imagine that the timepoints and the
regions are magnetic - or just try it and see.
</para>
</listitem>
</varlistentry>
</variablelist>
<para>
However, you can press the <emphasis>snap modifier</emphasis> key
while dragging, and the snap setting will be ignored. By default,
this is the key on your keyboard that generates
<emphasis>Mod3</emphasis> , but you can modify this from the
<emphasis>Options Editor</emphasis> keyboard tab.
</para>
</section>
<section id="changing-snap-mode">
<title> To change snap mode </title>
<para>
Move the mouse pointer to the toolbar panel of the editor window.
Click on the "expansion arrow" of the "Snap mode" chooser. This will
popup a list of available snap settings. If necessary, scroll down
to see your desired choice. Click on your choice in the list to
dismiss it and make Ardour switch to the new setting.
</para>
</section>
</section>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>

View File

@ -1,72 +0,0 @@
<?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-editor-aligning-key-bindings">
<title>Aligning</title>
<table id="tbl-editor-aligning-key-bindings">
<title>Editor Aligning Key Bindings</title>
<tgroup cols = "2">
<colspec colnum="1" colname="Key Binding" colwidth="1"/>
<colspec colnum="2" colname="Action" colwidth= "2"/>
<thead>
<row>
<entry>
Key Binding
</entry>
<entry>
Action
</entry>
</row>
</thead>
<tbody>
<row>
<entry>
<keycombo><keycap>a</keycap></keycombo>
</entry>
<entry>
align regions using sync points and keeping relative positions
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Alt</keycap><keycap>a</keycap></keycombo>
</entry>
<entry>
align region ends
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Shift</keycap><keycap>a</keycap></keycombo>
</entry>
<entry>
align region sync points without keeping relative positions
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Mod4</keycap><keycap>a</keycap></keycombo>
</entry>
<entry>
align region starts and keeping relative positions
</entry>
</row>
</tbody>
</tgroup>
</table>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>

View File

@ -1,92 +0,0 @@
<?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-editor-canvas-key-bindings">
<title>Changing What's Visible</title>
<table id="tbl-editor-canvas-key-bindings">
<title>Editor Canvas Key Bindings</title>
<tgroup cols = "2">
<colspec colnum="1" colname="Key Binding" colwidth="1"/>
<colspec colnum="2" colname="Action" colwidth= "2"/>
<thead>
<row>
<entry>
Key Binding
</entry>
<entry>
Action
</entry>
</row>
</thead>
<tbody>
<row>
<entry>
<keycombo><keycap>f</keycap></keycombo>
</entry>
<entry>
fit tracks
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Up</keycap></keycombo>
</entry>
<entry>
step tracks up
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Down</keycap></keycombo>
</entry>
<entry>
step tracks down
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Page_Down</keycap></keycombo>
</entry>
<entry>
scroll tracks down
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Page_Up</keycap></keycombo>
</entry>
<entry>
scroll tracks up
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Shift</keycap><keycap>e</keycap></keycombo>
</entry>
<entry>
show editor mixer
</entry>
</row>
</tbody>
</tgroup>
</table>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>

View File

@ -1,233 +0,0 @@
<?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-editor-edit-cursor-key-bindings">
<title>Moving the Edit Cursor</title>
<table id="tbl-editor-edit-position-key-bindings">
<title>Edit Cursor Position Key Bindings</title>
<tgroup cols = "2">
<colspec colnum="1" colname="Key Binding" colwidth="1"/>
<colspec colnum="2" colname="Action" colwidth= "2"/>
<thead>
<row>
<entry>
Key Binding
</entry>
<entry>
Action
</entry>
</row>
</thead>
<tbody>
<row>
<entry>
<keycombo><keycap>`</keycap></keycombo>
</entry>
<entry>
cycle-edit-point
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Ctrl</keycap><keycap>~</keycap></keycombo>
</entry>
<entry>
cycle-edit-point-with-marker
</entry>
</row>
<row>
<entry>
<keycombo><keycap>e</keycap></keycombo>
</entry>
<entry>
set-edit-point
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Alt</keycap><keycap>Return</keycap></keycombo>
</entry>
<entry>
edit-to-playhead
</entry>
</row>
<row>
<entry>
<keycombo><keycap>F1</keycap></keycombo>
</entry>
<entry>
edit-cursor-to-range-start
</entry>
</row>
<row>
<entry>
<keycombo><keycap>F2</keycap></keycombo>
</entry>
<entry>
edit-cursor-to-range-end
</entry>
</row>
<row>
<entry>
<keycombo><keycap>'</keycap></keycombo>
</entry>
<entry>
edit-cursor-to-previous-region-sync
</entry>
</row>
<row>
<entry>
<keycombo><keycap>;</keycap></keycombo>
</entry>
<entry>
edit-cursor-to-next-region-sync
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Ctrl</keycap><keycap>Shift</keycap><keycap>Left</keycap></keycombo>
</entry>
<entry>
selected-marker-to-previous-region-boundary
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Ctrl</keycap><keycap>Shift</keycap><keycap>Right</keycap></keycombo>
</entry>
<entry>
selected-marker-to-next-region-boundary
</entry>
</row>
<row>
<entry>
<keycombo><keycap>e</keycap> </keycombo>
</entry>
<entry>
position selected marker at mouse pointer
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Alt</keycap><keycap>Return</keycap>
</keycombo>
</entry>
<entry>
move selected marker to playhead
</entry>
</row>
<row>
<entry>
<keycombo><keycap>[</keycap> </keycombo>
</entry>
<entry>
move selected marker to earlier region start
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Ctrl</keycap><keycap>[</keycap> </keycombo>
</entry>
<entry>
move selected marker to earlier region end
</entry>
</row>
<row>
<entry>
<keycombo><keycap>]</keycap> </keycombo>
</entry>
<entry>
move selected marker to next region start
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Ctrl</keycap><keycap>]</keycap> </keycombo>
</entry>
<entry>
move selected marker to next region end
</entry>
</row>
<row>
<entry>
<keycombo><keycap>'</keycap> </keycombo>
</entry>
<entry>
move selected marker to next region sync
</entry>
</row>
<row>
<entry>
<keycombo><keycap>;</keycap> </keycombo>
</entry>
<entry>
moved selected marker to previous region sync
</entry>
</row>
<row>
<entry>
<keycombo><keycap>F1</keycap> </keycombo>
</entry>
<entry>
move selected marker to start of range selection (if defined)
</entry>
</row>
<row>
<entry>
<keycombo><keycap>F2</keycap></keycombo>
</entry>
<entry>
move selected marker to end of range selection (if defined)
</entry>
</row>
</tbody>
</tgroup>
</table>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>

View File

@ -1,172 +0,0 @@
<?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-editor-location-marks-key-bindings">
<title>Locations and Marks</title>
<table id="tbl-editor-locations-marks-key-bindings">
<title>Locations and Marks Key Bindings</title>
<tgroup cols = "2">
<colspec colnum="1" colname="Key Binding" colwidth="1"/>
<colspec colnum="2" colname="Action" colwidth= "2"/>
<thead>
<row>
<entry>
Key Binding
</entry>
<entry>
Action
</entry>
</row>
</thead>
<tbody>
<row>
<entry>
<keycombo><keycap>Enter</keycap> </keycombo> (keypad)
</entry>
<entry>
create a new marker at the playhead location
</entry>
</row>
<row>
<entry>
<keycombo><keycap>]</keycap></keycombo>
</entry>
<entry>
set loop range from edit range
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Alt</keycap><keycap>]</keycap></keycombo>
</entry>
<entry>
set loop range from selected region(s)
</entry>
</row>
<row>
<entry>
<keycombo><keycap>[</keycap></keycombo>
</entry>
<entry>
set punch range from edit range
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Alt</keycap><keycap>[</keycap></keycombo>
</entry>
<entry>
set punch range from selected region(s)
</entry>
</row>
<row>
<entry>
<keycombo><keycap>KP_1</keycap></keycombo>
</entry>
<entry>
goto mark 1
</entry>
</row>
<row>
<entry>
<keycombo><keycap>KP_2</keycap></keycombo>
</entry>
<entry>
goto mark 2
</entry>
</row>
<row>
<entry>
<keycombo><keycap>KP_3</keycap></keycombo>
</entry>
<entry>
goto mark 3
</entry>
</row>
<row>
<entry>
<keycombo><keycap>KP_4</keycap></keycombo>
</entry>
<entry>
goto mark 4
</entry>
</row>
<row>
<entry>
<keycombo><keycap>KP_5</keycap></keycombo>
</entry>
<entry>
goto mark 5
</entry>
</row>
<row>
<entry>
<keycombo><keycap>KP_6</keycap></keycombo>
</entry>
<entry>
goto mark 6
</entry>
</row>
<row>
<entry>
<keycombo><keycap>KP_7</keycap></keycombo>
</entry>
<entry>
goto mark 7
</entry>
</row>
<row>
<entry>
<keycombo><keycap>KP_8</keycap></keycombo>
</entry>
<entry>
goto mark 8
</entry>
</row>
<row>
<entry>
<keycombo><keycap>KP_9</keycap></keycombo>
</entry>
<entry>
goto mark 9
</entry>
</row>
</tbody>
</tgroup>
</table>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>

View File

@ -1,32 +0,0 @@
<?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-editor-canvas-key-bindings">
<title>Mark &amp; Range Key Bindings</title>
<table id="tbl-editor-canvas-key-bindings">
<title>Editor Canvas Key Bindings</title>
<tgroup cols = "2">
<colspec colnum="1" colname="Key Binding" colwidth="1"/>
<colspec colnum="2" colname="Action" colwidth= "2"/>
<thead>
<row>
<entry>
Key Binding
</entry>
<entry>
Action
</entry>
</row>
</thead>
<tbody></tbody>
</tgroup>
</table>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>

View File

@ -1,112 +0,0 @@
<?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-editor-miscellaneous-key-bindings">
<title>Miscellaneous</title>
<table id="tbl-editor-miscellaneous-key-bindings">
<title>Miscellaneous Key Bindings</title>
<tgroup cols = "2">
<colspec colnum="1" colname="Key Binding" colwidth="1"/>
<colspec colnum="2" colname="Action" colwidth= "2"/>
<thead>
<row>
<entry>
Key Binding
</entry>
<entry>
Action
</entry>
</row>
</thead>
<tbody>
<row>
<entry>
<keycombo><keycap>1</keycap></keycombo>
</entry>
<entry>
toggle edit mode
</entry>
</row>
<row>
<entry>
<keycombo><keycap>2</keycap></keycombo>
</entry>
<entry>
cycle snap mode
</entry>
</row>
<row>
<entry>
<keycombo><keycap>3</keycap></keycombo>
</entry>
<entry>
cycle snap choice
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Ctrl</keycap><keycap>f</keycap> </keycombo>
</entry>
<entry>
toggle follow playhead
</entry>
</row>
<row>
<entry>
<keycombo><keycap>9</keycap></keycombo>
</entry>
<entry>
set tempo from region
</entry>
</row>
<row>
<entry>
<keycombo><keycap>0</keycap></keycombo>
</entry>
<entry>
set tempo from edit range
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Ctrl</keycap><keycap>t</keycap></keycombo>
</entry>
<entry>
insert time
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Ctrl</keycap><keycap>Delete</keycap></keycombo>
</entry>
<entry>
remove last capture
</entry>
</row>
</tbody>
</tgroup>
</table>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>

View File

@ -1,57 +0,0 @@
<?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-editor-nudging-key-bindings">
<title>Nudging Key Bindings</title>
<para>
Nudging will move selected regions if there are any, otherwise the
playhead.
</para>
<table id="tbl-editor-nudging-key-bindings">
<title>Nudging Key Bindings</title>
<tgroup cols = "2">
<colspec colnum="1" colname="Key Binding" colwidth="1"/>
<colspec colnum="2" colname="Action" colwidth= "2"/>
<thead>
<row>
<entry>
Key Binding
</entry>
<entry>
Action
</entry>
</row>
</thead>
<tbody>
<row>
<entry>
<keycombo><keycap>Keypad +</keycap></keycombo>
</entry>
<entry>
nudge forward
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Keypad -</keycap></keycombo>
</entry>
<entry>
nudge backward
</entry>
</row>
</tbody>
</tgroup>
</table>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>

View File

@ -1,205 +0,0 @@
<?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-editor-play-position-key-bindings">
<title>Moving the Playhead</title>
<table id="tbl-editor-play-position-key-bindings">
<title>Play Position Key Bindings</title>
<tgroup cols = "2">
<colspec colnum="1" colname="Key Binding" colwidth="1"/>
<colspec colnum="2" colname="Action" colwidth= "2"/>
<thead>
<row>
<entry>
Key Binding
</entry>
<entry>
Action
</entry>
</row>
</thead>
<tbody>
<row>
<entry>
<keycombo><keycap>Home</keycap></keycombo>
</entry>
<entry>
Move playhead to session start
</entry>
</row>
<row>
<entry>
<keycombo><keycap>End</keycap></keycombo>
</entry>
<entry>
Move playhead to session end
</entry>
</row>
<row>
<entry>
<keycombo><keycap>p</keycap> </keycombo>
</entry>
<entry>
position playhead at mouse pointer
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Return</keycap> </keycombo>
</entry>
<entry>
move playhead to selected marker (if any)
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Alt</keycap><keycap>Return</keycap>
</keycombo>
</entry>
<entry>
move selected marker (if any) to playhead
</entry>
</row>
<row>
<entry>
<keycombo><keycap>.</keycap></keycombo>
</entry>
<entry>
playhead to next region boundary
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Ctrl</keycap><keycap>.</keycap></keycombo>
</entry>
<entry>
playhead to next region sync
</entry>
</row>
<row>
<entry>
<keycombo><keycap>,</keycap></keycombo>
</entry>
<entry>
playhead to previous region boundary
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Ctrl</keycap><keycap>,</keycap></keycombo>
</entry>
<entry>
playhead to previous region sync
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Ctrl</keycap><keycap>Right</keycap></keycombo>
</entry>
<entry>
tab to transient forwards
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Ctrl</keycap><keycap>Left</keycap></keycombo>
</entry>
<entry>
tab to transient backwards
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Left</keycap></keycombo>
</entry>
<entry>
playhead to previous region boundary
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Alt</keycap><keycap>Left</keycap></keycombo>
</entry>
<entry>
nudge playhead backward
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Right</keycap></keycombo>
</entry>
<entry>
playhead to next region boundary
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Alt</keycap><keycap>Right</keycap></keycombo>
</entry>
<entry>
nudge playhead forward
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Ctrl</keycap><keycap>Keypad
Right</keycap></keycombo>
</entry>
<entry>
jump forward to mark
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Ctrl</keycap><keycap>Keypad
Left</keycap></keycombo>
</entry>
<entry>
jump backward to mark
</entry>
</row>
</tbody>
</tgroup>
</table>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>

View File

@ -1,62 +0,0 @@
<?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-editor-range-operations-key-bindings">
<title>Range Operations</title>
<table id="tbl-editor-range-operations-key-bindings">
<title>Range Operations Key Bindings</title>
<tgroup cols = "2">
<colspec colnum="1" colname="Key Binding" colwidth="1"/>
<colspec colnum="2" colname="Action" colwidth= "2"/>
<thead>
<row>
<entry>
Key Binding
</entry>
<entry>
Action
</entry>
</row>
</thead>
<tbody>
<row>
<entry>
<keycombo><keycap>F6</keycap></keycombo>
</entry>
<entry>
select range using edit range
</entry>
</row>
<row>
<entry>
<keycombo><keycap>&gt;</keycap></keycombo>
</entry>
<entry>
extend range to end of region
</entry>
</row>
<row>
<entry>
<keycombo><keycap>&lt;</keycap></keycombo>
</entry>
<entry>
extend range to start of region
</entry>
</row>
</tbody>
</tgroup>
</table>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>

View File

@ -1,219 +0,0 @@
<?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-editor-region-operation-key-bindings">
<title>Region Operations Key Bindings</title>
<para>
Region operations generally operate on the currently selected regions,
if any. If none are selected but 1 or more tracks are selected then
regions in those tracks at the edit point will be used. If no tracks are
selected, then any region at the edit point will be used.
</para>
<table id="tbl-editor-region-operation-key-bindings">
<title>Region Operation Key Bindings</title>
<tgroup cols = "2">
<colspec colnum="1" colname="Key Binding" colwidth="1"/>
<colspec colnum="2" colname="Action" colwidth= "2"/>
<thead>
<row>
<entry>
Key Binding
</entry>
<entry>
Action
</entry>
</row>
</thead>
<tbody>
<row>
<entry>
<keycombo><keycap>s</keycap> </keycombo>
</entry>
<entry>
split region(s) at edit point
</entry>
</row>
<row>
<entry>
<keycombo><keycap>i</keycap></keycombo>
</entry>
<entry>
insert region (from region list)
</entry>
</row>
<row>
<entry>
<keycombo><keycap>d</keycap></keycombo>
</entry>
<entry>
duplicate region
</entry>
</row>
<row>
<entry>
<keycombo><keycap>n</keycap></keycombo>
</entry>
<entry>
normalize region
</entry>
</row>
<row>
<entry>
<keycombo><keycap>m</keycap></keycombo>
</entry>
<entry>
mute/unmute region
</entry>
</row>
<row>
<entry>
<keycombo><keycap>~</keycap></keycombo>
</entry>
<entry>
boost region gain
</entry>
</row>
<row>
<entry>
<keycombo><keycap>&amp;</keycap></keycombo>
</entry>
<entry>
cut region gain
</entry>
</row>
<row>
<entry>
<keycombo><keycap>h</keycap></keycombo>
</entry>
<entry>
play selected regions
</entry>
</row>
<row>
<entry>
<keycombo><keycap>j</keycap></keycombo>
</entry>
<entry>
trim to start at edit point
</entry>
</row>
<row>
<entry>
<keycombo><keycap>k</keycap></keycombo>
</entry>
<entry>
trim to end at edit point
</entry>
</row>
<row>
<entry>
<keycombo><keycap>/</keycap></keycombo>
</entry>
<entry>
set fade in length (via edit point)
</entry>
</row>
<row>
<entry>
<keycombo><keycap>\</keycap></keycombo>
</entry>
<entry>
set fade out length (via edit point)
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Shift</keycap><keycap>{</keycap></keycombo>
</entry>
<entry>
trim from start to edit point
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Shift</keycap><keycap>}</keycap></keycombo>
</entry>
<entry>
trim from edit point to end
</entry>
</row>
<row>
<entry>
<keycombo><keycap>F3</keycap></keycombo>
</entry>
<entry>
crop (to edit range)
</entry>
</row>
<row>
<entry>
<keycombo><keycap>F4</keycap></keycombo>
</entry>
<entry>
separate (using edit range)
</entry>
</row>
<row>
<entry>
<keycombo><keycap>v</keycap></keycombo>
</entry>
<entry>
set region sync point(s) at edit point
</entry>
</row>
<row>
<entry>
<keycombo><keycap>F5</keycap></keycombo>
</entry>
<entry>
pitch shift region
</entry>
</row>
</tbody>
</tgroup>
</table>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>

View File

@ -1,142 +0,0 @@
<?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-editor-selection-key-bindings">
<title>Selection Key Bindings</title>
<table id="tbl-selection-key-bindings">
<title>Selection Key Bindings</title>
<tgroup cols = "2">
<colspec colnum="1" colname="Key Binding" colwidth="1"/>
<colspec colnum="2" colname="Action" colwidth= "2"/>
<thead>
<row>
<entry>
Key Binding
</entry>
<entry>
Action
</entry>
</row>
</thead>
<tbody>
<row>
<entry>
<keycombo><keycap>Ctrl</keycap><keycap>a</keycap></keycombo>
</entry>
<entry>
select all
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Ctrl</keycap><keycap>p</keycap></keycombo>
</entry>
<entry>
select all before playhead
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Shift</keycap><keycap>Ctrl</keycap><keycap>p</keycap></keycombo>
</entry>
<entry>
select all after playhead
</entry>
</row>
<row>
<entry>
<keycombo><keycap>u</keycap></keycombo>
</entry>
<entry>
select all within edit range
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Shift</keycap><keycap>i</keycap></keycombo>
</entry>
<entry>
invert selection
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Shift</keycap><keycap>Ctrl</keycap><keycap>e</keycap></keycombo>
</entry>
<entry>
select all after edit cursor
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Ctrl</keycap><keycap>e</keycap></keycombo>
</entry>
<entry>
select all before edit cursor
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Ctrl</keycap><keycap>d</keycap></keycombo>
</entry>
<entry>
select all in punch range
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Ctrl</keycap><keycap>l</keycap></keycombo>
</entry>
<entry>
select all in loop range
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Alt</keycap><keycap>Up</keycap></keycombo>
</entry>
<entry>
select prev route
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Alt</keycap><keycap>Down</keycap></keycombo>
</entry>
<entry>
select next route
</entry>
</row>
</tbody>
</tgroup>
</table>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>

View File

@ -1,92 +0,0 @@
<?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-editor-standard-editing-key-bindings">
<title>Standard Editing</title>
<table id="tbl-editor-standard-editing-key-bindings">
<title>Editor Standard Editing Key Bindings</title>
<tgroup cols = "2">
<colspec colnum="1" colname="Key Binding" colwidth="1"/>
<colspec colnum="2" colname="Action" colwidth= "2"/>
<thead>
<row>
<entry>
Key Binding
</entry>
<entry>
Action
</entry>
</row>
</thead>
<tbody>
<row>
<entry>
<keycombo><keycap>Ctrl</keycap><keycap>z</keycap> </keycombo>
</entry>
<entry>
undo
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Ctrl</keycap><keycap>r</keycap> </keycombo>
</entry>
<entry>
redo
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Ctrl</keycap><keycap>x</keycap> </keycombo>
</entry>
<entry>
cut
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Delete</keycap> </keycombo>
</entry>
<entry>
cut
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Ctrl</keycap><keycap>c</keycap> </keycombo>
</entry>
<entry>
copy
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Ctrl</keycap><keycap>v</keycap> </keycombo>
</entry>
<entry>
paste
</entry>
</row>
</tbody>
</tgroup>
</table>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>

View File

@ -1,81 +0,0 @@
<?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-editor-window">
<title>The Editor</title>
<para>
Ardour provides two ways of viewing a session: the Editor and the Mixer.
The Editor shows the session by representing tracks as horizontal
timeline displays, with material within the tracks (audio, MIDI, video,
automation data, etc.) arranged along the horizontal (time) axis. The
Mixer shows the session by representing tracks as mixer strips, with
controls for gain, record enable, soloing and so forth. More abstractly,
the Editor represents the time based aspects of a session, whereas the
Mixer represents the signal flow.
</para>
<para>
However, it is quite possible to control the signal flow aspects from
within the Editor as well, without the comprehensive overview that the
Mixer provides. For some sessions, especially during the early stages of
a session, the Editor may be the only window you need to use.
</para>
<section id="editor-window-layout">
<title>Editor Window Layout</title>
<para>
Lets survey the basic layout of the editor window:
</para>
<para>
The transport controls are in a tearoff window at the top of the
editor, and are described in transport_window.
</para>
</section>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="editor_window_controls.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="track_list.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="editor_window_group_list.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="editor_window_region_list.xml" />
<section id="editor-window-chunk-list">
<title>Chunk List</title>
<para>
Below the region list is the Chunk List, which provides a visual list
of all "chunks". Chunks are collections (possibly discontiguous) of
sections.
</para>
</section>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="track_display.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="editor_window_timeline.xml" />
<section id="editor-window-track-controls">
<title>Track Controls</title>
<para>
Each track has a set of controls on its left side. Which controls are
present varies depending on the type of track (audio, bus, automation,
MIDI, etc.). Every track type has a "hide" button marked with a cross.
Click on this to hide the track.
</para>
</section>
<section id="editor-window-track-views">
<title>Track Views</title>
<para>
This is where all editing takes place. The track views contain region
objects, curve control points, lines and other items that can be
added, removed, copied, cut and pasted. See editing_basics for more
information on editing.
</para>
</section>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>

View File

@ -1,345 +0,0 @@
<?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="editor-window-controls">
<title>Editor Controls</title>
<para>
The editor controls are in a tearoff window, which you can use in the
usual way.
</para>
<section id="editor-edit-cursor-clock">
<title>Edit cursor clock</title>
<para>
This clock shows the current position of the edit cursor. You can edit
the position using the clock if you wish.
</para>
</section>
<section id="editor-zoom-buttons">
<title>Zoom buttons</title>
<para>
The zoom buttons allow you to see more ("zoom out") or less ("zoom
in") of the session timeline in the track display area. Click on the
zoom out button to zoom out, and the zoom in button to zoom in.
</para>
</section>
<section id="editor-zoom-range-clock">
<title>Zoom range clock</title>
<para>
The zoom range clock shows the current duration of the timeline that
is visible in the track display area. It does not indicate the
location of the visible section of the timeline, only its length. You
can zoom in and out by editing this clock directly, which may be
useful if you want to see a precise duration within the editor.
</para>
</section>
<section id="editor-zoom-selectors">
<title>Zoom selectors</title>
<para>
The two zoom select buttons allow you to go to the maximum and minimum
zoom levels with a single button click. The "1:1" button zooms all the
way into single sample level, where each pixel on the screen
represents a single sample. The "whole session button" zooms out to
show the entire session in the track display area.
</para>
</section>
<section id="editor-zoom-focus-control">
<title>Zoom focus control</title>
<para>
When zooming, there is always a change in what is displayed in the
track display area. However, one position in the display will continue
to correspond to the same point in the timeline, and there are several
choices of how to define that point. The default behaviour is to keep
the left edge of the track display area constant. If it was at a
position 1:12:14 into the session timeline before zooming, then it
will continue to be at that position after zooming. Other points in
the display that you can ensure are in the same position while zooming
include the right edge of the track display, the center of the track
display, the playhead and the edit cursor. Whichever of these is
selected is known as the current zoom focus.
</para>
<para>
To change the current zoom focus, click on the combo box to see the
list of available choices. Click on the zoom focus you wish to use.
The list of choices will disappear, and the new zoom focus choice will
be in effect.
</para>
</section>
<section id="editor-snap-control">
<title>Snap control</title>
<para>
When moving objects around in the track display area, you have the
choice of moving them freely or having their positions be limited to
certain points along the timeline. This applies to region, the
playhead, the edit cursor, curve control points and markers, among
others. If you want the positions of objects to be limited, then you
can choose from several different possibilities. We call this "snap
to" because when moving objects around with the mouse, they appear to
"snap to" various positions.
</para>
<para>
The most obvious source of "snap to" positions is the tempo map, but
ardour offers many different possibilities:
</para>
<table id="tbl-snap-control">
<title>Snap Control</title>
<tgroup cols = "2">
<colspec colnum="1" colname="Snap Option" colwidth="1"/>
<colspec colnum="2" colname="Action" colwidth= "2"/>
<thead>
<row>
<entry>
Snap Option
</entry>
<entry>
Action
</entry>
</row>
</thead>
<tbody>
<row>
<entry>
BBT
</entry>
<entry>
you can select 64th,32nd,16th,8th,quarter and whole beat
positions, as well as beat triplets and whole bars (measures).
</entry>
</row>
<row>
<entry>
Region beginnings
</entry>
</row>
<row>
<entry>
Region ends
</entry>
</row>
<row>
<entry>
Region sync points
</entry>
</row>
<row>
<entry>
Region boundaries
</entry>
<entry>
(combines regions beginnings and ends)
</entry>
</row>
<row>
<entry>
Marks
</entry>
</row>
<row>
<entry>
Edit Cursor
</entry>
<entry>
a single snap-to point. This is useful when aligning several
objects at the same point. Set the edit cursor to the desired
position, then select this snap setting, and then move the
objects, which will immediately snap to the chosen position.
</entry>
</row>
</tbody>
</tgroup>
</table>
</section>
<section id="editor-edit-mode-control">
<title>Edit mode control</title>
<para>
When moving regions around in a track, it is sometimes desirable to
leave spaces between regions and sometimes to force regions to always
be placed directly next to their neighbours. Which is more appropriate
depends a lot on the nature of the project and the regions themselves.
</para>
<para>
By default, Ardour uses slide mode which allows you to freely place
regions in a track (subject to the current snap setting, of course).
If you cut part of region, an empty space will remain where the part
you removed used to be. If you move a region along the timeline, it
will move independently of other regions, and will stay wherever you
place it.
</para>
<para>
If you are editing a session and require behaviour where regions are
forced to always to be directly adjacent, you can switch to splice
maybe. In this mode, cutting part of region will cause all later
regions in the track to move up (earlier) the timeline so that there
is no intervening space between them. Moving a region will cause other
regions to move around so that the moved region fits "between" them.
</para>
</section>
<section id="editor-window-nudge-buttons">
<title>Nudge buttons</title>
<para>
Sometimes when editing its nice to be able to move objects by
predefined amounts rather than just positioning them freely or using
snap-to. This kind of motion is called nudging. At the present time,
only the playhead, playlists and regions can be nudged. The distance
an object is nudged is set by the nudge clock (see below).
</para>
<para>
To nudge one or more regions forward by 1 second, first edit the nudge
clock so that it specifies that time. Then select the region(s) by
clicking on them, and finally click the nudge forward button.
</para>
<para>
Nudging backwards is identical to nudging forwards, except that you
should click on the nudge backwards button.
</para>
<para>
To nudge a playlist forward or backwards, first set the nudge clock to
the desired nudge distance. Then in the track that is using the
playlist. Choose Nudge Nudge entire track fwd or Nudge nudge entire
track bwd as desired.
</para>
<para>
You can also nudge all regions in the playlist positioned after (later
than) the edit cursor. To do this, follow the steps for nudging the
playlist, but choose Nudge nudge track after edit cursor fwd or Nudge
nudge track after edit cursor bwd, as appropriate.
</para>
</section>
<section id="editor-window-nudge-clock">
<title>Nudge clock</title>
<para>
You can edit the clock value to alter the distance that
regions/playlists will be nudged. (see <xref linkend="sn-clocks"/> for
instructions).
</para>
</section>
<section id="editor-window-tool-selector">
<title>Tool Selector</title>
<para>
The editor tool selector is in a tearoff window, and contains a series
of buttons used to select what the mouse (and often the keyboard) will
do when editing tracks. The tools include:
</para>
<table id="tbl-editor-window-mouse-modes">
<title>Snap Control</title>
<tgroup cols = "2">
<colspec colnum="1" colname="Snap Option" colwidth="1"/>
<colspec colnum="2" colname="Action" colwidth= "2"/>
<thead>
<row>
<entry>
Mouse Mode
</entry>
<entry>
Description
</entry>
</row>
</thead>
<tbody>
<row>
<entry>
object
</entry>
<entry>
<para>
Left-clicking Object will place the mouse in object mode.
When in object mode, the mouse pointer appears as a hand
whenever it is over the track canvas or the rulers. The
mouse can now be used to select and perform operations on
objects such as regions, markers etc.
</para>
</entry>
</row>
<row>
<entry>
range
</entry>
<entry>
<para>
Left-clicking Range will place the mouse in range mode. When
in range mode, the mouse pointer appears as a vertical line
whenever it is over the track canvas or the rulers. The
mouse will now be able to select a point or range of time.
Time ranges can be selected over one or several tracks.
</para>
</entry>
</row>
<row>
<entry>
gain
</entry>
</row>
<row>
<entry>
zoom
</entry>
<entry>
<para>
Left-clicking Zoom will place the mouse in zoom mode. When
in zoom mode, the mouse pointer appears as a magnifying
glass whenever it is over the track canvas or the rulers.
This mode is used to zoom the display to any range that is
subsequently set using the mouse.
</para>
</entry>
</row>
<row>
<entry>
timefx
</entry>
<entry>
<para>
Left-clicking Timefx will place the mouse in timefx mode.
When in timefx mode, the mouse pointer appears as a
distinctive 'expanding' illustration whenever it is over the
track canvas or the rulers. This mode is used to resize
regions using a timestretch algorithm.
</para>
</entry>
</row>
</tbody>
</tgroup>
</table>
</section>
</section>

View File

@ -1,28 +0,0 @@
<?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="editor-window-edit-group-list">
<title>Edit Group List</title>
<para>
Below the track list is the edit group list, which lists all edit groups
for the session, including a default group called &#8220;all&#8221;. To
the left of each group name is a checkbox which indicates whether or not
the group is active (a checkmark means its active). Click on the
checkbox to change the active status of an edit group.
</para>
<para>
The edit group list can also be used to toggle the visibility of all
members of the group. Visible edit groups are displayed in cyan, hidden
ones in orange. Click on the name of the edit group to toggle its
visibility. Note that an edit group can be visible and yet have hidden
member tracks, and vice versa.
</para>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>

View File

@ -1,82 +0,0 @@
<?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-tool-selection-key-bindings">
<title>Tool Selection</title>
<table id="tbl-tool-selection-key-bindings">
<title>Tool Selection Key Bindings</title>
<tgroup cols = "2">
<colspec colnum="1" colname="Key Binding" colwidth="1"/>
<colspec colnum="2" colname="Action" colwidth= "2"/>
<thead>
<row>
<entry>
Key Binding
</entry>
<entry>
Action
</entry>
</row>
</thead>
<tbody>
<row>
<entry>
<keycombo><keycap>r</keycap> </keycombo>
</entry>
<entry>
Select Range mode
</entry>
</row>
<row>
<entry>
<keycombo><keycap>g</keycap> </keycombo>
</entry>
<entry>
Select Gain mode
</entry>
</row>
<row>
<entry>
<keycombo><keycap>o</keycap> </keycombo>
</entry>
<entry>
Select Object mode
</entry>
</row>
<row>
<entry>
<keycombo><keycap>t</keycap> </keycombo>
</entry>
<entry>
Select TimeFX mode
</entry>
</row>
<row>
<entry>
<keycombo><keycap>z</keycap> </keycombo>
</entry>
<entry>
Select Zoom mode
</entry>
</row>
</tbody>
</tgroup>
</table>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>

View File

@ -1,152 +0,0 @@
<?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="editor-window-region-list">
<title>Region List</title>
<para>
To the right of the track display is the region list, which uses a tree
display to show all regions in the session. There are sections in the
region list, &#8220;Captured&#8221; and &#8220;External&#8221;.
&#8220;Captured&#8221; contains all regions that were either recorded by
Ardour or imported as native audio files. &#8220;External&#8221;contains
regions created using audio files external to Ardour (from a sample
library, for example).
</para>
<section id="region-list-organization">
<title>Organization of the region list</title>
<para>
In both sections of the region list, any regions containing multiple
channels will have its name followed by &#8220;[N]&#8221; where N is a
number indicating the number of channels. Any region that ends in
&#8220;-N&#8221;, where N is a number, is a region that describes an
entire audio file. Any region that ends in &#8220;.N&#8221; is a
region that describes part of an audio file. Any subtree within the
region list can be hidden or displayed by clicking on the box left of
its name.
</para>
<para>
Within the Captured part of the tree, each track is represented by its
own subtree (strictly speaking, its not each track but each playlist
that is represented). Within that subtree is an entry for each take
recorded for that track. Remember that each take is stored as one and
audio files (strictly, one per channel). Within the take tree is an
entry for each region created from that take.
</para>
<para>
Within the External part of the tree, there is a subtree for each
audio file embedded into the session. Within that subtree are entries
for each region created from that audio file.
</para>
</section>
<section id="region-list-operations">
<title>Region list operations</title>
<para>
Click on the box to the left of the name of part of the tree to
hide/show that part of the subtree.
</para>
<para>
Click the name of a region and then drag it to the track display area
to insert a region into a track.
</para>
<para>
Click on the title bar of the region list to display a menu allowing
you to
</para>
<table id="tbl-region-list-operations-menu">
<title>Region List Context Menu</title>
<tgroup cols = "2">
<colspec colnum="1" colname="Snap Option" colwidth="1"/>
<colspec colnum="2" colname="Action" colwidth= "2"/>
<thead>
<row>
<entry>
Menu Item
</entry>
<entry>
Description
</entry>
</row>
</thead>
<tbody>
<row>
<entry>
Find
</entry>
</row>
<row>
<entry>
Show/Hide All
</entry>
<entry>
<para>
fully expand or collapse the region list
</para>
</entry>
</row>
<row>
<entry>
Sort
</entry>
</row>
<row>
<entry>
Display Automatic Regions normally,
</entry>
<entry>
Ardour does not display regions created as a result of a side
effect of user actions. If this option is selected, all
regions will be included in the region list.
</entry>
</row>
<row>
<entry>
Import audio files
</entry>
<entry>
<para>
copy (and if necessary convert) audio files into the
session. See Importing for more details.
</para>
</entry>
</row>
<row>
<entry>
Embed audio file
</entry>
<entry>
<para>
embed external audio files into the session. No new files
are created, and no format conversion is done. See
[[editing:Embedding]] for more details.
</para>
</entry>
</row>
</tbody>
</tgroup>
</table>
</section>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>

View File

@ -1,113 +0,0 @@
<?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="editor-window-timeline">
<title>Timeline</title>
<para>
At the top of the track display area is the timeline display. This
consists of a number of rulers, a meter track, a tempo track and the
marker display.
</para>
<para>
The available rulers include:
</para>
<table id="tbl-rulers">
<title>Ruler Types</title>
<tgroup cols = "2">
<colspec colnum="1" colname="Ruler Type" colwidth="1"/>
<colspec colnum="2" colname="Description" colwidth= "2"/>
<thead>
<row>
<entry>
Ruler Type
</entry>
<entry>
Description
</entry>
</row>
</thead>
<tbody>
<row>
<entry>
Frames
</entry>
<entry>
this ruler measures audio frames. The number of audio frames per
second depends on the sample rate in use.
</entry>
</row>
<row>
<entry>
SMPTE
</entry>
<entry>
this ruler displays SMPTE timecode. The SMPTE format (25fps,
30fps, drop frame etc) is selected in the Options Editor
option_editor.
</entry>
</row>
<row>
<entry>
Min:Sec
</entry>
<entry>
this ruler displays time in minutes+seconds, measured since the
start of the session.
</entry>
</row>
<row>
<entry>
BBT
</entry>
<entry>
<para>
(Bars,Beats,Ticks) this ruler displays positions based on the
tempo map.
</para>
</entry>
</row>
</tbody>
</tgroup>
</table>
<para>
To show or hide one or more of the rulers, click on the area to the left
of their names. A menu will popup that has a check item for each
available ruler. Click on the name of the ruler to toggle its
visibility.
</para>
<para>
The tempo and meter tracks display the tempo map for the session. The
tempo track contains 1 or more tempo change points, with a default tempo
of 120 beats per minute. The meter track contains 1 or more meter change
points, with an initial default meter of 4/4.
</para>
<para>
on a tempo/meter change point to edit it. Click in the tempo/meter track
to add a new change point. Click and drag on a change point to move it.
on a tempo/meter change point to remove it.
</para>
<para>
There is more information on using the timeline in editing_basics.
</para>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>

View File

@ -1,118 +0,0 @@
<?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-editor-zoom-key-bindings">
<title>Zoom and Visual State Key Bindings</title>
<para>
By default, 12 function keys (F1-F12) are assigned to visual state
management. All of them are represented in the table as "Fn".
</para>
<table id="tbl-editor-zoom-key-bindings">
<title>Editor Zoom Key Bindings</title>
<tgroup cols = "2">
<colspec colnum="1" colname="Key Binding" colwidth="1"/>
<colspec colnum="2" colname="Action" colwidth= "2"/>
<thead>
<row>
<entry>
Key Binding
</entry>
<entry>
Action
</entry>
</row>
</thead>
<tbody>
<row>
<entry>
<keycombo><keycap>=</keycap> </keycombo>
</entry>
<entry>
zoom in on timeline
</entry>
</row>
<row>
<entry>
<keycombo><keycap>-</keycap> </keycombo>
</entry>
<entry>
zoom out on timeline
</entry>
</row>
<row>
<entry>
<keycombo><keycap>z</keycap> </keycombo>
</entry>
<entry>
switch zoom focus to playhead
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>z</keycap>
</keycombo>
</entry>
<entry>
Zoom to fit selected region(s) (time axis only)
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Alt</keycap><keycap>z</keycap> </keycombo>
</entry>
<entry>
Zoom to fit selected region(s) (time axis &amp; vertical axis)
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Shift</keycap><keycap>z</keycap> </keycombo>
</entry>
<entry>
Undo zoom change
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Ctrl</keycap><keycap>Fn</keycap></keycombo>
</entry>
<entry>
Save current visual state as VS #n (hold for 2 secs)
</entry>
</row>
<row>
<entry>
<keycombo><keycap>Ctrl</keycap><keycap>Fn</keycap></keycombo>
</entry>
<entry>
Restore visual state #n (occurs on key release)
</entry>
</row>
</tbody>
</tgroup>
</table>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>

View File

@ -1,22 +0,0 @@
<!ENTITY YEAR "2007">
<!ENTITY BOOKNAME "Ardour Reference Guide">
<!ENTITY BOOKVERSION "0.01"> <!-- change version here -->
<!ENTITY BOOKDATE "2007-01-13"> <!-- change revision date here -->
<!ENTITY BOOKID "&BOOKNAME;-&BOOKVERSION; (&BOOKDATE;)">
<!ENTITY ARDOUR_NAME "Ardour">
<!ENTITY ARDOUR_VERSION "@VERSION@">
<!ENTITY ARDOUR_COMMAND "<command>ardour3</command>">
<!ENTITY ARDOUR_APPLICATION "<application>&ARDOUR_NAME;</application>">
<!ENTITY COPYRIGHT_HOLDER "&ARDOUR_NAME; Foundation">
<!ENTITY MIX_WIN '<link linkend="sn-mixer-window">Mixer Window</link>'>
<!ENTITY EDIT_WIN '<link linkend="sn-editor-window">Editor Window</link>'>
<!ENTITY MIXER_STRIP '<link linkend="sn-mixer-strips">Mixer Strip</link>'>
<!ENTITY MIXER_STRIP_LIST '<link linkend="sn-mixer-strip-list">Mixer Strip List</link>'>
<!ENTITY TRACK_DISPLAY '<link linkend="sn-track-display">Track Display</link>'>
<!ENTITY TRACK_CONTROLS '<link linkend="sn-track-controls">Track Controls</link>'>
<!ENTITY PLAYLIST '<glossterm linkend="gt-playlist">Playlist</glossterm>'>

View File

@ -1,15 +0,0 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
]>
<chapter id="ch-exporting">
<title>Exporting</title>
<para>
This section covers ways to get your session converted into various
formats for use by other software or systems.
</para>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="exporting_to_cd.xml" />
</chapter>

View File

@ -1,190 +0,0 @@
<?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-exporting-to-cd">
<sectioninfo>
<authorgroup>
<author>
<personname>
<firstname>Nick</firstname>
<surname>Mainsbridge</surname>
</personname>
</author>
</authorgroup>
</sectioninfo>
<title>Exporting to CD</title>
<section id="table-of-contents">
<title>Table of Contents </title>
<para>
A Table of Contents is a description of the data stored on a medium.
In the case of audio Cds, the TOC comes in the form of PQ data which
is intermingled with the audio data whaen the CD is burnt. Because PQ
data isn't part of 'normal' audio file formats such as wav or aiff,
this information must be stored in a separate file on your computer (a
CUE or TOC file) ready for use by your CD burning software which will
combine the two.
</para>
<para>
At the moment, Ardour can export TOC and CUE files containing the
red-book related fields Track, Index, ISRC, SCMS and Preemphasis. The
CD-TEXT fields TITLE, COMPOSER, PERFORMER and disc title are also
supported.
</para>
<para>
Range markers in Ardour can be 'promoted' to become CD tracks in the
locations window. Marks (point markers) can be promoted to be CD
Indexes in the same window. All TOC/CUE export operations hinge on
this.
</para>
<para>
Assuming you have several songs on your timeline laid out so that
their spacing and level is 'correct' as you hear it, you should then
set ranges that represent the start and end points of each track,
These will become the start and end points on your CD. The start times
are all rounded down to the previous CD frame (Of which there are
75/second) on export, so if you want to hear the exact point that your
CD player will start from, select 'CD frames' as your snap setting
while you do this. If you want track indexes (nobody does, but they're
there), set a location marker for each desired index.
</para>
<para>
The locations dialog is useful here, as you can just 'go' to a point
to audition the exact position of a marker/range.
</para>
</section>
<section id="pregap">
<title> Pregap </title>
<para>
A word about pregap:
</para>
<para>
A 'normal' redbook CD should have a blank (digital black) space of 2
seconds before the first modulation called the pregap. Ideally, your
first song will have been placed at 2 seconds when you began, but you
can always drag the whole collection of songs to the right position
fairly easily at this point.
</para>
<para>
Also, note that this 2 second rule can be fun to break. You can make
the pregap as long as you like.. even hide whole songs in there. The
player will still play track one when the disc is inserted. Only those
listeners with the urge to rewind beyond the beginning will find your
hidden song/dog bark. Also keep in mind that there is a pregap for
each song. It starts where the previous song ends. In other words, if
you leave a gap in the ranges between songs 2 &amp; 3, that gap will
only play for those listening through the entire CD. Anyone skipping
directly to 3 will miss your secret 'long' intro.
</para>
<para>
After setting a non-overlapping range for each track (overlapping CD
tracks are removed on export, from left to right, as are indexes that
aren't inside a track), open the locations window and make your ranges
into track markers by clicking the CD button. Fill in whatever
information you feel is necessary in the boxes below. Unused fields
will be ignored as far as the exported TOC/CUE file is concerned.
</para>
<para>
CD-TEXT track titles are taken from the range's name. The CD-TEXT
title of the CD is taken from the session name (i should have told you
that first, right?).
</para>
<note>
<para>
Pre-emphasis is there for those strange types that use it (they also
use track indexes). You almost certainly don't want pre-emphasis. A
valid ISRC is all capitals, 12 characters.
</para>
</note>
</section>
<section id="cue-files">
<title> Cue Files </title>
<para>
Cue files have no notion of 'the end'. Its a drag. They think the end
of the file is the end of the last track. If you want to use CUE
files, you have to make sure that the session end marker is snapped to
CD frames (before you export, of course), or else use the -pad option
when you burn.
</para>
</section>
<section id="export-the-session">
<title> Export The Session </title>
<para>
Now export the session to a file (16bit 44.1kHz for CD), selecting
your preferred cuefile type (TOC or CUE). The TOC/CUE file is written
to the same directory as your audio file, and has the same name, only
with '.toc' or '.cue' appended. Usually you will only be selecting the
two master outputs to export, with output 1 always being 'left'. The
export is post fader and panner. Don't assume that the sound will be
identical after you have truncated/dithered to 16 bits. It can be
worthwhile to experiment with different dither settings when making
your export.
</para>
<para>
To check out the details without burning
</para>
<screen>
cdrdao show-toc blah.wav.toc
</screen>
<para>
to correct a problem, make your changes, then use the 'export toc file
only' option. If you have to change the session end marker, you'll
have to re-export your audio file.
</para>
<para>
To burn
</para>
<screen>
cdrdao write /home/britney/globalsmash.wav.toc
</screen>
<para>
One last thing:
</para>
<para>
If you don't make any CD Track ranges and export a TOC/CUE file, the
entire session is treated as one track with no pregap. Indexes, if
present, will be honoured.
</para>
</section>
<section id="ddp-support">
<title>FAQ </title>
<para>
Why no DDP? ( http://www.dcainc.com/products/ddp/ )
</para>
<para>
A: DCA have been kind enough to get in touch. Hopefully they will
allow a GPL implementaton soon.
</para>
</section>
<section id="catalog-numbers">
<title>What about catalog numbers for the CD?</title>
<para>
A: coming eventually.. we need a tab for session-wide variables like
these. where to put it? in the export dialog or the options menu?
</para>
</section>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>

View File

@ -1,140 +0,0 @@
<?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-formatting-conventions">
<title>Formatting Conventions</title>
<section id="typography">
<title>Typography</title>
<para>
This manual uses a few conventions to indicate key commands, menu
choices and other user interactions:
</para>
<para>
Key commands such as <keycombo><keycap>Ctrl</keycap><keycap>a</keycap>
</keycombo> mean "Hold down the Ctrl key and press the 'a' key".
</para>
<para>
The names of on-screen buttons are shown like this
<guibutton>Button</guibutton>
</para>
<para>
The name of a menu item is shown like <guimenuitem>This</guimenuitem>,
and nested menu items will appear as <menuchoice>
<guimenu>Menu</guimenu> <guisubmenu>Sub Menu</guisubmenu>
</menuchoice>
</para>
</section>
<section id="admonitions">
<title>Admonitions</title>
<para>
Admonitions are set apart from the main text and are meant to draw
your attention to pieces of information. In the order of how critical
the information is to you, these items are marked as follows:
</para>
<note>
<title>Note</title>
<para>
A note is typically information that you need to understand the
behavior of Ardour.
</para>
</note>
<tip><title>Tip</title>
<para>
A tip is typically an alternative way of performing a task.
</para>
</tip>
<important>
<title>Important</title>
<para>
The important admonition is used to draw attention to parts of the
interface that may be overlooked or certain settings that are vital
in determining the behaviour of ardour.
</para>
</important>
<warning>
<title>Warning</title>
<para>
The warning admonition is used where an action may result in
consequences that are unintended or permanent such as changes to the
session that can not be undone or the removal of files.
</para>
</warning>
</section>
<section id="mouse-buttons">
<title>Mouse Buttons</title>
<para>
You might be used to terms like "right mouse button", "left mouse
button" etc. These are widely used, but they can be very confusing for
left-handed people, or people using mice with many buttons arranged in
an unconventional way. Ardour is typically used with mice equipped
with at least 3 buttons that can be remapped for left- and
right-handed users, making it hard to unambiguously define "left" and
"right" in a useful way.
</para>
<para>
If you are right-handed and use a conventional mouse, then
<mousebutton>Button1</mousebutton> corresponds to "left mouse button",
<mousebutton>Button2</mousebutton> to "middle mouse button" and
<mousebutton>Button3</mousebutton> to "right mouse button". Otherwise,
the numbered button nomenclature refers to the same button numbers as
defined by your X Window configuration.
</para>
<para>
If you see instructions to use <keycombo><keycap>Ctrl</keycap>
<mousebutton>Button1</mousebutton> </keycombo> , it means "Hold down
the <keycap>Ctrl</keycap> key and click
<mousebutton>Button1</mousebutton> ".
</para>
</section>
<section id="select-choose">
<title>Select/Choose</title>
<para>
In conventional English, "select" and "choose" are often used as
synonyms. In this manual, we use them to mean quite different things:
</para>
<variablelist>
<title></title>
<varlistentry>
<term>Select</term>
<listitem>
<para>
When you select something, it will stay selected. Putting a
check-mark in a box, for example, would be referred to as
"selecting" that box. This is also true for menu items that
enable or disable options ("select Big Clock from the Windows
menu", for example) and various editing functions.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Choose</term>
<listitem>
<para>
"Choosing" involves clicking or using the keyboard to accomplish
a one-time action. A command to save the current session might
be described as, "Choose Save from the Session menu.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>

Some files were not shown because too many files have changed in this diff Show More