summaryrefslogtreecommitdiff
path: root/manual/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'manual/plugins')
-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}