Support and General Use > Recording

Recording Enhancements Pack

<< < (91/189) > >>

Mmmm:

--- Quote from: Techy_Bloke on August 05, 2006, 07:04:06 PM ---is there anyway of making just the recording screen text heaps massive instead of having it really small so its all easier to read

and also a bigger and labeled DB meter

and prehaps scrolling input waveform ??

--- End quote ---

ummm..yeah..use the REP.... ???

Mmmm:
Oh, Petur, one thing I forgot..The pointer cursor.

at about line 1540 replace this:

--- Code: ---#ifdef HAVE_AGC
                    case 4:
                    case 5:
                        screen_put_cursorxy(&screens[0], 0, line, true);
#ifdef HAVE_REMOTE_LCD
                        screen_put_cursorxy(&screens[1], 0, line, true);
#endif
                        break;
#endif /* HAVE_AGC */
--- End code ---
(which seems to me to be a bit of a weird thing to have anyway)

With this:

--- Code: ---#ifdef HAVE_AGC
                    case 4:
                    case 5:
                        for(i = 0; i < screen_update; i++)
                            screen_put_cursorxy(&screens[i], 0, filename_offset[i] +
                                                    PM_HEIGHT + line, true);
                        break;
#endif /* HAVE_AGC */
--- End code ---

Of course, all of this is in recording.c! :)

k1spanish:
No technical matter here, just to say

                                  THANK YOU !!

for the fantastic REP! I taped 4 Rock-Shows last weeks with AGC (live). The Pack run absolutely stable, no problems and brilliant results. I used two 2$-mic-capsules with selfmade casing, works better than all prof mic's I tested.

Mmmm:
Glad it's working for you K1spanish

I've updated the build and i've added some minor AGC improvements:

When using digital in, the AGC option won't display (as it does nothing anyway) this means you can have even larger fonts when using dig in...Hoorah!

I've fixed the remote display when you are using line in. Previously you couldnt see the AGC settings, now you can scroll down to them on the remote (and any other small screened devices).

All in post#1

Davide-NYC:
Hey Mmmm,

I think your latest REP patch is busted.
I DLed a fresh CVS and your latest patch and got this:

--- Code: ---$ patch --binary -p0 < recordingenhancementspack.20060807.patch
patching file apps/rec_button.c
patching file apps/rec_button.h
patching file apps/SOURCES
patching file apps/settings.c
patching file apps/settings.h
Hunk #1 succeeded at 289 (offset 10 lines).
Hunk #2 succeeded at 380 (offset 10 lines).
patching file apps/settings_menu.c
patching file apps/sound_menu.c
patching file apps/tree.c
Hunk #1 succeeded at 81 (offset 1 line).
Hunk #2 succeeded at 754 (offset 1 line).
patching file apps/tree.h
patching file apps/gui/gwps.c
patching file apps/gui/gwps.h
patching file apps/lang/deutsch.lang
Hunk #1 succeeded at 9044 with fuzz 1 (offset 658 lines).
patching file apps/lang/english.lang
Hunk #3 FAILED at 9147.
1 out of 3 hunks FAILED -- saving rejects to file apps/lang/english.lang.rej
patching file apps/recorder/peakmeter.c
patching file apps/recorder/peakmeter.h
patching file apps/recorder/recording.c
Hunk #27 FAILED at 1832.
Hunk #28 succeeded at 2183 (offset 1 line).
1 out of 28 hunks FAILED -- saving rejects to file apps/recorder/recording.c.rej

patching file apps/recorder/recording.h
--- End code ---

I think your source might be out of date? I dunno much I just thought I'd report it.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version