Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#10230 - Remove "start new file if not recording" functionality from ACTION_REC_NEWFILE.

Attached to Project: Rockbox
Opened by Marc Guay (Marc_Guay) - Friday, 22 May 2009, 15:02 GMT+2
Last edited by Marc Guay (Marc_Guay) - Friday, 22 May 2009, 16:16 GMT+2
Task Type Patches
Category Recording
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Version 3.2
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

Currently ACTION_REC_NEWFILE, or file-split, will start recording in the same fashion as ACTION_REC_PAUSE if recording is stopped. This feature is redundant and can lead to keymap issues (see  FS#10207 ). This patch changes the functionality so that it only splits into a new file if recording is currently happening, otherwise it does nothing.
   split_newfile.diff (2.7 KiB)
 apps/recorder/recording.c |   40 +++++++++++++++++++++-------------------
 1 file changed, 21 insertions(+), 19 deletions(-)

This task depends upon

Closed by  Marc Guay (Marc_Guay)
Friday, 22 May 2009, 16:16 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  r21034
Comment by Marc Guay (Marc_Guay) - Friday, 22 May 2009, 15:40 GMT+2
Same patch with change to the manual.
   split_newfile2.diff (3.5 KiB)
 apps/recorder/recording.c             |   40 +++++++++++++++++-----------------
 manual/main_menu/recording_screen.tex |    4 ---
 2 files changed, 22 insertions(+), 22 deletions(-)

Loading...