blob: 68a0d75e58b8e5373cfd70433deeb3cdeb82c98b [file] [log] [blame]
Dominik Riebeling8dbcab02006-04-09 11:04:43 +00001% $Id$ %
2\section{\label{ref:WPS}While Playing Screen}
3The While Playing Screen (WPS) displays various pieces of information about the
4currently playing audio file.
5%
Nils Wallménius12eb0582008-03-23 22:07:09 +00006\opt{lcd_bitmap}{%
Martin Arverf8e2f3e2006-10-17 12:18:51 +00007 The appearance of the WPS can be configured using WPS configuration files.
Michael Chicoine2bfcb6e2009-11-29 20:50:54 +00008 The items shown depend on your configuration -- all items can be turned on
Martin Arver26c6e7b2006-08-01 11:57:38 +00009 or off independently. Refer to \reference{ref:wps_tags} for details on how
Dominik Riebeling8dbcab02006-04-09 11:04:43 +000010 to change the display of the WPS.
11 \begin{itemize}
Martin Arver7bdd03a2006-08-27 15:00:50 +000012 \nopt{ondio}{
13 \item Status bar: The Status bar shows Battery level, charger status,
Nils Wallménius12eb0582008-03-23 22:07:09 +000014 volume, play mode, repeat mode, shuffle mode\opt{rtc}{ and clock}.
Martin Arver7bdd03a2006-08-27 15:00:50 +000015 In contrast to all other items, the status bar is always at the top of
16 the screen.
17 }
18 \opt{ondio}{
19 \item Status bar: The Status bar shows Battery level, USB power mode, key
20 lock status, memory access indicator. In contrast to all other items, the
21 status bar is always at the top of the screen.
22 }
Dominik Riebeling8dbcab02006-04-09 11:04:43 +000023 \item (Scrolling) path and filename of the current song.
24 \item The ID3 track name.
25 \item The ID3 album name.
26 \item The ID3 artist name.
27 \item Bit rate. VBR files display average bitrate and ``(avg)''
28 \item Elapsed and total time.
29 \item A slidebar progress meter representing where in the song you are.
30 \item Peak meter.
31 \end{itemize}
32}
33\opt{recorder,recorderv2fm,ondio}{
34 \note{
35 \begin{itemize}
36 \item The number of lines shown depends on the size of the font used.
37 \item The peak meter is only visible if you turn off the status bar or if
38 using a small font that gives 8 or more display lines.
39 \end{itemize}
40 }
41}
42%
43\opt{player}{
44 \note{
45 \begin{itemize}
46 \item Playlist index/Playlist size: Artist {}- Title.
47 \item Current{}-time Progress{}-indicator Left.
48 \end{itemize}
49 }
50}
51
Martin Arver26c6e7b2006-08-01 11:57:38 +000052See \reference{ref:ConfiguringtheWPS} for details of customising
Dominik Riebeling8dbcab02006-04-09 11:04:43 +000053your WPS (While Playing Screen).
54
55
56\subsection{\label{ref:WPS_Key_Controls}WPS Key Controls}
57
Alexander Levin97365802010-05-20 17:38:38 +000058 \begin{btnmap}
Alex Parker41ff2872009-06-28 18:02:04 +000059 \ActionWpsVolUp{} / \ActionWpsVolDown
Marianne Arnold6f169b42009-07-05 18:21:19 +000060 \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsVolUp{} / \ActionRCWpsVolDown}
Alex Parker41ff2872009-06-28 18:02:04 +000061 & Volume up/down.\\
Dominik Riebeling8dbcab02006-04-09 11:04:43 +000062 %
Alex Parker41ff2872009-06-28 18:02:04 +000063 \ActionWpsSkipPrev
Marianne Arnold6f169b42009-07-05 18:21:19 +000064 \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsSkipPrev}
Alex Parker54e163a2009-12-17 19:00:48 +000065 & Go to beginning of track, or if pressed while in the
Alexander Levind7842252009-12-18 09:01:49 +000066 first seconds of a track, go to the previous track.\\
Dominik Riebeling8dbcab02006-04-09 11:04:43 +000067 %
Alex Parker41ff2872009-06-28 18:02:04 +000068 \ActionWpsSeekBack
Marianne Arnold6f169b42009-07-05 18:21:19 +000069 \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsSeekBack}
Alex Parker54e163a2009-12-17 19:00:48 +000070 & Rewind in track.\\
Dominik Riebeling8dbcab02006-04-09 11:04:43 +000071 %
Alex Parker41ff2872009-06-28 18:02:04 +000072 \ActionWpsSkipNext
Marianne Arnold6f169b42009-07-05 18:21:19 +000073 \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsSkipNext}
Alexander Levind7842252009-12-18 09:01:49 +000074 & Go to the next track.\\
Dominik Riebeling8dbcab02006-04-09 11:04:43 +000075 %
Alex Parker41ff2872009-06-28 18:02:04 +000076 \ActionWpsSeekFwd
Marianne Arnold6f169b42009-07-05 18:21:19 +000077 \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsSeekFwd}
Alex Parker54e163a2009-12-17 19:00:48 +000078 & Fast forward in track.\\
Dominik Riebeling8dbcab02006-04-09 11:04:43 +000079 %
Alex Parker41ff2872009-06-28 18:02:04 +000080 \ActionWpsPlay
Marianne Arnold6f169b42009-07-05 18:21:19 +000081 \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsPlay}
Alex Parker54e163a2009-12-17 19:00:48 +000082 & Toggle play/pause.\\
Dominik Riebeling8dbcab02006-04-09 11:04:43 +000083 %
Alex Parker41ff2872009-06-28 18:02:04 +000084 \ActionWpsStop
Marianne Arnold6f169b42009-07-05 18:21:19 +000085 \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsStop}
Alex Parker54e163a2009-12-17 19:00:48 +000086 & Stop playback.\\
Dominik Riebeling8dbcab02006-04-09 11:04:43 +000087 %
Alex Parker41ff2872009-06-28 18:02:04 +000088 \ActionWpsBrowse
Marianne Arnold6f169b42009-07-05 18:21:19 +000089 \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsBrowse}
Bryan Childs847ac052009-12-21 08:58:49 +000090 & Return to the \setting{File Browser} / \setting{Database}.\\
Dominik Riebeling8dbcab02006-04-09 11:04:43 +000091 %
Alex Parker41ff2872009-06-28 18:02:04 +000092 \ActionWpsContext
Marianne Arnold6f169b42009-07-05 18:21:19 +000093 \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsContext}
Alex Parker54e163a2009-12-17 19:00:48 +000094 & Enter \setting{WPS Context Menu}.\\
Dominik Riebeling8dbcab02006-04-09 11:04:43 +000095 %
Nils Wallméniusc4a87312006-12-01 13:11:19 +000096 \opt{ONDIO_PAD}{\ActionWpsContext{} twice}%
Nils Wallménius7f800ac2006-09-09 10:06:05 +000097 \nopt{ONDIO_PAD}{\ActionWpsMenu}%
Alex Parkerccb69902009-08-23 18:01:25 +000098 \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsMenu}
Alexander Levinf85b54c2010-04-08 18:19:34 +000099 & Enter \setting{Main Menu}%
Marianne Arnoldaac6ef12006-12-01 02:27:30 +0000100 \opt{ONDIO_PAD}{ via the \setting{WPS Context Menu}}.\\%
Nils Wallménius157b3cc2006-11-03 17:23:38 +0000101 %
Marianne Arnold49fcfe82009-04-08 23:40:00 +0000102 \opt{quickscreen}{%
Alex Parker41ff2872009-06-28 18:02:04 +0000103 \ActionWpsQuickScreen
Marianne Arnold6f169b42009-07-05 18:21:19 +0000104 \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsQuickScreen}
Alexander Levin76c5a392010-04-12 16:48:33 +0000105 & Switch to the \setting{Quick Screen}
106 (see \reference{ref:QuickScreen}). \\}%
Dominik Riebeling8dbcab02006-04-09 11:04:43 +0000107 %
Rafaël Carréc401eec2010-05-29 20:01:24 +0000108 % software hold targets
Marianne Arnold49fcfe82009-04-08 23:40:00 +0000109 \nopt{hold_button}{%
110 \opt{RECORDER_PAD}{\ButtonFOne+\ButtonDown}
111 \opt{PLAYER_PAD}{\ButtonMenu+\ButtonStop}
112 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonDown}
Rafaël Carré94f18b12010-06-18 20:03:39 +0000113 \opt{SANSA_CLIP_PAD}{\ButtonHome+\ButtonSelect}
Michael Giacomelliee4ea422010-12-14 21:12:33 +0000114 & Key lock (software hold switch) on/off.\\
Marianne Arnold49fcfe82009-04-08 23:40:00 +0000115 }%
Dominik Riebeling8dbcab02006-04-09 11:04:43 +0000116 %These actions need definitions for the other targets
Nils Wallménius157b3cc2006-11-03 17:23:38 +0000117 \opt{RECORDER_PAD}{%
Peter D'Hoyecd8151f2008-05-15 21:32:17 +0000118 \ButtonFThree & Toggles Display quick screen.\\%
Marianne Arnoldaac6ef12006-12-01 02:27:30 +0000119 \ButtonFOne+\ButtonPlay & Mute on/off.\\%
Nils Wallménius157b3cc2006-11-03 17:23:38 +0000120 }%
121 \opt{PLAYER_PAD}{%
Marianne Arnoldaac6ef12006-12-01 02:27:30 +0000122 \ButtonMenu+\ButtonPlay & Mute on/off.\\%
Nils Wallménius157b3cc2006-11-03 17:23:38 +0000123 }%
Alexander Levin8029bee2009-07-12 10:26:12 +0000124 % We explicitly list all the appropriate targets here and do no condition
125 % on the 'pitchscreen' feature since some players have the feature but do
126 % not have the button to go from the WPS to the pitch screen.
127 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD,MROBE100_PAD%
128 ,GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{%
Alex Parker41ff2872009-06-28 18:02:04 +0000129 \ActionWpsPitchScreen
Marianne Arnold6f169b42009-07-05 18:21:19 +0000130 \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsPitchScreen}
Nils Wallménius2565d372011-01-19 15:16:34 +0000131 & Show \setting{Pitch Screen} (see \reference{sec:pitchscreen}).\\%
Alexander Levin471a0eb2009-07-11 22:33:03 +0000132 }%
Szymon Dzioka09152b2010-04-15 18:35:41 +0000133 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_CLIP_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}{%
Nils Wallménius2565d372011-01-19 15:16:34 +0000134 \ActionWpsPlaylist
135 \opt{HAVEREMOTEKEYMAP}{&}
Jeffrey Goodec5d95162010-04-02 20:11:11 +0000136 & Show current \setting{Playlist}.\\%
137 }%
138 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD%
139 ,SANSA_E200_PAD,SANSA_C200_PAD}{%
Alex Parker41ff2872009-06-28 18:02:04 +0000140 \ActionWpsIdThreeScreen
Marianne Arnold6f169b42009-07-05 18:21:19 +0000141 \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsIdThreeScreen}
Alex Parker54e163a2009-12-17 19:00:48 +0000142 & Enter \setting{ID3 Viewer}.\\%
Nils Wallménius157b3cc2006-11-03 17:23:38 +0000143 }%
Jeffrey Goodec5d95162010-04-02 20:11:11 +0000144 \opt{hotkey}{%
Alexander Levin3c1cfca2010-04-08 18:17:35 +0000145 \ActionWpsHotkey \opt{HAVEREMOTEKEYMAP}{& }
146 & Activate the \setting{Hotkey} function (see \reference{ref:Hotkeys}).\\
Jeffrey Goodec5d95162010-04-02 20:11:11 +0000147 }
Rafaël Carré3f86a2c2010-07-19 04:35:40 +0000148 \opt{ab_repeat_buttons}{%
Marianne Arnoldf0bfcdc2008-06-25 14:13:14 +0000149 \ActionWpsAbSetBNextDir{} or }%
150 % not all targets have the above action defined but the one below works on all
151 Short \ActionWpsSkipNext{} + Long \ActionWpsSkipNext
Marianne Arnold6f169b42009-07-05 18:21:19 +0000152 \opt{HAVEREMOTEKEYMAP}{
153 &
154 \opt{IRIVER_RC_H100_PAD}{\ActionRCWpsAbSetBNextDir{} or}
Alex Parker41ff2872009-06-28 18:02:04 +0000155 Short \ActionRCWpsSkipNext{} + Long \ActionRCWpsSkipNext}
Alex Parker54e163a2009-12-17 19:00:48 +0000156 & Skip to the next directory.\\
Marianne Arnoldf0bfcdc2008-06-25 14:13:14 +0000157 %
Rafaël Carré3f86a2c2010-07-19 04:35:40 +0000158 \opt{ab_repeat_buttons}{%
Marianne Arnoldf0bfcdc2008-06-25 14:13:14 +0000159 \ActionWpsAbSetAPrevDir{} or }%
160 Short \ActionWpsSkipPrev{} + Long \ActionWpsSkipPrev
Marianne Arnold6f169b42009-07-05 18:21:19 +0000161 \opt{HAVEREMOTEKEYMAP}{
162 &
163 \opt{IRIVER_RC_H100_PAD}{\ActionRCWpsAbSetAPrevDir{} or}
Alex Parkerccb69902009-08-23 18:01:25 +0000164 Short \ActionRCWpsSkipPrev{} + Long \ActionRCWpsSkipPrev}
Alex Parker54e163a2009-12-17 19:00:48 +0000165 & Skip to the previous directory.\\
Marianne Arnoldf0bfcdc2008-06-25 14:13:14 +0000166 %
Marc Guay72215562008-06-23 20:08:41 +0000167 \opt{SANSA_E200_PAD,SANSA_C200_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{
Alex Parker41ff2872009-06-28 18:02:04 +0000168 \ActionStdRec
Marianne Arnold6f169b42009-07-05 18:21:19 +0000169 \opt{HAVEREMOTEKEYMAP}{&}
Alex Parker54e163a2009-12-17 19:00:48 +0000170 & Switch to the \setting{Recording Screen}.\\
Peter D'Hoye0875a952007-09-14 22:31:37 +0000171 }%
Alexander Levin97365802010-05-20 17:38:38 +0000172 \end{btnmap}
Dominik Riebeling8dbcab02006-04-09 11:04:43 +0000173
174
Nils Wallménius12eb0582008-03-23 22:07:09 +0000175\opt{lcd_bitmap}{
Dominik Riebeling8dbcab02006-04-09 11:04:43 +0000176 \subsection{\label{ref:peak_meter}Peak Meter}
177 The peak meter can be displayed on the While Playing Screen and consists of
Martin Arverb530de02006-10-17 11:28:36 +0000178 several indicators.
Nils Wallménius12eb0582008-03-23 22:07:09 +0000179 \opt{recording}{
Martin Arverb530de02006-10-17 11:28:36 +0000180 For a picture of the peak meter, please see the While
181 Recording Screen in \reference{ref:while_recording_screen}.
182 }
Dominik Riebeling8dbcab02006-04-09 11:04:43 +0000183
184 \begin{description}
185 \item [The bar:]
186 This is the wide horizontal bar. It represents the current volume value.
187 \item [The peak indicator:]
Martin Arverdeb020f2006-08-23 09:47:24 +0000188 This is a little vertical line at the right end of the bar. It indicates
189 the peak volume value that occurred recently.
Dominik Riebeling8dbcab02006-04-09 11:04:43 +0000190 \item [The clip indicator:]
191 This is a little black block that is displayed at the very right of the
Michael DiFebboe28e2fc2006-05-12 16:56:21 +0000192 scale when an overflow occurs. It usually does not show up during normal
Marianne Arnold2e45ca32008-03-29 01:11:12 +0000193 playback unless you play an audio file that is distorted heavily.
194 \opt{recording}{
195 If you encounter clipping while recording, your recording will sound distorted.
196 You should lower the gain.
197 }
Michael DiFebboe28e2fc2006-05-12 16:56:21 +0000198 \note{Note that the clip detection is not very precise.
199 Clipping might occur without being indicated.}
Dominik Riebeling8dbcab02006-04-09 11:04:43 +0000200 \item [The scale:]
201 Between the indicators of the right and left channel there are little dots.
202 These dots represent important volume values. In linear mode each dot is a
Andree Buschmann53cf63f2010-04-14 19:44:07 +0000203 10\% mark. In dBFS mode the dots represent the following values (from right
Andree Buschmann1248e9c2010-04-14 20:38:21 +0000204 to left): 0~dB, {}-3~dB, {}-6~dB, {}-9~dB, {}-12~dB, {}-18~dB, {}-24~dB, {}-30~dB,
205 {}-40~dB, {}-50~dB, {}-60~dB.
Dominik Riebeling8dbcab02006-04-09 11:04:43 +0000206 \end{description}
207}
Michael DiFebbo73e1f6a2006-05-18 18:32:44 +0000208\subsection{\label{sec:contextmenu}The WPS Context Menu}
Martin Arver21454842006-10-17 11:00:28 +0000209Like the context menu for the \setting{File Browser}, the \setting{WPS Context Menu}
Jeffrey Goode1ad76ff2010-05-09 02:02:51 +0000210allows you quick access to some often used functions.
Dominik Riebeling8dbcab02006-04-09 11:04:43 +0000211
Martin Arver21454842006-10-17 11:00:28 +0000212\subsubsection{Playlist}
213The \setting{Playlist} submenu allows you to view, save, search and
214reshuffle the current playlist. To change settings for the
Thomas Martitzf8c72512010-02-20 19:06:44 +0000215\setting{Playlist Viewer} press \ActionStdContext{} while viewing the current
216playlist to bring up the \setting{Playlist Viewer Menu}. In this menu, you
217can find the \setting{Playlist Viewer Settings}.
Marc Guay2e8a4502008-06-24 05:24:29 +0000218
Thomas Martitzf8c72512010-02-20 19:06:44 +0000219\subsubsection{Playlist Viewer Settings}
Marc Guay2e8a4502008-06-24 05:24:29 +0000220 \begin{description}
Alex Parker48db5b52009-04-26 10:56:38 +0000221 \item[Show Icons.] This toggles display of the icon for the currently
222 selected playlist entry and the icon for moving a playlist entry
223 \item[Show Indicies.] This toggles display of the line numbering for
224 the playlist
225 \item[Track Display.] This toggles between filename only and full path
226 for playlist entries
227 \item[Save Current Playlist.] Allows the current playlist to be saved as
228 a \fname{.m3u8} playlist file
Marc Guay2e8a4502008-06-24 05:24:29 +0000229 \end{description}
230
Nils Wallméniusa374ca92006-09-09 17:59:51 +0000231
Dominik Riebelingfd665932007-03-26 21:47:28 +0000232\subsubsection{Playlist catalog}
233 \begin{description}
234 \item [View catalog.] This lists all playlists that are part of the
235 Playlist catalog. You can load a new playlist directly from this list.
236 \item [Add to playlist.] Adds the currently playing file to a playlist.
237 Select the playlist you want the file to be added to and it will get
238 appended to that playlist.
239 \item [Add to new playlist.] Similar to the previous entry this will
240 add the currently playing track to a playlist. You need to enter a name
241 for the new playlist first.
242 \end{description}
243
Nils Wallménius9a07fac2008-05-22 16:14:29 +0000244\subsubsection{Sound Settings}
245This is a shortcut to the \setting{Sound Settings Menu}, where you can configure volume,
246bass, treble, and other settings affecting the sound of your music.
247See \reference{ref:configure_rockbox_sound} for more information.
248
249\subsubsection{Playback Settings}
250This is a shortcut to the \setting{Playback Settings Menu}, where you can configure shuffle,
Marianne Arnold8a142fe2010-04-16 05:50:15 +0000251repeat, party mode, skip length and other settings affecting the playback of your music.
Nils Wallménius9a07fac2008-05-22 16:14:29 +0000252
Robert Kukla226cb7b2007-03-26 15:08:59 +0000253\subsubsection{Rating}
Dominik Riebelingfd665932007-03-26 21:47:28 +0000254The menu entry is only shown if \setting{Gather Runtime Information} is
255enabled. It allows the asignment of a personal rating value (0 -- 10)
256to a track which can be displayed in the WPS and used in the Database
Tomer Shaleve565d362009-12-11 10:46:42 +0000257browser. The value wraps at 10.
Robert Kukla226cb7b2007-03-26 15:08:59 +0000258
Martin Arver21454842006-10-17 11:00:28 +0000259\subsubsection{Bookmarks}
260This allows you to create a bookmark in the currently-playing track.
Dominik Riebeling8dbcab02006-04-09 11:04:43 +0000261
Nicolas Pennequin23a89b02007-09-28 23:36:02 +0000262\subsubsection{\label{ref:trackinfoviewer}Show Track Info}
263\screenshot{rockbox_interface/images/ss-id3-viewer}{The track info viewer}{}
Martin Arver21454842006-10-17 11:00:28 +0000264This screen is accessible from the WPS screen, and provides a detailed view of
265all the identity information about the current track. This info is known as
266meta data and is stored in audio file formats to keep information on artist,
Jeffrey Goode1ad76ff2010-05-09 02:02:51 +0000267album etc. To access this screen, %
Jeffrey Goodec5d95162010-04-02 20:11:11 +0000268\opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IRIVER_H10_PAD,%
269 SANSA_C200_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{
Martin Arver21454842006-10-17 11:00:28 +0000270 press \ActionWpsIdThreeScreen. }%
Jeffrey Goodec5d95162010-04-02 20:11:11 +0000271\opt{PLAYER_PAD,ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IAUDIO_M3_PAD,%
Marcin Bukata434a0d2010-11-09 22:10:38 +0000272 GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_CLIP_PAD,PBELL_VIBE500_PAD,%
273 MPIO_HD200_PAD}{press \ActionWpsContext{} to access the
274 \setting{WPS Context Menu} and select \setting{Show Track Info}. }
Martin Arver21454842006-10-17 11:00:28 +0000275\opt{RECORDER_PAD,PLAYER_PAD,ONDIO_PAD}{Use \ButtonLeft\ and \ButtonRight\
276 to move through the information.}%
Nils Wallméniusb2ee5bc2008-05-22 16:28:20 +0000277
Martin Arver21454842006-10-17 11:00:28 +0000278\subsubsection{Open With...}
279This \setting{Open With} function is the same as the \setting{Open With}
Dominik Riebelingfd724972010-04-07 20:53:10 +0000280function in the file browser's \setting{Context Menu}.
Martin Arver21454842006-10-17 11:00:28 +0000281
Nils Wallméniusb2ee5bc2008-05-22 16:28:20 +0000282\subsubsection{Delete}
Alexander Levin62166272009-12-23 21:47:45 +0000283Delete the currently playing file. The file will be deleted but the playback
284of the file will not stop immediately. Instead, the part of the file that
285has already been buffered (i.e. read into the \daps\ memory) will be played.
Jeffrey Goode1ad76ff2010-05-09 02:02:51 +0000286This may even be the whole track.
Nils Wallméniusb2ee5bc2008-05-22 16:28:20 +0000287
Alexander Levin471a0eb2009-07-11 22:33:03 +0000288\opt{pitchscreen}{
Martin Arver320059a2006-10-17 17:14:08 +0000289 \subsubsection{\label{sec:pitchscreen}Pitch}
Nils Wallméniusc4a87312006-12-01 13:11:19 +0000290
Alexander Levincc7c6652009-07-11 16:46:19 +0000291 The \setting{Pitch Screen} allows you to change the rate of playback
292 (i.e. the playback speed and at the same time the pitch) of your
Jeffrey Goode1ad76ff2010-05-09 02:02:51 +0000293 \dap. The rate value can be adjusted
Jeffrey Goodec5d95162010-04-02 20:11:11 +0000294 between 50\% and 200\%. 50\% means half the normal playback speed and a
295 pitch that is an octave lower than the normal pitch. 200\% means double
296 playback speed and a pitch that is an octave higher than the normal pitch.
Alexander Levincc7c6652009-07-11 16:46:19 +0000297
298 The rate can be changed in two modes: procentual and semitone.
299 Initially, procentual mode is active.
300
301 \opt{swcodec}{
302 If you've enabled the \setting{Timestretch} option in
303 \setting{Sound Settings} and have since rebooted, you can also use
304 timestretch mode. This allows you to change the playback speed
305 without affecting the pitch, and vice versa.
306
307 In timestretch mode there are separate displays for pitch and
308 speed, and each can be altered independently. Due to the
309 limitations of the algorithm, speed is limited to be between 35\%
310 and 250\% of the current pitch value. Pitch must maintain the
311 same ratio as well as remain between 50\% and 200\%.
312 }
313
314 The value of the \opt{swcodec}{rate, pitch and speed}\nopt{swcodec}{rate}
Jeffrey Goode8173fed2010-04-19 17:52:21 +0000315 is not persistent, i.e. after the \dap\ is turned on it will
316 always be set to 100\%. \opt{swcodec}{ However, the rate, pitch and speed
317 information will be stored in any bookmarks you may create
318 (see \reference{ref:Bookmarkconfigactual}) and will be restored upon
319 playing back those bookmarks.}
Nils Wallménius2db58c72007-12-02 14:48:38 +0000320
Alexander Levin471a0eb2009-07-11 22:33:03 +0000321 \nopt{swcodec}{
Alexander Levin97365802010-05-20 17:38:38 +0000322 \begin{btnmap}
Steve Bavinfb238072009-06-12 07:20:50 +0000323 \ActionPsToggleMode
Alex Parker54e163a2009-12-17 19:00:48 +0000324 & Toggle pitch changing mode. \\
Steve Bavinfb238072009-06-12 07:20:50 +0000325 %
326 \ActionPsIncSmall{} / \ActionPsDecSmall
Alex Parker54e163a2009-12-17 19:00:48 +0000327 & Increase~/ Decrease pitch by 0.1\% (in procentual mode) or by 0.1
328 semitone (in semitone mode).\\
Steve Bavinfb238072009-06-12 07:20:50 +0000329 %
330 \ActionPsIncBig{} / \ActionPsDecBig
Alex Parker54e163a2009-12-17 19:00:48 +0000331 & Increase~/ Decrease pitch by 1\% (in procentual mode) or a semitone
332 (in semitone mode).\\
Steve Bavinfb238072009-06-12 07:20:50 +0000333 %
334 \ActionPsNudgeLeft{} / \ActionPsNudgeRight
Alex Parker54e163a2009-12-17 19:00:48 +0000335 & Temporarily change pitch by 2\% (beatmatch). \\
Steve Bavinfb238072009-06-12 07:20:50 +0000336 %
337 \ActionPsReset
Alex Parker54e163a2009-12-17 19:00:48 +0000338 & Reset rate to 100\%. \\
Steve Bavinfb238072009-06-12 07:20:50 +0000339 %
340 \ActionPsExit
Alex Parker54e163a2009-12-17 19:00:48 +0000341 & Leave the \setting{Pitch Screen}. \\
Steve Bavinfb238072009-06-12 07:20:50 +0000342 %
343 \end{btnmap}
Steve Bavinfb238072009-06-12 07:20:50 +0000344
Alexander Levin5a379bc2010-05-20 16:35:45 +0000345 \warn{Changing the pitch can cause audible `Artifacts' or `Dropouts'.}
Nils Wallménius2db58c72007-12-02 14:48:38 +0000346 }
Steve Bavinfb238072009-06-12 07:20:50 +0000347
348 \opt{swcodec}{
Alexander Levin97365802010-05-20 17:38:38 +0000349 \begin{btnmap}
Steve Bavinfb238072009-06-12 07:20:50 +0000350 \ActionPsToggleMode
Marianne Arnold6f169b42009-07-05 18:21:19 +0000351 \opt{HAVEREMOTEKEYMAP}{& \ActionRCPsToggleMode}
Alex Parker54e163a2009-12-17 19:00:48 +0000352 & Toggle pitch changing mode (cycle through all available modes).\\
Steve Bavinfb238072009-06-12 07:20:50 +0000353 %
354 \ActionPsIncSmall{} / \ActionPsDecSmall
Marianne Arnold6f169b42009-07-05 18:21:19 +0000355 \opt{HAVEREMOTEKEYMAP}{& \ActionRCPsIncSmall{} / \ActionRCPsDecSmall}
Alex Parker54e163a2009-12-17 19:00:48 +0000356 & Increase~/ Decrease pitch by 0.1\% (in procentual mode) or 0.1
357 semitone (in semitone mode).\\
Steve Bavinfb238072009-06-12 07:20:50 +0000358 %
Szymon Dzioka09152b2010-04-15 18:35:41 +0000359 \nopt{PBELL_VIBE500_PAD}{ % ther is no long scroll up or down because of slide
Steve Bavinfb238072009-06-12 07:20:50 +0000360 \ActionPsIncBig{} / \ActionPsDecBig
Marianne Arnold6f169b42009-07-05 18:21:19 +0000361 \opt{HAVEREMOTEKEYMAP}{& \ActionRCPsIncBig{} / \ActionRCPsDecBig}
Alex Parker54e163a2009-12-17 19:00:48 +0000362 & Increase~/ Decrease pitch by 1\% (in procentual mode) or a semitone
363 (in semitone mode).\\
Szymon Dzioka09152b2010-04-15 18:35:41 +0000364 }
Steve Bavinfb238072009-06-12 07:20:50 +0000365 %
366 \ActionPsNudgeLeft{} / \ActionPsNudgeRight
Marianne Arnold65291f12010-06-11 22:48:20 +0000367 \opt{HAVEREMOTEKEYMAP}{& \ActionRCPsNudgeLeft{} / \ActionRCPsNudgeRight}
Alex Parker54e163a2009-12-17 19:00:48 +0000368 & Temporarily change pitch by 2\% (beatmatch), or modify speed (in timestretch mode).\\
Steve Bavinfb238072009-06-12 07:20:50 +0000369 %
370 \ActionPsReset
Marianne Arnold6f169b42009-07-05 18:21:19 +0000371 \opt{HAVEREMOTEKEYMAP}{& \ActionRCPsReset}
Alex Parker54e163a2009-12-17 19:00:48 +0000372 & Reset pitch and speed to 100\%. \\
Steve Bavinfb238072009-06-12 07:20:50 +0000373 %
374 \ActionPsExit
Marianne Arnold6f169b42009-07-05 18:21:19 +0000375 \opt{HAVEREMOTEKEYMAP}{& \ActionRCPsExit}
Alex Parker54e163a2009-12-17 19:00:48 +0000376 & Leave the \setting{Pitch Screen}. \\
Steve Bavinfb238072009-06-12 07:20:50 +0000377 %
378 \end{btnmap}
Steve Bavinfb238072009-06-12 07:20:50 +0000379 }
380
Martin Arver320059a2006-10-17 17:14:08 +0000381}
Nils Wallménius2db58c72007-12-02 14:48:38 +0000382
Dominik Riebeling8dbcab02006-04-09 11:04:43 +0000383%********************QUICKSCREENS***********************************************
384\opt{RECORDER_PAD}{
Peter D'Hoyecd8151f2008-05-15 21:32:17 +0000385 \section{\label{ref:QuickScreens}Quick Screens}
386 \screenshot{rockbox_interface/images/ss-quick-screen-112x64x1.png}{The F2 quick screen}{}
387 \screenshot{rockbox_interface/images/ss-quick-screen2-112x64x1.png}{The F3 quick screen}{}
Dominik Riebeling8dbcab02006-04-09 11:04:43 +0000388 Rockbox handles function buttons in a different way to the Archos software.
389 \ButtonFOne\ is always bound to the menu function, while \ButtonFTwo\ and
Peter D'Hoyecd8151f2008-05-15 21:32:17 +0000390 \ButtonFThree\ enable two quick screens.
Dominik Riebeling8dbcab02006-04-09 11:04:43 +0000391
392 \ButtonFTwo\ displays some browse and play settings which are likely to be
393 changed frequently. This settings are Shuffle mode, Repeat mode and the Show
394 files options
395
396 Shuffle mode plays each track in the currently playing list in a random order
397 rather than in the order shown in the browser.
398
399 Repeat mode repeats either a single track (One) or the entire playlist (All).
400
401 Show files determines what type files can be seen in the browser. This can be
402 just MP3 files and directories (Music), Playlists, MP3 files and directories
403 (Playlists), any files that Rockbox supports (Supported) or all files on the
404 disk (All).
405
Martin Arver26c6e7b2006-08-01 11:57:38 +0000406 See \reference{ref:PlaybackOptions} for more information about these
Dominik Riebeling8dbcab02006-04-09 11:04:43 +0000407 settings.
408
Alexander Levin97365802010-05-20 17:38:38 +0000409 \begin{btnmap}
Alex Parker54e163a2009-12-17 19:00:48 +0000410 \ButtonLeft & Control Shuffle mode setting. \\
411 \ButtonRight & Control Repeat mode setting. \\
412 \ButtonDown & Control Show file setting. \\
Alexander Levin97365802010-05-20 17:38:38 +0000413 \end{btnmap}
Dominik Riebeling8dbcab02006-04-09 11:04:43 +0000414
415 \ButtonFThree\ controls frequently used display options.
416
417 Scroll bar turns the display of the Scroll bar on the left of the screen on
418 or off.
419
Martin Arver7bdd03a2006-08-27 15:00:50 +0000420 Status bar turns the status display at the top of the screen on or off.
421 Upside down inverts the screen so that the top of the display appears nearest
422 to the buttons. This is sometimes useful when storing the \dap\ in a pocket.
423 Key assignments swap over with the display orientation where it is logical
424 for them to do so.
Dominik Riebeling8dbcab02006-04-09 11:04:43 +0000425
Martin Arver26c6e7b2006-08-01 11:57:38 +0000426 See \reference{ref:Displayoptions} for more information about these
Dominik Riebeling8dbcab02006-04-09 11:04:43 +0000427 settings.
428
Alexander Levin97365802010-05-20 17:38:38 +0000429 \begin{btnmap}
Alex Parker54e163a2009-12-17 19:00:48 +0000430 \ButtonLeft & Control scroll bar display. \\
431 \ButtonRight & Control status bar display. \\
432 \ButtonDown & Control upside down screen setting. \\
Alexander Levin97365802010-05-20 17:38:38 +0000433 \end{btnmap}
Dominik Riebeling8dbcab02006-04-09 11:04:43 +0000434}