aboutsummaryrefslogtreecommitdiff
path: root/doc/audio-midi-sequencer.tex
diff options
context:
space:
mode:
authorEugene Sandulenko2006-06-07 00:08:02 +0000
committerEugene Sandulenko2006-06-07 00:08:02 +0000
commit0525bf54d845b0ef20b78958fd77433ca1694f8f (patch)
tree47827022e56f14e3b29c18f3300534472b2c2815 /doc/audio-midi-sequencer.tex
parent6f8c4250f9260d7c9edee46a5784f9ee2fb87130 (diff)
downloadscummvm-rg350-0525bf54d845b0ef20b78958fd77433ca1694f8f.tar.gz
scummvm-rg350-0525bf54d845b0ef20b78958fd77433ca1694f8f.tar.bz2
scummvm-rg350-0525bf54d845b0ef20b78958fd77433ca1694f8f.zip
Move Emacs mode variables to bottom of each file and numerous other
formatting fixes. Thanks to Joachim. svn-id: r22965
Diffstat (limited to 'doc/audio-midi-sequencer.tex')
-rw-r--r--doc/audio-midi-sequencer.tex17
1 files changed, 8 insertions, 9 deletions
diff --git a/doc/audio-midi-sequencer.tex b/doc/audio-midi-sequencer.tex
index 2e0a0b26dc..a12a006d81 100644
--- a/doc/audio-midi-sequencer.tex
+++ b/doc/audio-midi-sequencer.tex
@@ -1,10 +1,3 @@
-
-%%% Local Variables:
-%%% mode: latex
-%%% TeX-master: "readme.tex"
-%%% End:
-
-
\subsection{Playing sound with Sequencer MIDI}
If your soundcard driver supports a sequencer, you may set the environment
@@ -29,7 +22,7 @@ Here is a little howto on how to use the ALSA sequencer with your soundcard.
In all cases, to have a list of all the sequencer ports you have, try the
command
\begin{verbatim}
- aconnect -o -l
+ aconnect -o -l
\end{verbatim}
This should give output similar to:
\begin{verbatim}
@@ -83,6 +76,12 @@ Asking FluidSynth to become an ALSA sequencer (using SoundFonts):
%
Once either TiMidity or FluidSynth are running, use
\begin{verbatim}
- aconnect -o -l
+ aconnect -o -l
\end{verbatim}
as described earlier in this section.
+
+
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-master: "readme.tex"
+%%% End: