forked from len0rd/rockbox
[BugFix] pitch screen load config fd wasn't closed
check file_exist(PITCH_CFG_FILE) close fd when finished If you already have a setting saved and you reenter the pitch plugin with differing pitch settings you will be asked to restore your default settings update manual entry to be a clearer Change-Id: Iaaaf08983a355f9848412d1c6b0bba25d6ea8f39
This commit is contained in:
parent
a8f6ddc5ed
commit
c4ceea40bf
4 changed files with 49 additions and 31 deletions
|
@ -288,8 +288,9 @@ This may even be the whole track.
|
|||
|
||||
The value of the rate, pitch and speed
|
||||
is persistent, i.e. when the \dap\ is turned on it will
|
||||
always be set to your last value. Selecting \setting{Pitch} again
|
||||
will now display a menu with \setting{Pitch} and \setting{Reset Setting}.
|
||||
always be set to your last value set by \setting{Pitch Screen}.
|
||||
Selecting \setting{Pitch} again will now display a menu with
|
||||
\setting{Pitch} and \setting{Reset Setting}.
|
||||
Selecting \setting{Reset Setting} will reset the pitch to 100\% now and at next boot.
|
||||
However the rate, pitch and speed information will be stored in any bookmarks
|
||||
you may create (see \reference{ref:Bookmarkconfigactual})
|
||||
|
@ -297,8 +298,8 @@ This may even be the whole track.
|
|||
playing back those bookmarks.
|
||||
|
||||
\note{ If a bookmark has changed pitch, settings will remain till
|
||||
the \dap{} is restarted and your (possibly different or default)
|
||||
persistent settings will then be restored.}
|
||||
changed again or the \dap{} is restarted and your (default) settings will then be
|
||||
restored}
|
||||
|
||||
\begin{btnmap}
|
||||
\ActionPsToggleMode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue