* alsamixer idea
@ 2004-08-19 6:46 Lee Revell
2004-08-19 7:19 ` GCZ
2004-08-19 9:56 ` Takashi Iwai
0 siblings, 2 replies; 6+ messages in thread
From: Lee Revell @ 2004-08-19 6:46 UTC (permalink / raw)
To: alsa-devel; +Cc: alsa-user
With my soundcard (emu10k1), and a 21" monitor, running in a maximized
xterm with a small font, only about half the mixer controls fit on the
screen - I have to scroll to the right to see the rest. Worse, the
names are truncated to 8 letters! Yet, the screen is mostly empty
space.
Why not just make the mixer controls horizontal? You would easily be
able to fit them all on the screen, with the full names, or at least you
could truncate them to something reasonable like 32 characters, and you
would still have the same amount of space for the mixer. The only
drawback I see is that it might not be cross-cultural, though I don't
see why the volume increasing left to right is any less intuitive than
bottom to top.
At the very least it could have a horizontal mode that could be toggled.
Lee
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: alsamixer idea
2004-08-19 6:46 alsamixer idea Lee Revell
@ 2004-08-19 7:19 ` GCZ
2004-08-19 9:56 ` Takashi Iwai
1 sibling, 0 replies; 6+ messages in thread
From: GCZ @ 2004-08-19 7:19 UTC (permalink / raw)
To: alsa-devel
Lee Revell wrote:
> Why not just make the mixer controls horizontal? You would easily be
> able to fit them all on the screen, with the full names, or at least you
> could truncate them to something reasonable like 32 characters, and you
> would still have the same amount of space for the mixer. The only
> drawback I see is that it might not be cross-cultural, though I don't
> see why the volume increasing left to right is any less intuitive than
> bottom to top.
>
> At the very least it could have a horizontal mode that could be toggled.
+1
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: alsamixer idea
2004-08-19 6:46 alsamixer idea Lee Revell
2004-08-19 7:19 ` GCZ
@ 2004-08-19 9:56 ` Takashi Iwai
2004-08-19 10:01 ` [Alsa-devel] " Lee Revell
2004-08-19 10:04 ` Lee Revell
1 sibling, 2 replies; 6+ messages in thread
From: Takashi Iwai @ 2004-08-19 9:56 UTC (permalink / raw)
To: Lee Revell; +Cc: alsa-devel, alsa-user
At Thu, 19 Aug 2004 02:46:28 -0400,
Lee Revell wrote:
>
> With my soundcard (emu10k1), and a 21" monitor, running in a maximized
> xterm with a small font, only about half the mixer controls fit on the
> screen - I have to scroll to the right to see the rest. Worse, the
> names are truncated to 8 letters! Yet, the screen is mostly empty
> space.
>
> Why not just make the mixer controls horizontal? You would easily be
> able to fit them all on the screen, with the full names, or at least you
> could truncate them to something reasonable like 32 characters, and you
> would still have the same amount of space for the mixer. The only
> drawback I see is that it might not be cross-cultural, though I don't
> see why the volume increasing left to right is any less intuitive than
> bottom to top.
>
> At the very least it could have a horizontal mode that could be toggled.
It sounds nice. The only reason I didn't do this is that the
alsamixer code became too dirty for such a big change... :<
Another good idea (IIRC James proposed) is to split the
volumes/switches between playback and capture and make them
switchable.
Takashi
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Alsa-devel] alsamixer idea
2004-08-19 9:56 ` Takashi Iwai
@ 2004-08-19 10:01 ` Lee Revell
2004-08-19 10:04 ` Lee Revell
1 sibling, 0 replies; 6+ messages in thread
From: Lee Revell @ 2004-08-19 10:01 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, alsa-user
On Thu, 2004-08-19 at 05:56, Takashi Iwai wrote:
> At Thu, 19 Aug 2004 02:46:28 -0400,
> Lee Revell wrote:
> >
> > Why not just make the mixer controls horizontal?
> >
> > At the very least it could have a horizontal mode that could be toggled.
>
> It sounds nice. The only reason I didn't do this is that the
> alsamixer code became too dirty for such a big change... :<
>
Yes I was afraid of that, that's why I didn't look at the code first...
Lee
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: alsamixer idea
2004-08-19 9:56 ` Takashi Iwai
2004-08-19 10:01 ` [Alsa-devel] " Lee Revell
@ 2004-08-19 10:04 ` Lee Revell
2004-08-19 10:38 ` James Courtier-Dutton
1 sibling, 1 reply; 6+ messages in thread
From: Lee Revell @ 2004-08-19 10:04 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, alsa-user
On Thu, 2004-08-19 at 05:56, Takashi Iwai wrote:
> At Thu, 19 Aug 2004 02:46:28 -0400,
> Another good idea (IIRC James proposed) is to split the
> volumes/switches between playback and capture and make them
> switchable.
>
This actually has the advantage that Windows does it this way, so novice
users will be a lot less confused. Peter Zubaj is right in that 99% of
bug reports from new users involve confusion re: the mixer. Anything we
can do in this area is probably worthwhile.
Lee
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: alsamixer idea
2004-08-19 10:04 ` Lee Revell
@ 2004-08-19 10:38 ` James Courtier-Dutton
0 siblings, 0 replies; 6+ messages in thread
From: James Courtier-Dutton @ 2004-08-19 10:38 UTC (permalink / raw)
To: Lee Revell; +Cc: Takashi Iwai, alsa-devel, alsa-user
Lee Revell wrote:
> On Thu, 2004-08-19 at 05:56, Takashi Iwai wrote:
>
>>At Thu, 19 Aug 2004 02:46:28 -0400,
>
>
>>Another good idea (IIRC James proposed) is to split the
>>volumes/switches between playback and capture and make them
>>switchable.
>>
>
>
> This actually has the advantage that Windows does it this way, so novice
> users will be a lot less confused. Peter Zubaj is right in that 99% of
> bug reports from new users involve confusion re: the mixer. Anything we
> can do in this area is probably worthwhile.
>
> Lee
>
I am working on alsamixer now, trying to add the separate
play,capture,misc views.
I don't have much time, so it might take a bit of time to finish.
James
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2004-08-19 10:38 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-19 6:46 alsamixer idea Lee Revell
2004-08-19 7:19 ` GCZ
2004-08-19 9:56 ` Takashi Iwai
2004-08-19 10:01 ` [Alsa-devel] " Lee Revell
2004-08-19 10:04 ` Lee Revell
2004-08-19 10:38 ` James Courtier-Dutton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.