- Status Closed
- Percent Complete
- Task Type Patches
- Category
- Assigned To No-one
- Operating System
- Severity Low
- Priority Very Low
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Rockbox
Opened by jahronch - 2003-08-08
Last edited by linusnielsen - 2003-11-03
Opened by jahronch - 2003-08-08
Last edited by linusnielsen - 2003-11-03
FS#1598 - During record, press ON to close current/open new file
Add this case to recorder.c in the recording_screen()
function
There may be a better way to do this. I am new at this.
There may be a significant delay of the hard drive needs
to spin up before the next file is opened, therefore some
audio will be missed.
case BUTTON_ON : if (mpeg_status() ==
MPEG_STATUS_RECORD )
{ /* we want to stop the current recording,
close the file, start a new recording */
mpeg_stop(); status_set_playmode(STATUS_STOP);
/* */ have_recorded = true; mpeg_record(create_filename()); status_set_playmode(STATUS_RECORD); update_countdown = 1; /* Update
immediately */
last_seconds = 0; } break;
Closed by linusnielsen
2003-11-03 00:15
Reason for closing: Rejected
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
2003-11-03 00:15
Reason for closing: Rejected
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
Logged In: YES
user_id=259137
Thank you for your patch, but we have
solved it along with
the
frame-accurate split functionality.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Thank you for your patch, but we have solved it along with
the frame-accurate split functionality.