diff options
author | Nils Wallménius <nils@rockbox.org> | 2006-12-01 13:11:19 +0000 |
---|---|---|
committer | Nils Wallménius <nils@rockbox.org> | 2006-12-01 13:11:19 +0000 |
commit | c4a87312f0861e6c4c7cc0b0f7ed054570275763 (patch) | |
tree | 82f5811fff8a7f4ab5cad04abfd853924ea762e2 /manual/rockbox_interface/wps.tex | |
parent | db0d74053a13e6c9e146c3b7c334dd015fc7ed02 (diff) | |
download | rockbox-c4a87312f0861e6c4c7cc0b0f7ed054570275763.tar.gz rockbox-c4a87312f0861e6c4c7cc0b0f7ed054570275763.zip |
updated pitch screen section with semitone mode and new buttonmappings patch FS#6402 by Alexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11639 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/rockbox_interface/wps.tex')
-rw-r--r-- | manual/rockbox_interface/wps.tex | 32 |
1 files changed, 20 insertions, 12 deletions
diff --git a/manual/rockbox_interface/wps.tex b/manual/rockbox_interface/wps.tex index a34d4a9f9f..ac9dffdcbf 100644 --- a/manual/rockbox_interface/wps.tex +++ b/manual/rockbox_interface/wps.tex | |||
@@ -57,7 +57,7 @@ your WPS (While Playing Screen). | |||
57 | 57 | ||
58 | \begin{table} | 58 | \begin{table} |
59 | \begin{btnmap}{}{} | 59 | \begin{btnmap}{}{} |
60 | \ActionWpsVolUp/\ActionWpsVolDown & Volume up/down.\\ | 60 | \ActionWpsVolUp{} / \ActionWpsVolDown & Volume up/down.\\ |
61 | % | 61 | % |
62 | \ActionWpsSkipPrev & Go to beginning of track, or if pressed while in the | 62 | \ActionWpsSkipPrev & Go to beginning of track, or if pressed while in the |
63 | first seconds of a track, go to previous track.\\ | 63 | first seconds of a track, go to previous track.\\ |
@@ -79,7 +79,7 @@ your WPS (While Playing Screen). | |||
79 | \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD}{% | 79 | \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD}{% |
80 | \ActionWpsPitchScreen & Show pitch setting screen.\\}% | 80 | \ActionWpsPitchScreen & Show pitch setting screen.\\}% |
81 | % | 81 | % |
82 | \opt{ONDIO_PAD}{\ActionWpsContext\ twice}% | 82 | \opt{ONDIO_PAD}{\ActionWpsContext{} twice}% |
83 | \nopt{ONDIO_PAD}{\ActionWpsMenu}% | 83 | \nopt{ONDIO_PAD}{\ActionWpsMenu}% |
84 | & Enter \setting{Main Menu}% | 84 | & Enter \setting{Main Menu}% |
85 | \opt{ONDIO_PAD}{ via the \setting{WPS Context Menu}}.\\% | 85 | \opt{ONDIO_PAD}{ via the \setting{WPS Context Menu}}.\\% |
@@ -186,24 +186,32 @@ function in the \setting{File Context Menu}. | |||
186 | 186 | ||
187 | \nopt{player}{ | 187 | \nopt{player}{ |
188 | \subsubsection{\label{sec:pitchscreen}Pitch} | 188 | \subsubsection{\label{sec:pitchscreen}Pitch} |
189 | The Pitch Screen allows you to quickly change the pitch of your \dap. The | 189 | |
190 | pitch value can be adjusted between 50\% and 200\%. | 190 | The Pitch Screen allows you to change the pitch and (at the same |
191 | time) the playback speed of your \dap. The pitch value can be | ||
192 | adjusted between 50\% and 200\%. Changing the pitch can be done in | ||
193 | two modes: procentual and semitone. | ||
194 | |||
191 | \begin{table} | 195 | \begin{table} |
192 | \begin{btnmap}{}{} | 196 | \begin{btnmap}{}{} |
193 | \ActionPsIncSmall/\ActionPsDecSmall | 197 | \ActionPsToggleMode |
194 | & Increase / Decrease Pitch by 0.1\% \\ | 198 | & Toggle pitch changing mode \\ |
199 | % | ||
200 | \ActionPsIncSmall{} / \ActionPsDecSmall | ||
201 | & Increase / Decrease pitch by 0.1\% (in procentual mode) or a semitone | ||
202 | (in semitone mode)\\ | ||
195 | % | 203 | % |
196 | \ActionPsIncBig/\ActionPsDecBig | 204 | \ActionPsIncBig{} / \ActionPsDecBig |
197 | & Increase / Decrease Pitch by 1\% \\ | 205 | & Increase / Decrease pitch by 1\% (only in procentual mode)\\ |
198 | % | 206 | % |
199 | \ActionPsNudgeRight/\ActionPsNudgeLeft | 207 | \ActionPsNudgeRight{} / \ActionPsNudgeLeft |
200 | & Temporarily Increase / Decrease Pitch by 2.0\% \\ | 208 | & Temporarily Increase / Decrease pitch by 2.0\% \\ |
201 | % | 209 | % |
202 | \ActionPsReset | 210 | \ActionPsReset |
203 | & Reset Pitch to 100\% \\ | 211 | & Reset pitch to 100\% \\ |
204 | % | 212 | % |
205 | \ActionPsExit | 213 | \ActionPsExit |
206 | & Leave Pitch screen \\ | 214 | & Leave the Pitch Screen \\ |
207 | % | 215 | % |
208 | \end{btnmap} | 216 | \end{btnmap} |
209 | \end{table} | 217 | \end{table} |