summaryrefslogtreecommitdiff
path: root/manual/plugins/metronome.tex
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2006-12-01 02:23:42 +0000
committerMarianne Arnold <pixelma@rockbox.org>2006-12-01 02:23:42 +0000
commit17d194e3b7dc6c8d1f0fbed2609bce1906babbe1 (patch)
tree51dbcfb37eeae70f13cacac87e3bd182298b9bc2 /manual/plugins/metronome.tex
parent3b7d7033292bad94fc9d55a1aac6072ba4856b4f (diff)
downloadrockbox-17d194e3b7dc6c8d1f0fbed2609bce1906babbe1.tar.gz
rockbox-17d194e3b7dc6c8d1f0fbed2609bce1906babbe1.zip
Corrections and additions to the plugin section (mainly in the button tables). The Ipod Mini manual was missing the Sudoku chapter.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11635 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/metronome.tex')
-rw-r--r--manual/plugins/metronome.tex43
1 files changed, 27 insertions, 16 deletions
diff --git a/manual/plugins/metronome.tex b/manual/plugins/metronome.tex
index aa2ebbcc2c..22835ddd01 100644
--- a/manual/plugins/metronome.tex
+++ b/manual/plugins/metronome.tex
@@ -1,22 +1,33 @@
1\subsection{Metronome} 1\subsection{Metronome}
2This plugin can be used as a metronome to keep time during music 2This plugin can be used as a metronome to keep time during music
3practice. Adjust the tempo though the interface or by tapping it out 3practice. Adjust the tempo through the interface or by tapping it out
4on the appropriate button. 4on the appropriate button.
5 5
6\begin{table} 6\begin{table}
7\begin{btnmap}{}{} 7 \begin{btnmap}{}{}
8\opt{player,h1xx,h300}{Stop}\opt{recorder,recorderv2fm}{Off} 8 \opt{PLAYER_PAD}{\ButtonStop}
9\opt{ondio}{OnOff}\opt{ipodcolor,ipodnano}{Menu} 9 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
10& Exit plugin \\ 10 \opt{IRIVER_H10_PAD,IAUDIO_X5_PAD}{\ButtonPower}
11\opt{player,recorder,recorderv2fm,h1xx,h300,ipodcolor,ipodnano}{Play} 11 \opt{ONDIO_PAD,RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
12\opt{ondio}{Mode (hold: Stop)} 12 & Exit plugin \\
13& Start / Stop \\ 13 \opt{PLAYER_PAD,RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD}{
14\opt{player,recorder,recorderv2fm}{On}\opt{ondio}{Mode (repeatedly)} 14 \ButtonPlay}
15\opt{h1xx,h300,ipodcolor,ipodnano}{Select} 15 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
16& Tap tempo \\ 16 \opt{ONDIO_PAD}{\ButtonMenu\ (Long: Stop)}
17Left/Right & Adjust tempo \\ 17 & Start / Stop \\
18\opt{player}{On+Left/Right} 18 \opt{PLAYER_PAD,RECORDER_PAD}{\ButtonOn}
19\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{Up/Down} 19 \opt{ONDIO_PAD}{\ButtonMenu\ (repeatedly)}
20& Adjust volume \\ 20 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect}
21\end{btnmap} 21 \opt{IRIVER_H10_PAD}{\ButtonFF}
22 \opt{IAUDIO_X5_PAD}{\ButtonRec}
23 & Tap tempo \\
24 \ButtonLeft\ / \ButtonRight
25 & Adjust tempo \\
26 \opt{PLAYER_PAD}{\ButtonOn+\ButtonLeft\ / \ButtonOn+\ButtonRight}
27 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{
28 \ButtonUp\ / \ButtonDown}
29 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd\ / \ButtonScrollBack}
30 \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown}
31 & Adjust volume \\
32 \end{btnmap}
22\end{table} 33\end{table}