From: Takashi Iwai <tiwai@suse.de>
To: Maarten de Boer <mdeboer@iua.upf.es>
Cc: alsa-devel@alsa-project.org
Subject: Re: too many alsamixer sliders
Date: Fri, 26 Apr 2002 16:41:56 +0200 [thread overview]
Message-ID: <s5hwuuua5e3.wl@alsa2.suse.de> (raw)
In-Reply-To: <20020426124115.71b29205.mdeboer@iua.upf.es>
At Fri, 26 Apr 2002 12:41:15 +0200,
Maarten de Boer wrote:
>
> Hello,
>
> Updating my fltk alsamixer frontend, alsamixergui, I once again
> found that alsamixer (and therefore alsamixergui) shows a lot
> of sliders. With my Audigy, it's really too much. I think it
> would be very nice to be able to configure alsamixer, to show
> only a subset of sliders. I guess a .alsamixerrc file in the
> users homedirectory. But maybe the /etc/asound.state could be
> used for that as well? It would be nice to have several presets
> or groups..
yep there are some problems regarding the control api:
- control names are sometimes too ambiguous
- controls are not structured
thus we see too many controls in a row on alsamixer.
but i don't think it's good to put extra grouping info to the general
control api (at least on kernel level), partly because changing the
api should be avoided, and partly because the grouping is a kind of
tastes and each of us may have different ideas to assort them.
i once tried to write a mixer in a script language.
it uses config files for each driver, which define the grouping and
actions of controls, so that the mixer elements are sorted and looked
"ordinary". the project was aborted for a while just due to lack of
time...
it would be possible to define a general config, such as based on
xml. not sure whether it's worthy, though.
Takashi
next prev parent reply other threads:[~2002-04-26 14:42 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-04-26 10:41 too many alsamixer sliders Maarten de Boer
2002-04-26 12:04 ` [PATCH] acoonectgui cannot build Thierry Vignaud
2002-04-26 12:41 ` [PATCH] alsamixergui " Thierry Vignaud
2002-04-26 14:41 ` Takashi Iwai [this message]
2002-04-29 18:45 ` too many alsamixer sliders James Courtier-Dutton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=s5hwuuua5e3.wl@alsa2.suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@alsa-project.org \
--cc=mdeboer@iua.upf.es \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.