mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
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
This commit is contained in:
parent
db0d74053a
commit
c4a87312f0
16 changed files with 39 additions and 16 deletions
|
|
@ -72,6 +72,7 @@
|
|||
\newcommand{\ActionKbdDown}{\ButtonScrollDown}
|
||||
|
||||
%Button actions, Pitch Screen context
|
||||
\newcommand{\ActionPsToggleMode}{\ButtonPower}
|
||||
\newcommand{\ActionPsIncSmall}{\ButtonScrollUp}
|
||||
\newcommand{\ActionPsIncBig}{Long \ButtonScrollUp}
|
||||
\newcommand{\ActionPsDecSmall}{\ButtonScrollDown}
|
||||
|
|
|
|||
|
|
@ -72,6 +72,7 @@
|
|||
\newcommand{\ActionKbdDown}{\ButtonScrollDown}
|
||||
|
||||
%Button actions, Pitch Screen context
|
||||
\newcommand{\ActionPsToggleMode}{\ButtonPower}
|
||||
\newcommand{\ActionPsIncSmall}{\ButtonScrollUp}
|
||||
\newcommand{\ActionPsIncBig}{Long \ButtonScrollUp}
|
||||
\newcommand{\ActionPsDecSmall}{\ButtonScrollDown}
|
||||
|
|
|
|||
|
|
@ -80,14 +80,15 @@
|
|||
\newcommand{\ActionKbdDown}{\ButtonDown}
|
||||
|
||||
%Button actions, Pitch Screen context
|
||||
\newcommand{\ActionPsToggleMode}{\ButtonMode}
|
||||
\newcommand{\ActionPsIncSmall}{\ButtonUp}
|
||||
\newcommand{\ActionPsIncBig}{Long \ButtonUp}
|
||||
\newcommand{\ActionPsDecSmall}{\ButtonDown}
|
||||
\newcommand{\ActionPsDecBig}{Long \ButtonDown}
|
||||
\newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
|
||||
\newcommand{\ActionPsNudgeRight}{\ButtonRight}
|
||||
\newcommand{\ActionPsReset}{\ButtonOn}
|
||||
\newcommand{\ActionPsExit}{\ButtonOff}
|
||||
\newcommand{\ActionPsReset}{\ButtonSelect}
|
||||
\newcommand{\ActionPsExit}{\ButtonOn{} or \ButtonOff}
|
||||
|
||||
%Button actions, Recording screen context
|
||||
\newcommand{\ActionRecPause}{\ButtonOn}
|
||||
|
|
|
|||
|
|
@ -82,14 +82,15 @@
|
|||
\newcommand{\ActionKbdDown}{\ButtonDown}
|
||||
|
||||
%Button actions, Pitch Screen context
|
||||
\newcommand{\ActionPsToggleMode}{\ButtonMode}
|
||||
\newcommand{\ActionPsIncSmall}{\ButtonUp}
|
||||
\newcommand{\ActionPsIncBig}{Long \ButtonUp}
|
||||
\newcommand{\ActionPsDecSmall}{\ButtonDown}
|
||||
\newcommand{\ActionPsDecBig}{Long \ButtonDown}
|
||||
\newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
|
||||
\newcommand{\ActionPsNudgeRight}{\ButtonRight}
|
||||
\newcommand{\ActionPsReset}{\ButtonOn}
|
||||
\newcommand{\ActionPsExit}{\ButtonOff}
|
||||
\newcommand{\ActionPsReset}{\ButtonSelect}
|
||||
\newcommand{\ActionPsExit}{\ButtonOn{} or \ButtonOff}
|
||||
|
||||
%Button actions, Recording screen context
|
||||
\newcommand{\ActionRecPause}{\ButtonOn}
|
||||
|
|
|
|||
|
|
@ -68,6 +68,7 @@
|
|||
|
||||
|
||||
%Button actions, Pitch Screen context
|
||||
\newcommand{\ActionPsToggleMode}{\ButtonPlay}
|
||||
\newcommand{\ActionPsIncSmall}{\ButtonScrollFwd}
|
||||
\newcommand{\ActionPsIncBig}{Long \ButtonScrollFwd}
|
||||
\newcommand{\ActionPsDecSmall}{\ButtonScrollBack}
|
||||
|
|
|
|||
|
|
@ -68,6 +68,7 @@
|
|||
|
||||
|
||||
%Button actions, Pitch Screen context
|
||||
\newcommand{\ActionPsToggleMode}{\ButtonPlay}
|
||||
\newcommand{\ActionPsIncSmall}{\ButtonScrollFwd}
|
||||
\newcommand{\ActionPsIncBig}{Long \ButtonScrollFwd}
|
||||
\newcommand{\ActionPsDecSmall}{\ButtonScrollBack}
|
||||
|
|
|
|||
|
|
@ -68,6 +68,7 @@
|
|||
\newcommand{\ActionKbdDown}{\ButtonScrollFwd}
|
||||
|
||||
%Button actions, Pitch Screen context
|
||||
\newcommand{\ActionPsToggleMode}{\ButtonPlay}
|
||||
\newcommand{\ActionPsIncSmall}{\ButtonScrollFwd}
|
||||
\newcommand{\ActionPsIncBig}{Long \ButtonScrollFwd}
|
||||
\newcommand{\ActionPsDecSmall}{\ButtonScrollBack}
|
||||
|
|
|
|||
|
|
@ -67,6 +67,7 @@
|
|||
\newcommand{\ActionKbdDown}{\ButtonScrollFwd}
|
||||
|
||||
%Button actions, Pitch Screen context
|
||||
\newcommand{\ActionPsToggleMode}{\ButtonPlay}
|
||||
\newcommand{\ActionPsIncSmall}{\ButtonScrollFwd}
|
||||
\newcommand{\ActionPsIncBig}{Long \ButtonScrollFwd}
|
||||
\newcommand{\ActionPsDecSmall}{\ButtonScrollBack}
|
||||
|
|
|
|||
|
|
@ -69,6 +69,7 @@
|
|||
|
||||
|
||||
%Button actions, Pitch Screen context
|
||||
\newcommand{\ActionPsToggleMode}{\ButtonPlay}
|
||||
\newcommand{\ActionPsIncSmall}{\ButtonScrollFwd}
|
||||
\newcommand{\ActionPsIncBig}{Long \ButtonScrollFwd}
|
||||
\newcommand{\ActionPsDecSmall}{\ButtonScrollBack}
|
||||
|
|
|
|||
|
|
@ -69,6 +69,7 @@
|
|||
|
||||
|
||||
%Button actions, Pitch Screen context
|
||||
\newcommand{\ActionPsToggleMode}{\ButtonPlay}
|
||||
\newcommand{\ActionPsIncSmall}{\ButtonScrollFwd}
|
||||
\newcommand{\ActionPsIncBig}{Long \ButtonScrollFwd}
|
||||
\newcommand{\ActionPsDecSmall}{\ButtonScrollBack}
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@
|
|||
\newcommand{\ActionYesNoAccept}{\ButtonRight}
|
||||
|
||||
%Button actions, Pitch Screen context
|
||||
\newcommand{\ActionPsToggleMode}{Long \ButtonMenu}
|
||||
\newcommand{\ActionPsIncSmall}{\ButtonUp}
|
||||
\newcommand{\ActionPsIncBig}{Long \ButtonUp}
|
||||
\newcommand{\ActionPsDecSmall}{\ButtonDown}
|
||||
|
|
|
|||
|
|
@ -52,6 +52,7 @@
|
|||
\newcommand{\ActionYesNoAccept}{\ButtonRight}
|
||||
|
||||
%Button actions, Pitch Screen context
|
||||
\newcommand{\ActionPsToggleMode}{Long \ButtonMenu}
|
||||
\newcommand{\ActionPsIncSmall}{\ButtonUp}
|
||||
\newcommand{\ActionPsIncBig}{Long \ButtonUp}
|
||||
\newcommand{\ActionPsDecSmall}{\ButtonDown}
|
||||
|
|
|
|||
|
|
@ -75,6 +75,7 @@
|
|||
\newcommand{\ActionKbdDown}{\ButtonDown}
|
||||
|
||||
%Button actions, Pitch Screen context
|
||||
\newcommand{\ActionPsToggleMode}{\ButtonFOne}
|
||||
\newcommand{\ActionPsIncSmall}{\ButtonUp}
|
||||
\newcommand{\ActionPsIncBig}{Long \ButtonUp}
|
||||
\newcommand{\ActionPsDecSmall}{\ButtonDown}
|
||||
|
|
|
|||
|
|
@ -75,6 +75,7 @@
|
|||
\newcommand{\ActionKbdDown}{\ButtonDown}
|
||||
|
||||
%Button actions, Pitch Screen context
|
||||
\newcommand{\ActionPsToggleMode}{\ButtonFOne}
|
||||
\newcommand{\ActionPsIncSmall}{\ButtonUp}
|
||||
\newcommand{\ActionPsIncBig}{Long \ButtonUp}
|
||||
\newcommand{\ActionPsDecSmall}{\ButtonDown}
|
||||
|
|
|
|||
|
|
@ -71,6 +71,7 @@
|
|||
\newcommand{\ActionKbdAbort}{\ButtonRec}
|
||||
|
||||
%Button actions, Pitch Screen context
|
||||
\newcommand{\ActionPsToggleMode}{\ButtonSelect}
|
||||
\newcommand{\ActionPsIncSmall}{\ButtonUp}
|
||||
\newcommand{\ActionPsIncBig}{Long \ButtonUp}
|
||||
\newcommand{\ActionPsDecSmall}{\ButtonDown}
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ your WPS (While Playing Screen).
|
|||
|
||||
\begin{table}
|
||||
\begin{btnmap}{}{}
|
||||
\ActionWpsVolUp/\ActionWpsVolDown & Volume up/down.\\
|
||||
\ActionWpsVolUp{} / \ActionWpsVolDown & Volume up/down.\\
|
||||
%
|
||||
\ActionWpsSkipPrev & Go to beginning of track, or if pressed while in the
|
||||
first seconds of a track, go to previous track.\\
|
||||
|
|
@ -79,7 +79,7 @@ your WPS (While Playing Screen).
|
|||
\opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD}{%
|
||||
\ActionWpsPitchScreen & Show pitch setting screen.\\}%
|
||||
%
|
||||
\opt{ONDIO_PAD}{\ActionWpsContext\ twice}%
|
||||
\opt{ONDIO_PAD}{\ActionWpsContext{} twice}%
|
||||
\nopt{ONDIO_PAD}{\ActionWpsMenu}%
|
||||
& Enter \setting{Main Menu}%
|
||||
\opt{ONDIO_PAD}{ via the \setting{WPS Context Menu}}.\\%
|
||||
|
|
@ -186,24 +186,32 @@ function in the \setting{File Context Menu}.
|
|||
|
||||
\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\%.
|
||||
|
||||
The Pitch Screen allows you to change the pitch and (at the same
|
||||
time) the playback speed of your \dap. The pitch value can be
|
||||
adjusted between 50\% and 200\%. Changing the pitch can be done in
|
||||
two modes: procentual and semitone.
|
||||
|
||||
\begin{table}
|
||||
\begin{btnmap}{}{}
|
||||
\ActionPsIncSmall/\ActionPsDecSmall
|
||||
& Increase / Decrease Pitch by 0.1\% \\
|
||||
\ActionPsToggleMode
|
||||
& Toggle pitch changing mode \\
|
||||
%
|
||||
\ActionPsIncBig/\ActionPsDecBig
|
||||
& Increase / Decrease Pitch by 1\% \\
|
||||
\ActionPsIncSmall{} / \ActionPsDecSmall
|
||||
& Increase / Decrease pitch by 0.1\% (in procentual mode) or a semitone
|
||||
(in semitone mode)\\
|
||||
%
|
||||
\ActionPsNudgeRight/\ActionPsNudgeLeft
|
||||
& Temporarily Increase / Decrease Pitch by 2.0\% \\
|
||||
\ActionPsIncBig{} / \ActionPsDecBig
|
||||
& Increase / Decrease pitch by 1\% (only in procentual mode)\\
|
||||
%
|
||||
\ActionPsNudgeRight{} / \ActionPsNudgeLeft
|
||||
& Temporarily Increase / Decrease pitch by 2.0\% \\
|
||||
%
|
||||
\ActionPsReset
|
||||
& Reset Pitch to 100\% \\
|
||||
& Reset pitch to 100\% \\
|
||||
%
|
||||
\ActionPsExit
|
||||
& Leave Pitch screen \\
|
||||
& Leave the Pitch Screen \\
|
||||
%
|
||||
\end{btnmap}
|
||||
\end{table}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue