Fix various size_t related warnings and errors
[kugel-rb.git] / manual / plugins / midiplay.tex
blobf103ca6bd6b9661369036a42509f0f9c7fbd5951
1 \subsection{Midiplay}
3 To get MIDI file playback, a patchset is required. This file contains the
4 instruments required to synthesize the music. A sample patchset is available
5 through the wiki at \wikilink{PluginMidiPlay}, and needs to be extracted
6 to the \fname{.rockbox} directory in the root of your player. There should
7 now be a \fname{/.rockbox/patchset/} directory, with the patchset directory
8 containing several \fname{.pat} files and two \fname {.cfg} files. Just
9 select a MIDI file with either the \fname{.mid} or \fname{.midi} extension
10 in the file browser to start playback.
11 % portalplayer targets
12 \opt{ipod,sansa,iriverh10,iriverh10_5gb,mrobe100}{
13 \note{Currently playing MIDI files is still in its early stages and you
14 might experience ``Buffer miss!'' with many files, except simple ones.}
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,PBELL_VIBE500_PAD}{\ButtonUp/ \ButtonDown}
21 \opt{IPOD_3G_PAD,IPOD_4G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd/ \ButtonScrollBack}
22 \opt{IRIVER_H10_PAD}{\ButtonScrollUp/ \ButtonScrollDown}
23 \opt{SANSA_C200_PAD}{\ButtonVolUp/ \ButtonVolDown}
24 \opt{COWON_D2_PAD}{\TouchTopMiddle{} / \TouchBottomMiddle}
25 \opt{HAVEREMOTEKEYMAP}{& }
26 & Volume up/ Volume down\\
28 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
29 ,IAUDIO_X5_PAD,MROBE100_PAD,IPOD_3G_PAD,IPOD_4G_PAD,SANSA_E200_PAD%
30 ,SANSA_FUZE_PAD,IRIVER_H10_PAD,SANSA_C200_PAD,PBELL_VIBE500_PAD}
31 {\ButtonRight/ \ButtonLeft}
32 \opt{COWON_D2_PAD}{\TouchMidRight{} / \TouchMidLeft}
33 \opt{HAVEREMOTEKEYMAP}{& }
34 & Skip 3 seconds forward/ backward\\
36 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
37 \opt{IPOD_3G_PAD,IPOD_4G_PAD,GIGABEAT_S_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD}
38 {\ButtonPlay}
39 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD}{\ButtonUp}
40 \opt{GIGABEAT_PAD}{\ButtonA}
41 \opt{MROBE100_PAD}{\ButtonDisplay}
42 \opt{COWON_D2_PAD}{\TouchCenter}
43 \opt{HAVEREMOTEKEYMAP}{& }
44 & Pause/Resume playback\\
46 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
47 \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonSelect+\ButtonMenu}
48 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,SANSA_C200_PAD,IAUDIO_X5_PAD%
49 ,IRIVER_H10_PAD,MROBE100_PAD,COWON_D2_PAD}{\ButtonPower}
50 \opt{SANSA_FUZE_PAD}{Long \ButtonHome}
51 \opt{PBELL_VIBE500_PAD}{\ButtonRec}
52 \opt{HAVEREMOTEKEYMAP}{& }
53 & Stop playback and quit\\
54 \end{btnmap}
55 \end{table}