Support and General Use > Recording

Recording Enhancements Pack

<< < (33/189) > >>

paulheu:
Am I right to assume the new peakmeter patch will require a new agc patch as well? it seems at first glance some stuff changed enough to break the current agc patch..

Mmmm:
New version...now compiles under every target (except the ones that won't compile anyway (12 & 20).

Oh and I haven't tested 5 or 6 because I couldn't get the versions of binutils and gcc to make the crosscompiler to test them with...

But apart from that it is just about perfect I think... Anyone found any problems yet?

paulheu: Yes I think it will break the present AGC patch..but that's life eh?  :)

[attachment deleted by admin, too old]

paulheu:

--- Quote from: Mmmm on March 11, 2006, 02:29:56 PM ---paulheu: Yes I think it will break the present AGC patch..but that's life eh?  :)

--- End quote ---

It is.. but since I prefer to have agc available I will have to hold off on a test run..  ;)

paulheu:
I've been fiddling with the agc patch and actually have it working with the new peakmeter/remote patch. Oddly though I only get two letters and some (gain) values in the AGC mode display on the screen.. Things seem to work fine it's just the  display that's odd..

I've attached the patch I've done. As this is my first 'actually change code' patch I hope I'm not breaking anything .. ;) I'm only trying to learn something here.. so shoot me if I am being silly..;)

EDIT: removed the patch.. It's no longer valid..

Mmmm:
Paulheu...just quickly looking at your patch... I think that for the following part:


--- Code: ---+                    lcd_puts_style(0, 7, buf, STYLE_INVERT);
+                else
+                    lcd_puts_style(0, 6, buf, STYLE_INVERT);
+ }
+            else
+            {
+                if(global_settings.rec_source != SOURCE_MIC)
+                    lcd_puts(0, 7, buf);
+                else
+                    lcd_puts(0, 6, buf);
             }
--- End code ---
instead of using 6 & 7, try using 7 & 8...

(looks as if the gain settings and AGC mode are printing on the same line!)
Could be wrong though....   :D

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version