This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#8521 - Permanent setting for the pitch
Attached to Project:
Rockbox
Opened by Alexander Levin (fml2) - Sunday, 27 January 2008, 10:00 GMT+2
Last edited by Peter D'Hoye (petur) - Monday, 28 January 2008, 10:53 GMT+2
Opened by Alexander Levin (fml2) - Sunday, 27 January 2008, 10:00 GMT+2
Last edited by Peter D'Hoye (petur) - Monday, 28 January 2008, 10:53 GMT+2
|
DetailsThis patch makes the pitch setting permanent. You can set the pitch value that should be used after the DAP is switched on. This can also be changed in the pitch screen but the value set there is NOT saved. So if you set the pitch to 150% in the pitch screen but have it set to 100% in the sound settings, 100% will be used after the next power on.
Also, the initial mode for changing pitch (small steps/semitones) can be set. Manual is also updated. I changed the symbol HAVE_PITCHSCREEN to HAVE_ADJUSTABLE_PITCH since it better tells what we're at IMHO. |
This task depends upon
Another note: it would be good if some indicator would display in the status bar if the pitch is not exactly 100%. Maybe different symbols for <100% and >100%. But this would be the subject for another patch once this is committed.
However, it would be easier and cleaner to just introduce a persistent. Especially after reading the title of this, I think your patch does too much at once, and it doesn't do it the right way.
But then again, I'm no dev. I'm just stating my opinion.
Care to elaborate on what would be not too much and what would be the right way to do it?
Also, you are introducing several new settings. Are you sure they are needed, and worth the bin size grow and the menu cluttering? I don't think so.
Anyway, (positive ;-) comments from other people are welcome.