Rename InstallProgress form to ProgressLogger as it's a generic logger window now.
[Rockbox.git] / manual / plugins / metronome.tex
blobb46c7d2f90d35a34747c8323a3b098b89c8088d7
1 \subsection{Metronome}
2 This plugin can be used as a metronome to keep time during music
3 practice. Adjust the tempo through the interface or by tapping it out
4 on the appropriate button.
6 \begin{table}
7 \begin{btnmap}{}{}
8 \opt{PLAYER_PAD}{\ButtonStop}
9 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
10 \opt{IRIVER_H10_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
11 \opt{ONDIO_PAD,RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
12 & Exit plugin \\
13 \opt{PLAYER_PAD,RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD,MROBE100_PAD}{
14 \ButtonPlay}
15 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
16 \opt{ONDIO_PAD}{\ButtonMenu\ (Long: Stop)}
17 \opt{GIGABEAT_PAD}{\ButtonA}
18 & Start / Stop \\
19 \opt{PLAYER_PAD,RECORDER_PAD}{\ButtonOn}
20 \opt{ONDIO_PAD}{\ButtonMenu\ (repeatedly)}
21 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonSelect}
22 \opt{IRIVER_H10_PAD}{\ButtonFF}
23 \opt{IAUDIO_X5_PAD}{\ButtonRec}
24 & Tap tempo \\
25 \ButtonLeft\ / \ButtonRight
26 & Adjust tempo \\
27 \opt{PLAYER_PAD}{\ButtonOn+\ButtonLeft\ / \ButtonOn+\ButtonRight}
28 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,MROBE100_PAD}{
29 \ButtonUp\ / \ButtonDown}
30 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd\ / \ButtonScrollBack}
31 \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown}
32 & Adjust volume \\
33 \end{btnmap}
34 \end{table}