diff options
author | Martin Arver <martin.arver@gmail.com> | 2006-10-17 17:14:08 +0000 |
---|---|---|
committer | Martin Arver <martin.arver@gmail.com> | 2006-10-17 17:14:08 +0000 |
commit | 320059a2ec7dae8123ba01ef0f31d2f5365ccde0 (patch) | |
tree | 36a947e9071c45958ce93b0e7386272de64e9aac | |
parent | 7e8409d3668cac12ee76d03872190d99c4ecac41 (diff) |
Do not include the pitch screen info in the player manuals
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11251 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | manual/rockbox_interface/wps.tex | 46 |
1 files changed, 24 insertions, 22 deletions
diff --git a/manual/rockbox_interface/wps.tex b/manual/rockbox_interface/wps.tex index 4375c6f14c..b685f3a039 100644 --- a/manual/rockbox_interface/wps.tex +++ b/manual/rockbox_interface/wps.tex @@ -181,28 +181,30 @@ album etc. To access this screen, % This \setting{Open With} function is the same as the \setting{Open With} function in the \setting{File Context Menu}. -\subsubsection{\label{sec:pitchscreen}Pitch} -The Pitch Screen allows you to quickly change the pitch of your \dap. The -pitch value can be adjusted between 50\% and 200\%. -\begin{table} - \begin{btnmap}{}{} - \ActionPsIncSmall/\ActionPsDecSmall - & Increase / Decrease Pitch by 0.1\% \\ - % - \ActionPsIncBig/\ActionPsDecBig - & Increase / Decrease Pitch by 1\% \\ - % - \ActionPsNudgeRight/\ActionPsNudgeLeft - & Temporarily Increase / Decrease Pitch by 2.0\% \\ - % - \ActionPsReset - & Reset Pitch to 100\% \\ - % - \ActionPsExit - & Leave Pitch screen \\ - % - \end{btnmap} -\end{table} +\nopt{player}{ + \subsubsection{\label{sec:pitchscreen}Pitch} + The Pitch Screen allows you to quickly change the pitch of your \dap. The + pitch value can be adjusted between 50\% and 200\%. + \begin{table} + \begin{btnmap}{}{} + \ActionPsIncSmall/\ActionPsDecSmall + & Increase / Decrease Pitch by 0.1\% \\ + % + \ActionPsIncBig/\ActionPsDecBig + & Increase / Decrease Pitch by 1\% \\ + % + \ActionPsNudgeRight/\ActionPsNudgeLeft + & Temporarily Increase / Decrease Pitch by 2.0\% \\ + % + \ActionPsReset + & Reset Pitch to 100\% \\ + % + \ActionPsExit + & Leave Pitch screen \\ + % + \end{btnmap} + \end{table} +} \opt{RECORDER_PAD,ONDIO_PAD}{ \warn{Changing the pitch can cause audible 'Artifacts' or 'Dropouts'.} } |