traverso-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Traverso-commit] docs/manual en/mixing.tex en/traverso-manual01....


From: Nicola Doebelin
Subject: [Traverso-commit] docs/manual en/mixing.tex en/traverso-manual01....
Date: Mon, 23 Feb 2009 18:27:39 +0000

CVSROOT:        /sources/traverso
Module name:    docs
Changes by:     Nicola Doebelin <n_doebelin>    09/02/23 18:27:38

Modified files:
        manual/en      : mixing.tex traverso-manual01.pdf 
                         traverso-manual01.tex 
Added files:
        manual/images/source: routing1.svg 
        manual/images  : routing1.pdf 

Log message:
        * added description of Fold actions

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/docs/manual/en/mixing.tex?cvsroot=traverso&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/docs/manual/en/traverso-manual01.pdf?cvsroot=traverso&rev=1.10
http://cvs.savannah.gnu.org/viewcvs/docs/manual/en/traverso-manual01.tex?cvsroot=traverso&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/docs/manual/images/source/routing1.svg?cvsroot=traverso&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/docs/manual/images/routing1.pdf?cvsroot=traverso&rev=1.1

Patches:
Index: en/mixing.tex
===================================================================
RCS file: /sources/traverso/docs/manual/en/mixing.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- en/mixing.tex       12 Feb 2009 21:26:21 -0000      1.3
+++ en/mixing.tex       23 Feb 2009 18:27:37 -0000      1.4
@@ -1,14 +1,26 @@
-Mixing features in Traverso \Version\ currently include gain, panorama, 
different fade shapes for fade-in and -out, trimming, splitting, moving of 
audio clips, and gain curves. An infrastructure for effect plugins using the 
LV2 standard is implemented, but  the LV2 standard and plugins are still under 
heavy construction. Traverso also has basic support for using Sox to process 
audio clips.
+As most modern DAW applications Traverso uses a hirarchical routing setup 
(\FigB~\ref{fig_routing01}) sending the audio signal from Audio Clips to 
Tracks, from Tracks to the Master Bus, and further to the audio driver of the 
operating system. This setup not only groups things that belong together, which 
makes it intuitive to understand. It also allows to apply effects where they 
are most effective in terms of user interaction and system load.
 
-\section{Moving, trimming, splitting}
-Clips can be moved freely by holding \hact{D} and moving the mouse. If 
snapping is active (\sact{S~N}), both ends of the dragged clip will snap to the 
beginning of the sheet, edges of other clips, markers, and to the work cursor.
+\begin{figure}[t]
+ \centering\includegraphics[width=\textwidth]{../images/routing1}
+ \caption{In a standard routing setup the signal is read by the Audio Clips 
(from a file on the hard disk), sent to the track, and further to the master 
bus. Each level applies its processing (gain, effects) before sending the 
signal to the next level.}
+ \label{fig_routing01}
+\end{figure}
+
+\section{Working with Audio Clips}
+Audio Clips are the lowest level in the routing hirarchy. They represent audio 
files read from the hard disk. Audio clips always live in a track. Their 
primary purpose is to determine \emph{what} is played and \emph{where} it is 
played.
+
+A new clip is created by importing an audio file (\sact{I}). An empty clip can 
be created by pressing \sact{I O} (insert silence), but it is not possible to 
load data into that clip once it has been created. To remove a clip press 
\dact{R}. Clips can be moved freely by holding \hact{D} and moving the mouse. 
If a lock symbol is drawn in the middle of the clip, it is locked against 
accidental moving. Use \sact{L} to lock/unlock audio clips. If snapping is 
active (\sact{S~N}), both ends of the dragged clip will snap to the beginning 
of the sheet, edges of other clips, markers, and to the work cursor. If more 
than one clip should be moved at once, use one of the following functions:
 
-Move the mouse cursor on a clip, hold \hact{E}, and move the mouse 
horizontally to drag the edge of the clip which is nearest to the mouse 
position. If snapping is active, the edge will snap to the positions described 
above.
+\begin{description}
+  \item[Selection:] Multiple clips can be selected by pressing \sact{S}. 
Moving actions \hact{D} applied to a member of the selection apply to all clips 
in the selection. Use \sact{A S} to select one clip and de-select all other 
ones, and use \dact{S} to select all clips in the sheet or to clear the 
selection. Use \sact{S D} to remove one clip from a selection.
+  \item[Fold track:] Using the Fold Track action on a track (CTRL $+$ \hact{D 
F}) moves all clips at and after the current position of the cursor. This 
function can be used if the relative position of the clips should not be 
changed, e.\,g. if a gap should be created in a track and all clips after the 
gap have to be moved.
+  \item[Fold sheet:] Similar to Fold Track, the Fold Sheet action (\hact{D F}) 
moves all audio clips of the entire sheet at and after the current position of 
the cursor, regardless of which track they live in. This function can be used 
to keep the audio clips synchronised across the tracks when moving clips.
+\end{description}
 
-Audio clips can be split by pointing the mouse cursor to the desired position 
and pressing \sact{X}. Of course the edges of the two clip fragments can be 
fine-tuned by holding \hact{E} as describes above.
+All these actions discussed above are used to place the audio clip, i.\,e. 
\emph{where} it is played. To determine \emph{what} is played, or which section 
of the clip, the trim and split actions can be used. Move the mouse cursor on a 
clip, hold \hact{E}, and move the mouse horizontally to drag the edge of the 
clip which is nearest to the mouse position. If snapping is active, the edge 
will snap to the positions described above. Clips can be split by pointing the 
mouse cursor to the desired position and pressing \sact{X}. Of course the edges 
of the two clip fragments can be fine-tuned by holding \hact{E} as describes 
above. In addition to the position of the clip edge, both ends can be shaped by 
using fades and gain curves.
 
-\section{Fades}
-Both ends of a clip can be faded smoothly by holding \hact{F} on the left or 
right half of the clip and moving the mouse horizontally. On the left half the 
key action refers to the fade-in, on the right half it refers to the fade-out. 
Several fade shapes are available, which can be toggled by \sact{M} 
(\FigB~\ref{fig_fades01}).
+\subsection{Fades}
+Both ends of a clip can be faded smoothly by holding \hact{F} on the left or 
right half of the clip and moving the mouse horizontally. On the left half the 
key action refers to the fade-in, on the right half it refers to the fade-out. 
Several fade shapes are available, which can be toggled pressing \sact{M} on 
the fade curve (\FigB~\ref{fig_fades01}).
 
 \begin{figure}[t]
  \centering\includegraphics[width=0.8\textwidth]{../images/fades}
@@ -24,21 +36,22 @@
  \label{fig_fades02}
 \end{figure}
 
-\subsection{Linear}
+\subsubsection{Linear}
 Linear fades are a straight line between the start and end point. The control 
knots can't be changed. Linear fades tend to sound rather abrupt at the 
low-level end of the fade, and are thus not the preferred mode for long 
fade-outs, e.\,g. at the end of a sheet.
 
-\subsection{S-shaped}
+\subsubsection{S-shaped}
 The S-shaped mode starts with a horizontal tangent, is steep a the center, and 
passes into a horizontal tangent again. The beginning and end are very smooth, 
but the center part can sometimes change too quickly in short S-fades. The 
``strength'' parameter can be used to soften the center part and make the 
volume change less obvious. The ``bending'' factor should usually remain 
between linear and horizontal tangents, however, vertical tangents can be used 
for effects.
 
-\subsection{Bended}
-The bended mode acts similar to the S-shaped mode, but the control knots point 
to the same side. This mode can be used to achieve a very fast volume drop at 
the beginning of the fade-out, and very soft towards the end. Both control 
parameters are useful to find the best balance between a beginning that is not 
too fast, and an ending that is still slow enough for a soft fade-out effect.
+\subsubsection{Bended}
+The bended mode acts similar to the S-shaped mode, but the control knots point 
to the same side. This mode can be used to achieve a very fast volume drop at 
the beginning of the fade-out, and very soft towards the end. Both control 
parameters are useful to find the best balance between a beginning that is not 
too fast, and an ending that is still slow audio signal from the clips arranged 
within.
+ enough for a soft fade-out effect.
 
-\subsection{Long}
+\subsubsection{Long}
 The long mode only allows to change the control knot at the low-level end of 
the fade. This mode is often used for very smooth fade-outs, e.\,g. at the end 
of a sheet. The high-level end changes fastly, but the low-level tail is very 
soft. The long mode often sounds more musical than a similar bended mode.
 
 The fades can be edited numerically by pressing \sact{E} on a clip, and 
changing to the page ``Fades'' in the clip settings dialog.
 
-\section{Gain curve}
+\subsection{Gain curve}
 Gain curves are a powerful feature to change the gain of an audio clip in the 
time line. The curves are child elements of audio clips, therefore their 
\emph{relative} position to the audio clip will always stays the same. To 
change to effects mode, select the entry ``Mode: Effects'' from the dropdown 
menu in the menu bar (\FigB~\ref{fig_gcurve01}). To change back to edit mode 
``Mode: Edit''. A default curve node is added automatically at the beginning of 
the clip at 0~dB. Additional nodes can be created by \dact{C} at the position 
of the mouse cursor. Nodes can also be dragged (\hact{D}) and removed 
(\dact{R}). These actions always apply to the node closest to the mouse cursor, 
which is indicated by a different colour.
 
 \begin{figure}[t]
@@ -47,6 +60,13 @@
  \label{fig_gcurve01}
 \end{figure}
 
+\section{Working with Tracks}
+Tracks receive the audio signal from their child clips. A new track can be 
added by pressing \dact{T}. To remove an existing track press \dact{R}. All 
audio clips living in the removed track will also be removed.
+
+While clips represent audio files or ``takes'', tracks represent entire 
channels or instruments. It is thus recommended to apply instrument-wide 
effects such as gain, panorama or effect plugins, to the track, and only adjust 
individual clips if they really only apply to the clip. This keeps the project 
tidy and reduces system load.
+
+Besides gain, panorama and plugin effects tracks can be muted \sact{U} or 
solo'ed \sact{O} during the mixing process. Use the respective double actions 
\dact{} to toggle mute and solo of all tracks.
+
 \section{Plugins}
 Traverso supports the LV2 plugin interface, which is the successor of the 
LADSPA standard. Plugins can be added to tracks by pressing \sact{F5}, which 
opens a list of all LV2 plugins installed on the system 
(\FigB~\ref{fig_pluglist}). Active plugins will be shown as semi-transparent 
fields in the track view. These fields have their own context menu; just try it 
out by holding the mouse on them and pressing \sact{Q} or \sact{Right Mouse 
Button}. Pressing \sact{E} will open a generic dialog, which allows to adjust 
the plugin parameters. Plugins can also be bypassed (\sact{B}) and removed 
(\dact{R}). Version 0.40.x inserts all plugins post-fader. More flexible 
solutions will follow in upcoming versions.
 

Index: en/traverso-manual01.pdf
===================================================================
RCS file: /sources/traverso/docs/manual/en/traverso-manual01.pdf,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
Binary files /tmp/cvsLIeyGc and /tmp/cvs5PkZ0d differ

Index: en/traverso-manual01.tex
===================================================================
RCS file: /sources/traverso/docs/manual/en/traverso-manual01.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- en/traverso-manual01.tex    24 Jan 2009 22:13:30 -0000      1.3
+++ en/traverso-manual01.tex    23 Feb 2009 18:27:38 -0000      1.4
@@ -1,6 +1,6 @@
 %----------------------------------------------------
 %
-% Title:  Traverso 0.40.0
+% Title:  Traverso 0.50.0
 % Author: Remon Sijrier, Nicola Doebelin
 % Date:   Januar 13, 2007
 %
@@ -51,7 +51,7 @@
 \newcommand*{\dact}[1]{$\ll$#1$\gg$} % double click action
 \newcommand*{\hact}[1]{{[#1]}} % single hold action
 
-\newcommand*{\Version}{0.5.0} % The current version of traverso
+\newcommand*{\Version}{0.50.0} % The current version of traverso
 \newcommand*{\Ubuntu}{8.10} % The current Ubuntu version
 
 %---------------- PDF output options ----------------
@@ -64,12 +64,12 @@
 \pdfcompresslevel=9
 
 \pdfinfo{
-/Title(Traverso 0.5.0)
+/Title(Traverso 0.50.0)
 /Creator(TeX)
 /Producer(PdfTeX)
 /Author(Nicola Doebelin)
 /CreationDate(D:20070113145749)
-/Subject(Traverso 0.5.0)}
+/Subject(Traverso 0.50.0)}
 
 %----------------------------------------------------
 
@@ -89,7 +89,7 @@
 \begin{document}
 
 
-\title{Traverso 0.5.0}
+\title{Traverso 0.50.0}
 \author{Digital Audio Workstation}
 \date{\today}
 %----------------- Custom title page ----------------

Index: images/source/routing1.svg
===================================================================
RCS file: images/source/routing1.svg
diff -N images/source/routing1.svg
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ images/source/routing1.svg  23 Feb 2009 18:27:38 -0000      1.1
@@ -0,0 +1,340 @@
+<?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://creativecommons.org/ns#";
+   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="672.16626"
+   height="157.48013"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   sodipodi:docname="routing1.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.0">
+  <defs
+     id="defs4">
+    <marker
+       inkscape:stockid="Arrow1Mend"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mend"
+       style="overflow:visible">
+      <path
+         id="path3292"
+         d="M 0,0 L 5,-5 L -12.5,0 L 5,5 L 0,0 z"
+         
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         transform="matrix(-0.4,0,0,-0.4,-4,0)" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Mend"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Mend"
+       style="overflow:visible">
+      <path
+         id="path3310"
+         
style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
+         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 
8.7185884,-4.0017078 C 6.97309,-1.6296469 6.9831476,1.6157441 
8.7185878,4.0337352 z"
+         transform="scale(-0.6,-0.6)" />
+    </marker>
+    <linearGradient
+       id="linearGradient3251">
+      <stop
+         style="stop-color:#ff7d7d;stop-opacity:1;"
+         offset="0"
+         id="stop3253" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="1"
+         id="stop3255" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3181">
+      <stop
+         id="stop3183"
+         offset="0"
+         style="stop-color:#ff7d7d;stop-opacity:1;" />
+      <stop
+         id="stop3185"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3155">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop3157" />
+      <stop
+         style="stop-color:#7c7cff;stop-opacity:1;"
+         offset="1"
+         id="stop3159" />
+    </linearGradient>
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.3044983"
+     inkscape:cx="362.57302"
+     inkscape:cy="154.05076"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1276"
+     inkscape:window-height="739"
+     inkscape:window-x="-1"
+     inkscape:window-y="0"
+     inkscape:object-nodes="true"
+     inkscape:object-paths="true"
+     inkscape:snap-global="true"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-nodes="true"
+     inkscape:bbox-paths="true"
+     objecttolerance="5"
+     showguides="true"
+     inkscape:guide-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3272"
+       visible="true"
+       enabled="true" />
+  </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="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(111.08327,-25.402634)">
+    <rect
+       
style="fill:#ff807f;fill-opacity:1;stroke:#000000;stroke-width:1.25000000000000000;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3177"
+       width="177.65739"
+       height="40.08514"
+       x="121.23904"
+       y="26.027634" />
+    <rect
+       
style="fill:#8080ff;fill-opacity:1;stroke:#000000;stroke-width:1.25000000000000000;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect2383"
+       width="38.43652"
+       height="15.993527"
+       x="11.035407"
+       y="74.991844" />
+    <rect
+       
style="fill:#8080ff;fill-opacity:1;stroke:#000000;stroke-width:1.25000000000000000;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3165"
+       width="17.598654"
+       height="16.180716"
+       x="-17.133112"
+       y="74.898247" />
+    <rect
+       
style="fill:#8080ff;fill-opacity:1;stroke:#000000;stroke-width:1.25000000000000000;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3169"
+       width="28.008543"
+       height="16.077988"
+       x="-55.711521"
+       y="74.949615" />
+    <rect
+       
style="fill:#8080ff;fill-opacity:1;stroke:#000000;stroke-width:1.25000000000000000;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3173"
+       width="44.176884"
+       height="15.9521"
+       x="-110.45827"
+       y="75.012558" />
+    <rect
+       
style="fill:#ff807f;fill-opacity:1;stroke:#000000;stroke-width:1.25000000000000000;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3207"
+       width="177.65739"
+       height="40.08514"
+       x="120.03654"
+       y="142.17262" />
+    <rect
+       
style="fill:#8080ff;fill-opacity:1;stroke:#000000;stroke-width:1.25000000000000000;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3209"
+       width="38.43652"
+       height="15.993527"
+       x="-82.289742"
+       y="117.15569" />
+    <rect
+       
style="fill:#8080ff;fill-opacity:1;stroke:#000000;stroke-width:1.25000000000000000;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3211"
+       width="17.598654"
+       height="16.180716"
+       x="-110.45827"
+       y="117.0621" />
+    <rect
+       
style="fill:#8080ff;fill-opacity:1;stroke:#000000;stroke-width:1.25000000000000000;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3213"
+       width="28.008543"
+       height="16.077988"
+       x="-33.28336"
+       y="117.11346" />
+    <rect
+       
style="fill:#8080ff;fill-opacity:1;stroke:#000000;stroke-width:1.25000000000000000;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3215"
+       width="44.176884"
+       height="15.9521"
+       x="5.2950501"
+       y="117.17641" />
+    <rect
+       
style="fill:#ffff64;fill-opacity:1;stroke:#000000;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3239"
+       width="102.69341"
+       height="40.381271"
+       x="358.20078"
+       y="83.95208" />
+    <g
+       id="g3263"
+       transform="translate(-35.134587,-32.53616)">
+      <rect
+         y="110.05271"
+         x="555.18188"
+         height="50.098728"
+         width="33.104507"
+         id="rect3257"
+         
style="fill:#b4b4b4;fill-opacity:1;stroke:#000000;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
+      <path
+         transform="translate(-59.884331,1.6184971)"
+         d="M 642.54332,142.36218 A 10.924855,10.924855 0 1 1 
620.69361,142.36218 A 10.924855,10.924855 0 1 1 642.54332,142.36218 z"
+         sodipodi:ry="10.924855"
+         sodipodi:rx="10.924855"
+         sodipodi:cy="142.36218"
+         sodipodi:cx="631.61847"
+         id="path3259"
+         
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         sodipodi:type="arc" />
+      <path
+         transform="translate(-63.525993,14.99422)"
+         d="M 642.54337,107.15987 A 7.283237,7.283237 0 1 1 
627.97689,107.15987 A 7.283237,7.283237 0 1 1 642.54337,107.15987 z"
+         sodipodi:ry="7.283237"
+         sodipodi:rx="7.283237"
+         sodipodi:cy="107.15987"
+         sodipodi:cx="635.26013"
+         id="path3261"
+         
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.25;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         sodipodi:type="arc" />
+    </g>
+    <path
+       
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.25;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 49.471926,75.270532 L 119.96203,47.565083"
+       id="path3270"
+       sodipodi:nodetypes="cc" />
+    <path
+       
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.25;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 0.46554184,74.898252 L 119.60029,47.132731"
+       id="path3274"
+       sodipodi:nodetypes="cc" />
+    <path
+       
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.25;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M -27.702978,74.949616 L 119.86379,46.655603"
+       id="path3276"
+       sodipodi:nodetypes="cc" />
+    <path
+       
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.25;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M -66.281385,75.012559 L 120.1585,46.215901"
+       id="path3278"
+       sodipodi:nodetypes="cc" />
+    <path
+       
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.25;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 49.471934,133.12851 L 118.58095,160.49657"
+       id="path4058"
+       sodipodi:nodetypes="cc" />
+    <path
+       
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.25;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M -5.2748164,133.1243 L 118.21921,160.92892"
+       id="path4060"
+       sodipodi:nodetypes="cc" />
+    <path
+       
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.25;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M -43.853222,133.14922 L 118.48271,161.40605"
+       id="path4062"
+       sodipodi:nodetypes="cc" />
+    <path
+       
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.25;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M -92.859617,133.24283 L 118.77742,161.84575"
+       id="path4064"
+       sodipodi:nodetypes="cc" />
+    <path
+       
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.25;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 298.89644,46.596575 L 356.59317,102.66541"
+       id="path4066"
+       sodipodi:nodetypes="cc" />
+    <path
+       
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.25;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 297.69396,161.62023 L 356.78964,104.01459"
+       id="path4068"
+       sodipodi:nodetypes="cc" />
+    <path
+       
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.25;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow1Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 460.70823,101.80515 C 518.32357,101.80515 518.32357,101.80515 
518.32357,101.80515"
+       id="path4074" />
+    <text
+       xml:space="preserve"
+       
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:URW
 Palladio L;-inkscape-font-specification:URW Palladio L"
+       x="-65.159149"
+       y="108.04123"
+       id="text4599"><tspan
+         sodipodi:role="line"
+         id="tspan4601"
+         x="-65.159149"
+         y="108.04123"
+         style="font-size:11px">Audio Clips</tspan></text>
+    <text
+       xml:space="preserve"
+       
style="font-size:11px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:URW
 Palladio L;-inkscape-font-specification:URW Palladio L"
+       x="195.52785"
+       y="105.1142"
+       id="text4603"><tspan
+         sodipodi:role="line"
+         id="tspan4605"
+         x="195.52785"
+         y="105.1142">Tracks</tspan></text>
+    <text
+       xml:space="preserve"
+       
style="font-size:11px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:URW
 Palladio L;-inkscape-font-specification:URW Palladio L"
+       x="383.94412"
+       y="105.21411"
+       id="text4607"><tspan
+         sodipodi:role="line"
+         id="tspan4609"
+         x="383.94412"
+         y="105.21411">Master Bus</tspan></text>
+    <text
+       xml:space="preserve"
+       
style="font-size:11px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:URW
 Palladio L;-inkscape-font-specification:URW Palladio L"
+       x="509.77451"
+       y="70.375443"
+       id="text4611"><tspan
+         sodipodi:role="line"
+         id="tspan4613"
+         x="509.77451"
+         y="70.375443">Hardware</tspan></text>
+  </g>
+</svg>

Index: images/routing1.pdf
===================================================================
RCS file: images/routing1.pdf
diff -N images/routing1.pdf
Binary files /dev/null and /tmp/cvsIcybIl differ




reply via email to

[Prev in Thread] Current Thread [Next in Thread]