- Status Closed
- Percent Complete
- Task Type Patches
- Category
- Assigned To No-one
- Operating System
- Severity Low
- Priority Very Low
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#2904 - iRiver recording gain (upd 2006-02-07)
* corrects settings naming where adc_gain was used but
contained decimator gain (affects several files!)
* changes the way stereo channels are changed: puts a
selector on both lines to allow both channels to be
changed
* analog and digital gain merged into one big gain
range (always best quality) with indication if you're
changing analog or digital gain
NOTE: had trouble creating patch file, let me know if
there's a problem with it.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
patch file should be OK now
yet another try to create a patch…
corrects line selector bug in case of icon cursor
corrects frequency display bug
verified patch ;)
inserts blank line between gain and frequency indicator
removes quality setting
removed a compiler warning, verified against latest CVS
version
BASED ON MODIFIED PATCH FROM MMMM
patch updated… developer output is still i the code in
comment…
changed:
- always maximum analog gain (no more negative digital gain
when analog is positive)
- combined L/R gain now also for the other targets
- minor fixes
- tidied the code more
- made compatible with latest CVS version
patch updated for CVS version 2006-01-26
new version
- digital gain for mic and line-in are stored separately in
the settings
- adapted to lates CVS state
already did:
- combine analog and digital gain in one smooth range for
Hxxx players (by Mmmm)
- combined left/right gain changing by selecting both
channels first
simplified the calculations
oops - C++ style comment removed
adapted to latest CVS state (AGAIN)
adapted to latest CVS state
- fixed warning on Archos
- removed extra space in gain string
adapted to latest CVS
recap of what this patch does:
* all platforms:
- corrects gain display bug (CVS version displays negative
gains as -1.-5 where it should be -1.5)
- allows combined setting of stereo gain without an extra
line on the display: both settings get highlighted. This is
in preparation of remote control. * iRiver H1xx and H3xx specific:
- correctly named the decimator variables, they were
called 'gain'
- splitted decimator gain settings for mic and line-in so
that they are saved separately
- added combined analog and decimator gain setting giving a
smooth gain range with the best analog/decimator gain
combination
With a lot of help by Mmmm!