This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#5483 - Recording: Track split button
Attached to Project:
Rockbox
Opened by Martin Scarratt (mmmm-) - Saturday, 03 June 2006, 01:16 GMT+2
Opened by Martin Scarratt (mmmm-) - Saturday, 03 June 2006, 01:16 GMT+2
|
DetailsA possible new addition to the REP.
Pressing the record button with this patch will start up a new file continuing seamlessly from the previous one (so you can add track splits in real time). I've moved the pause function to the play key (which I was always pressing when i wanted it to pause anyway! Cheesy ) Try it out, tell me what's wrong with it and all the usual stuff... Only implemented for irivers at the mo....not sure about the buttons to use on other targets but would be very easy to put in. Any suggestions? The other targets with recording are the Ondio and Gmini100 I think. It would be ideal if we could have the present recording button as the Record/new file button and another button as pause. But which button on these would be good for pause? Is there a spare button at all on those targets? |
This task depends upon
This only applies if the screen height is > 72 pixels so it wont break any targets with small screens (including the remote)
The Ondio doesn't seem to have any keys left, so it can't have this functionality
The Gmini keymappings don't seem to be complete for the recording screen anyway so I'm not going to touch them.
So to make a long story longer this patch changes the following targets' keymappings in the recording screen:
IRiver H100/H120/H140/H320/H340
Play/Pause/On button: Start recording/Pause Recording
Record button: Begin recording into new file
Archos Recorder
On button: Begin recording into new file
All other targets remain as they were.
Patch 2 is the one you want :)