summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2008-06-13 19:29:36 +0000
committerMarianne Arnold <pixelma@rockbox.org>2008-06-13 19:29:36 +0000
commitdf6fe65df7789c6905beb597bcf209fe0f390c6b (patch)
tree97687db94d0bb631281f3e0ff2b45a0f85b6fb9e /manual
parent538a387cca0b18955c4489258f1d4ffbb4919931 (diff)
downloadrockbox-df6fe65df7789c6905beb597bcf209fe0f390c6b.tar.gz
rockbox-df6fe65df7789c6905beb597bcf209fe0f390c6b.zip
Manual: Add a midiplay chapter in the viewers section. Based on the wiki page completed with button table(s) and a note about problems on portalplayer targets. Wording could be improved I think, but this is a start.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17716 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/plugins/main.tex2
-rw-r--r--manual/plugins/midiplay.tex42
2 files changed, 44 insertions, 0 deletions
diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex
index 456d9d9153..d64494d5d2 100644
--- a/manual/plugins/main.tex
+++ b/manual/plugins/main.tex
@@ -111,6 +111,8 @@ the associated file. Viewers are stored in the
111 111
112\opt{lcd_bitmap}{\input{plugins/jpegviewer.tex}} 112\opt{lcd_bitmap}{\input{plugins/jpegviewer.tex}}
113 113
114\opt{swcodec}{\input{plugins/midiplay.tex}}
115
114\opt{recorder,recorderv2fm,ondio}{\input{plugins/movieplayer.tex}} 116\opt{recorder,recorderv2fm,ondio}{\input{plugins/movieplayer.tex}}
115 117
116\opt{lcd_bitmap}{\opt{swcodec}{\input{plugins/mpegplayer.tex}}} 118\opt{lcd_bitmap}{\opt{swcodec}{\input{plugins/mpegplayer.tex}}}
diff --git a/manual/plugins/midiplay.tex b/manual/plugins/midiplay.tex
new file mode 100644
index 0000000000..b7ce0f8af8
--- /dev/null
+++ b/manual/plugins/midiplay.tex
@@ -0,0 +1,42 @@
1\subsection{Midiplay}
2
3To get MIDI file playback a patchset is required. This file contains the
4instruments required to synthesize the music. A sample patchset is available
5through the wiki (\wikilink{PluginMidiPlay}), and needs to be extracted
6to the \fname{.rockbox} directory in the root of your player. There should
7now be a \fname{/.rockbox/patchset/} directory, with the patchset directory
8containing several \fname{.pat} files and two \fname {.cfg} files. Just
9select a MIDI file saved as \fname{.mid} or \fname{.midi} in the file
10browser to start playback.
11% portalplayer targets
12\opt{ipod,sansa,h10,h10_5gb,mrobe100}{
13\note{Currently playing MIDI files is still in its early stages and you
14might experience ``Buffer miss'' with many files, exept simple ones.}
15}
16
17\begin{table}
18 \begin{btnmap}{}{}
19 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
20 ,IAUDIO_X5_PAD,MROBE100_PAD}{\ButtonUp/ \ButtonDown}
21 \opt{IPOD_3G_PAD,IPOD_4G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd/ \ButtonScrollBack}
22 \opt{IRIVER_H10_PAD}{\ButtonScrollUp/ \ButtonScrollDown}
23 \opt{SANSA_C200_PAD}{\ButtonVolUp/ \ButtonVolDown}
24 & Volume up/ Volume down\\
25 %
26 \ButtonRight/ \ButtonLeft
27 & Skip 3 seconds forward/ backward\\
28 %
29 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
30 \opt{IPOD_3G_PAD,IPOD_4G_PAD,GIGABEAT_S_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}
31 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonUp}
32 \opt{GIGABEAT_PAD}{\ButtonA}
33 \opt{MROBE100_PAD}{\ButtonDisplay}
34 & Pause/Resume playback\\
35 %
36 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
37 \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonSelect+\ButtonMenu}
38 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,SANSA_C200_PAD,IAUDIO_X5_PAD%
39 ,IRIVER_H10_PAD,MROBE100_PAD}{\ButtonPower}
40 & Stop playback and quit\\
41 \end{btnmap}
42\end{table}