Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  ONGOING DEFAULT THEME CONTEST!!!
« previous next »
  • Print
Pages: 1 ... 34 35 [36] 37 38 ... 67

Author Topic: ONGOING DEFAULT THEME CONTEST!!!  (Read 284634 times)

Offline crzyboyster

  • Member
  • *
  • Posts: 362
  • Proud iPod Nano User!
Re: DEFAULT THEME CONTEST!!!
« Reply #525 on: January 01, 2008, 10:18:32 PM »
ZincAlloy, here's my recommendation: forget about the images being 24 bit! They're fine the way they are and will make the end user happier as the graphics being used now are very clean and sleek, unlike the 16 bit ones...
Logged
My iPod Nano themes: AAPodSVN - PHK1 Remix - Cabbie 3.0 - Christmas - corners

Offline ZincAlloy

  • Member
  • *
  • Posts: 488
Re: DEFAULT THEME CONTEST!!!
« Reply #526 on: January 01, 2008, 10:51:09 PM »
true, but ironically the user IS seeing 16bit graphics.

btw, your ports aren't looking clean and sleek...  ;)
Logged

Offline yapper

  • Rockbox Expert
  • Member
  • *
  • Posts: 794
Re: DEFAULT THEME CONTEST!!!
« Reply #527 on: January 01, 2008, 10:56:14 PM »
Quote from: Llorean on January 01, 2008, 07:44:46 PM
Well, first and foremost, I hate graphical volume displays. But most of my complaints can be seen earlier in this thread anyway.
I understand the need at times to have a more precise volume indication, but (correct me when I'm wrong) this is not required all the time. For instance, when using a DAP connected to an in-car system, it might be nice to set the DAP volume to a particular value to prevent clipping. On my target (2nd Gen iPod), this is easily achieved from the WPS with a long click on Select, followed by two regular clicks on Select to get to the Volume menu.

Personally, I tweak the graphics so that the volume setting I need for in-car use is highlighted in some way (a bolder bar for instance). This doesn't give a totally exact level setting, but is adequate to set the level to something close to the maximum before clipping ensues, and eliminates having to remember what level is best for the car.
Logged
G2 iPod 20GB / Sansa c240 v1 + 2GB microSD / Sansa c250 v1 / Sansa e250 v1 + 8GB microSDHC / Sansa Fuze v2 + 32GB microSDHC

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: DEFAULT THEME CONTEST!!!
« Reply #528 on: January 02, 2008, 01:58:37 AM »
I haven't checked, but does the graphical display at least make use of the ">0" extra conditional entries on every target relevant?
Logged

Offline yapper

  • Rockbox Expert
  • Member
  • *
  • Posts: 794
Re: DEFAULT THEME CONTEST!!!
« Reply #529 on: January 02, 2008, 03:01:18 AM »
I haven't checked them all either, but my port uses
Code: [Select]
%?pv<%xdM|%xdN|%xdO|%xdP|%xdp|%xdq|%xdr|%xds|%xdt> so the last graphic is presented when the volume setting exceeds 0dB.
Logged
G2 iPod 20GB / Sansa c240 v1 + 2GB microSD / Sansa c250 v1 / Sansa e250 v1 + 8GB microSDHC / Sansa Fuze v2 + 32GB microSDHC

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: DEFAULT THEME CONTEST!!!
« Reply #530 on: January 02, 2008, 03:04:22 AM »
Does the last graphic indicate somehow that it's "More than max", like changing color, or having the rightmost pixels red or something?

Basically, *at* 0 should usually be "full" volume because above 0 is very likely to sound funny or distorted depending on your audio files, and there should be some visual cue that it's not "right" to be there.
Logged

Offline GodEater

  • Member
  • *
  • Posts: 2829
Re: DEFAULT THEME CONTEST!!!
« Reply #531 on: January 02, 2008, 03:16:23 AM »
Quote from: Llorean on January 02, 2008, 03:04:22 AM
Basically, *at* 0 should usually be "full" volume because above 0 is very likely to sound funny or distorted depending on your audio files, and there should be some visual cue that it's not "right" to be there.

You mean some indication apart from the fact that your ears are bleeding? ;)
Logged

Read The Manual Please

Offline yapper

  • Rockbox Expert
  • Member
  • *
  • Posts: 794
Re: DEFAULT THEME CONTEST!!!
« Reply #532 on: January 02, 2008, 03:50:31 AM »
The last graphic indicates that it's "More than max" by appearing  ;)

I agree, it's probable that distortion will be present at that point, but I've left it to the user to determine whether or not the distortion is noticeable/acceptable/tolerable.
Logged
G2 iPod 20GB / Sansa c240 v1 + 2GB microSD / Sansa c250 v1 / Sansa e250 v1 + 8GB microSDHC / Sansa Fuze v2 + 32GB microSDHC

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: DEFAULT THEME CONTEST!!!
« Reply #533 on: January 02, 2008, 03:59:19 AM »
The thing is, some players max at 0dB, and some max at +6 or more. There should be a unique identifier for when you're >0, because otherwise the user has no way of knowing they've passed the "line level" output. 0db is a VERY important value, because if you're hooking up to a line in, it's generally what you should be using, etc. It's important to be able to distinguish it easily, just in general.

There's a unique entry in the conditional for >0, rather than treating it as "more of the same" (evenly divided) specifically because >0 is not the same as <=0.
« Last Edit: January 02, 2008, 04:01:15 AM by Llorean »
Logged

Offline ZincAlloy

  • Member
  • *
  • Posts: 488
Re: DEFAULT THEME CONTEST!!!
« Reply #534 on: January 02, 2008, 04:28:53 AM »
ahhhhh, so there IS a use for this one.... didn't know about that. I will add an additional icon later today. for what targets do we need it?
Logged

Offline yapper

  • Rockbox Expert
  • Member
  • *
  • Posts: 794
Re: DEFAULT THEME CONTEST!!!
« Reply #535 on: January 02, 2008, 04:29:20 AM »
Quote from: Llorean on January 02, 2008, 03:59:19 AM
There should be a unique identifier for when you're >0, because otherwise the user has no way of knowing they've passed the "line level" output.
This is indicated by the last bar appearing.

Assigning a special colour to it could also be misleading, because a user who cares sufficiently is likely to have set the precut in the graphical equalizer menu to effectively limit the maximum to 0dB, rather than a positive value. In those circumstances, the last bar would still be a 'safe' setting.
Logged
G2 iPod 20GB / Sansa c240 v1 + 2GB microSD / Sansa c250 v1 / Sansa e250 v1 + 8GB microSDHC / Sansa Fuze v2 + 32GB microSDHC

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: DEFAULT THEME CONTEST!!!
« Reply #536 on: January 02, 2008, 04:37:52 AM »
Setting the precut in an equalizer is not a proper solution to limiting to 0dB. The equalizer is digital gain, the volume is analog gain.

So what you're suggesting doesn't work the way you think it does. And someone who sets the precut KNOWS they've done so. People who can't see the numerical volume have no way of knowing their player goes above Line Level.

Remember, this is for NEW users. Since they can't see +1 and above, they have no way of knowing the last line means something special unless it's graphically different. As it stands, it's just like any other line.

We moved from 0-100% to a dB scale so the numbers can be meaningful. You're intentionally saying "I want to make the volume display less meaningful." Honestly, can you justify WHY special values should NOT be indicated, when they in fact ARE special values?

I mean honestly, how can a new user know that the last bar means anything but "as loud as it gets", when it really means "louder than it gets" in a sense. Especially when on other players, the last bar really DOES just mean "as loud as it gets" because some DO cap at 0dB
« Last Edit: January 02, 2008, 04:40:33 AM by Llorean »
Logged

Offline yapper

  • Rockbox Expert
  • Member
  • *
  • Posts: 794
Re: DEFAULT THEME CONTEST!!!
« Reply #537 on: January 02, 2008, 04:51:02 AM »
Quote from: Llorean on January 02, 2008, 04:37:52 AM
Setting the precut in an equalizer is not a proper solution to limiting to 0dB. The equalizer is digital gain, the volume is analog gain.
Isn't limiting via a digital gain setting the ideal? The digital gain block will be before the DAC, so signal integrity is maintained.

Quote
You're intentionally saying "I want to make the volume display less meaningful." Honestly, can you justify WHY special values should NOT be indicated, when they in fact ARE special values?
As I've said, the >0dB case IS indicated. I just don't treat this case as being 'special' as other settings may also have special significance too. One of my cars has an adapter which clips at levels above about -12dB. Another clips at a different level.

Maybe you need to write a detailed spec for your ideal WPS, and we'll have a go at producing Grumpy 1.0  :)
Logged
G2 iPod 20GB / Sansa c240 v1 + 2GB microSD / Sansa c250 v1 / Sansa e250 v1 + 8GB microSDHC / Sansa Fuze v2 + 32GB microSDHC

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: DEFAULT THEME CONTEST!!!
« Reply #538 on: January 02, 2008, 05:01:41 AM »
The 0dB case is NOT indicated for people who don't know it exists.

If our numbers we numbered volume from say, 0 to 50, there would be no way to distinguish that 48, 49, and 50 were above 0dB. The same is true with your graphics. We don't, we number using the actual range of the DAC.

I'm going to say here and now, I'll fight tooth and nail to be sure that the default WPS has a graphical volume display that indicates when you have gone past the "expect clipping" point to a new user. Or rather, I'll fight tooth and nail to see that one that doesn't isn't committed.

As I've said already: NEW USERS. They don't necessarily know about other settings. If they turn up the volume, they should see, IMMEDIATELY, that something is different about volume at this point. That they're over "Full" volume. Because 0dB really is "Full".

Your only justification for not doing it is "I use more complicated settings, which negate this meaning." But if you apply precut, you know about the settings. Why is it bad that the last bar still indicates >0dB analog gain? What HARM comes from actually providing additional useful information?

0dB isn't "when your adapter might clip". 0dB is "line level" which means above it is when your DAP itself might clip.
« Last Edit: January 02, 2008, 05:07:34 AM by Llorean »
Logged

Offline yapper

  • Rockbox Expert
  • Member
  • *
  • Posts: 794
Re: DEFAULT THEME CONTEST!!!
« Reply #539 on: January 02, 2008, 07:31:06 AM »
You obviously have a very strong personal view about the 0dB level.
The fix you propose (using the WPS to indicate 0dB+) would require ALL graphical WPS to use this technique.

The method I proposed (pre-cut) could be implemented at the build level for each target, and would be effective regardless of the subsequent WPS selection.

Incidentally, I don't remember seeing any significant forum traffic related to this issue. Is it possible that most don't care or notice clipping?
Logged
G2 iPod 20GB / Sansa c240 v1 + 2GB microSD / Sansa c250 v1 / Sansa e250 v1 + 8GB microSDHC / Sansa Fuze v2 + 32GB microSDHC

  • Print
Pages: 1 ... 34 35 [36] 37 38 ... 67
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  ONGOING DEFAULT THEME CONTEST!!!
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.18 seconds with 23 queries.