Support and General Use > Recording
Recording Enhancements Pack
BayTaper:
--- Quote from: Mmmm on August 27, 2006, 01:56:25 PM ---
--- Quote from: BayTaper on August 27, 2006, 01:07:54 PM ---Is it possible to make the peakmeter taller, like each bar is "wider" on the vertical size? I saw a patch that seemed to imply it would do that. If I use the daily build now, that has all the recording and AGC in it now, right? Everything except the histogram? So, does that mean I could use the patch to widen my meters?
--- End quote ---
Using the REP your peakmeter will be the same height as the font you use (or 2x the height depending on which player you have)
So yes...this patch will enable you to increase the peakmeter size by using a bigger font.
If that isn't enough for you or you don't want to change the font size look in apps/recorder/recording.c and near(ish) the top you will see PM_HEIGHT defined. This has two values 1 or 2. change it to whatever number you want (the number you use is the multiple of the current font height your peakmeter will appear).
--- End quote ---
I'm too much of a newb coder to deal really, but I'm intrigued about the possibility. I actually like all the info on the screen I have right now, but I see there is some room on the screen to make the meters wider, which would be cool. It'd be awesome if it were on option in the settings screen. You could pick 1 or 2 or something, but maybe I'll try to learn how to change that number myself. Thanks!
Mmmm:
Hmmm this is the line that needs changing, it is line 91
--- Code: ---#define PM_HEIGHT ((LCD_HEIGHT >= 72) ? 2 : 1)
--- End code ---
All you need to do is replace this line with this
--- Code: ---#define PM_HEIGHT 3
--- End code ---
and that will give you a 3*fontsize peakmeter
ZincAlloy:
--- Quote from: Mmmm on August 27, 2006, 07:30:24 AM ---Yeah...I decided not to bother with dealing with the Zoom on the histogram and the fonts, and yes, all it does is increase the vertical measure.
You haven't missed anything, you can't turn it off!
Unfortunately it is impossible to use other keys as boot keys as the play button is special - on its own little circuit I think. That is also why it is impossible to have button combinations with any key other than the play button.
A better solution to your problem would be to have a seperate font defined for the recording screen eh? ;)
--- End quote ---
I still think it's a good idea that may be worth thinking about.
Why not button combinations with the play button?
paulheu:
New build of my experimental build for H3x0 with new Record enhancement pack and Record button patch included
Mmmm:
Well...whatboutbob You're oing to love this...I haven't done a build yet but the patch in post#1 now contains the ability to switch the histogram off..so you know what that means folks....yep, even bigger fonts!! :D
Source with histogram without histogram
Line 11 13
Mic 12 15
Dig 17 20
HA HA... Superfonts.............
Of course this is all with the H1xx....with the H3xx the world is your oyster...I dont even want to think about it.... :'(
PS. I haven't tested it yet so it probably won't work... ;) I've got to get to bed.... :)
ps. Oh yeah... it might be useful to know that the histogram off key is 'hold mode'
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version