From 17d194e3b7dc6c8d1f0fbed2609bce1906babbe1 Mon Sep 17 00:00:00 2001 From: Marianne Arnold Date: Fri, 1 Dec 2006 02:23:42 +0000 Subject: 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 --- manual/plugins/metronome.tex | 43 +++++++++++++++++++++++++++---------------- 1 file changed, 27 insertions(+), 16 deletions(-) (limited to 'manual/plugins/metronome.tex') 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 @@ \subsection{Metronome} This plugin can be used as a metronome to keep time during music -practice. Adjust the tempo though the interface or by tapping it out +practice. Adjust the tempo through the interface or by tapping it out on the appropriate button. \begin{table} -\begin{btnmap}{}{} -\opt{player,h1xx,h300}{Stop}\opt{recorder,recorderv2fm}{Off} -\opt{ondio}{OnOff}\opt{ipodcolor,ipodnano}{Menu} -& Exit plugin \\ -\opt{player,recorder,recorderv2fm,h1xx,h300,ipodcolor,ipodnano}{Play} -\opt{ondio}{Mode (hold: Stop)} -& Start / Stop \\ -\opt{player,recorder,recorderv2fm}{On}\opt{ondio}{Mode (repeatedly)} -\opt{h1xx,h300,ipodcolor,ipodnano}{Select} -& Tap tempo \\ -Left/Right & Adjust tempo \\ -\opt{player}{On+Left/Right} -\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{Up/Down} -& Adjust volume \\ -\end{btnmap} + \begin{btnmap}{}{} + \opt{PLAYER_PAD}{\ButtonStop} + \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} + \opt{IRIVER_H10_PAD,IAUDIO_X5_PAD}{\ButtonPower} + \opt{ONDIO_PAD,RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} + & Exit plugin \\ + \opt{PLAYER_PAD,RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD}{ + \ButtonPlay} + \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} + \opt{ONDIO_PAD}{\ButtonMenu\ (Long: Stop)} + & Start / Stop \\ + \opt{PLAYER_PAD,RECORDER_PAD}{\ButtonOn} + \opt{ONDIO_PAD}{\ButtonMenu\ (repeatedly)} + \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect} + \opt{IRIVER_H10_PAD}{\ButtonFF} + \opt{IAUDIO_X5_PAD}{\ButtonRec} + & Tap tempo \\ + \ButtonLeft\ / \ButtonRight + & Adjust tempo \\ + \opt{PLAYER_PAD}{\ButtonOn+\ButtonLeft\ / \ButtonOn+\ButtonRight} + \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{ + \ButtonUp\ / \ButtonDown} + \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd\ / \ButtonScrollBack} + \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown} + & Adjust volume \\ + \end{btnmap} \end{table} -- cgit v1.2.3