FS#5021 - Recording Histogram
Attached to Project:
Rockbox
Opened by Jvo Studer (vinylivo) - Tuesday, 04 April 2006, 11:06 GMT
Last edited by Peter D'Hoye (petur) - Wednesday, 03 March 2010, 22:17 GMT
Opened by Jvo Studer (vinylivo) - Tuesday, 04 April 2006, 11:06 GMT
Last edited by Peter D'Hoye (petur) - Wednesday, 03 March 2010, 22:17 GMT
|
DetailsSo here is a separated patch (from the agc_enhance_pack) for recording histogram, battery remain time and disk space.
It shows a graph of peak levels over time. A balance meter shows the actual stereo image position. The battery remain time and remaining disk space are shown in graphic and numeric values too. Use -p1 for patching. |
This task depends upon
Closed by Peter D'Hoye (petur)
Wednesday, 03 March 2010, 22:17 GMT
Reason for closing: Accepted
Additional comments about closing: histogram accepted, balance, disk and battery parts not taken
Wednesday, 03 March 2010, 22:17 GMT
Reason for closing: Accepted
Additional comments about closing: histogram accepted, balance, disk and battery parts not taken
see AGC patch http://www.rockbox.org/tracker/task/4748 for a version with AGC and Histogram feature because it's not so easy to apply both patches seperate.
this patch was done to daily-2006-04-08 and u need -p1 option for patching.
Work only needs doing if either patch isn't compatible with CVS.
If one of them got committed, then work would need to be done on the other to make them compatible.
so there! B)
I didn't worked saparetely with contdown patch. Attached patch is histogram patch + countdown patch.
When apply these patch, rec_button patch first. rec_button was done by kugel, but you should fix for hxxx series. you can easily fix keymap file, compare with attached keymap file.
rec button patch is here.
http://www.rockbox.org/tracker/task/5555#comment8661
Remaining works is two.
1. remove last blank line upper of histogram
2. filename printing issue : when goes in recording, filename is missing.
This patch does histogram only, no battery, diskspace or balance
Only tested briefly on h300
please please please just change (at least) the drawing code to just draw the historgram in a given viewport on the screen.