Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#6194 - Recording trigger

Attached to Project: Rockbox
Opened by Martin Scarratt (mmmm-) - Monday, 16 October 2006, 14:43 GMT+2
Last edited by Martin Scarratt (mmmm-) - Monday, 16 October 2006, 14:48 GMT+2
Task Type Patches
Category Recording
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

I have enabled the trigger function for software codec players (x5 and irivers).

I have also added the options to have the trigger pause and resume or start a new file on a low or high db setting.

I still need to adapt it to multiple screens...

It needs a bit more testing....
give it a go...
Look for the trigger entry in the recording menu to set it up.
   triggermod.patch (15.6 KiB)
 apps/settings.c           |    3 ++
 apps/settings.h           |    1 
 apps/sound_menu.c         |   64 +++++++++++++++++++++++++++++----------------
 apps/lang/english.lang    |   65 ++++++++++++++++++++++++++++++++++++++++++++++
 apps/recorder/peakmeter.c |   40 +++++++++++++++++++---------
 apps/recorder/recording.c |   53 ++++++++++++++++++++++++++++++++-----
 6 files changed, 184 insertions(+), 42 deletions(-)

This task depends upon

Closed by  Martin Scarratt (mmmm-)
Thursday, 09 November 2006, 13:38 GMT+2
Reason for closing:  Accepted
Comment by Martin Scarratt (mmmm-) - Tuesday, 17 October 2006, 12:19 GMT+2
I have done the multiple screens support now, Here's the finished article...
   triggermodscreens.patch (25 KiB)
 apps/settings.c           |    3 
 apps/settings.h           |    1 
 apps/sound_menu.c         |  187 ++++++++++++++++++++++++++++------------------
 apps/lang/english.lang    |   65 +++++++++++++++
 apps/recorder/peakmeter.c |  102 +++++++++++++++++--------
 apps/recorder/peakmeter.h |    7 -
 apps/recorder/recording.c |   63 +++++++++++++--
 7 files changed, 315 insertions(+), 113 deletions(-)

Comment by Martin Scarratt (mmmm-) - Tuesday, 17 October 2006, 21:10 GMT+2
Ah... I've just worked out what the presplit gap option is supposed to do.... and I had nicely broken it! So here is a fixed version
   triggermodscreens.patch (25 KiB)
 apps/settings.c           |    3 
 apps/settings.h           |    1 
 apps/sound_menu.c         |  188 ++++++++++++++++++++++++++++------------------
 apps/lang/english.lang    |   52 ++++++++++++
 apps/recorder/peakmeter.c |  102 +++++++++++++++++-------
 apps/recorder/peakmeter.h |    7 -
 apps/recorder/recording.c |   63 +++++++++++++--
 7 files changed, 303 insertions(+), 113 deletions(-)

Comment by Martin Scarratt (mmmm-) - Tuesday, 07 November 2006, 17:27 GMT+2
update to 20061107 and no longer breaks the remote display off feature
   trigger4.patch (25.1 KiB)
 apps/settings.c           |    3 
 apps/settings.h           |    1 
 apps/sound_menu.c         |  192 +++++++++++++++++++++++++++++-----------------
 apps/lang/english.lang    |   52 ++++++++++++
 apps/recorder/peakmeter.c |  104 +++++++++++++++++-------
 apps/recorder/peakmeter.h |    8 -
 apps/recorder/recording.c |   64 +++++++++++++--
 7 files changed, 313 insertions(+), 111 deletions(-)

Loading...