Support and General Use > Recording
Recording Enhancements Pack
Mmmm:
Hmmm just tested it and when I use nimbus-12 I get the system font in the recording screen!
But you get nimbus 12 in the recording screen overwriting the histogram? Weird ???
I'm going to put a new patch/build up soon so when I do try that... I'll tell you when :)
Mmmm:
Aha... I think I may have found the problem Redwood...
I'll put a new build up soon...which will hopefully fix it ;D
redwood:
Cool! What was it? (I won't pretend to understand but am starting to study some C++ so maybe i could learn something) ;)
jp
Mmmm:
All it was was that the font check was done outside the main recording screen loop which meant that if you go into the screen with a certain font (say nimbus12) and you have a mic or digital source then everything will be fine, but if you then change to line source the font wouldnt be rechecked and so you would get an overlap of the histogram. I have simply moved the font check into the loop and made it so that it is only checked when  last_source !=source (ie only when the source has changed), simple!
well, I hope that was your problem anyway...it was the only way I could reproduce it! :)
I should be able to post the new code today sometime.
PS. Rockbox is coded in C, not C++ :)
Mmmm:
Ok then..here we go.. A new version at last
Unfortunately we have lost rincewinds record button patch as I was too lazy to update it and I think that he will do that sometime anyway... I'll add it when he does.
I have put in a patch that displays the samplerate and channels (mono/stereo) in the statusbar when in the recording screen.
This means that you can now see this info on any screen (main and remote) all the time.
It also means that we have more space on the main screen so bigger fonts are possible...although not that much bigger unfortunately...one extra line doesnt go far I'm afraid!
Input method            Previous max fontsize      New max fontsize
Line In                        10               11  ->No change really
Mic In                         11               12  ->some extra fonts become possible
Digital In                      14                17   ->WOW!
I did a bit of tweaking for the fonts patch too:
i) to get rid of the bug redwood noticed (now the font will change as soon as you change the input method)
ii) take into account the lack of AGC info for digital in (the reason for the large increase in max fontsize for digital in)
Post#1 for patches etc....
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version