aboutsummaryrefslogtreecommitdiff
path: root/doc/audio-midi-sequencer.tex
diff options
context:
space:
mode:
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: