Colour targets: Revert an optimisation from almost 18 months ago that actually turned...
[Rockbox.git] / manual / plugins / midiplay.tex
blob9cbc0913767aa6bb5da48eeb442c178e3064d073
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,h10,h10_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}{\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\\
26 \ButtonRight/ \ButtonLeft
27 & Skip 3 seconds forward/ backward\\
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\\
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}