13
0

Move signal flow diagram into a section on signal flow and into a separate file

git-svn-id: svn://localhost/ardour2/trunk@1902 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Tim Mayberry 2007-05-22 09:55:24 +00:00
parent ae10a486c0
commit f656e53b63
2 changed files with 24 additions and 5 deletions

View File

@ -0,0 +1,21 @@
<?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-signal-flow">
<title>Signal Flow</title>
<mediaobject>
<imageobject>
<imagedata fileref="images/signal_flow.png"/>
</imageobject>
</mediaobject>
<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
</section>

View File

@ -11,11 +11,9 @@
most important objects in Ardour. They represent the fundamental way to most important objects in Ardour. They represent the fundamental way to
playback and record audio, MIDI, and image data. playback and record audio, MIDI, and image data.
</para> </para>
<mediaobject>
<imageobject> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
<imagedata fileref="images/signal_flow.png"/> href="signal_flow.xml" />
</imageobject>
</mediaobject>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="adding_tracks.xml" /> href="adding_tracks.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"