This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9128 - Incorect peakmeter scale in recording screen
Attached to Project:
Rockbox
Opened by PaulJam (PaulJam) - Saturday, 28 June 2008, 20:09 GMT+2
Last edited by Peter D'Hoye (petur) - Sunday, 29 June 2008, 10:05 GMT+2
Opened by PaulJam (PaulJam) - Saturday, 28 June 2008, 20:09 GMT+2
Last edited by Peter D'Hoye (petur) - Sunday, 29 June 2008, 10:05 GMT+2
|
DetailsWhen the WPS shows the peakmeter inside a viewport then the scale of the peakmeter in the recording screen has the same width (but the peakmeter itself is shown with the full width of the screen). I have attached a very simple .wps file for reproduction purposes.
Reproduction: Reset settings during boot (maybe not needed), load the attached .wps file, enter the WPS and then enter the recording screen. If you enter the recording screen first and after that enter the WPS, then the scale in the WPS is wrong. H300 with r17842 |
This task depends upon
Sounds quite to be expected: the scales are only calculated once (unless you change the scale type), so they stay the same regardless of viewport width. Must invalidate them when the viewport changes.....