All of lore.kernel.org
 help / color / mirror / Atom feed
* Question about control names.
@ 2003-07-03  1:24 Manuel Jander
  2003-07-03 12:16 ` Takashi Iwai
  0 siblings, 1 reply; 6+ messages in thread
From: Manuel Jander @ 2003-07-03  1:24 UTC (permalink / raw)
  To: Alsa Devel list

Hello,

I wrote support for the Hardware Equalizer (10 band stereo = 20
controls) for the Aureal Vortex cards. For testing purposes i used the
controls as "MIXER" type controls, so they are visible from any mixer.
The question: How should they be named ? Is the type "MIXER" acceptable
? In my opinion it is at least pretty convenient.

Now that the EQ is done, i would like to write support for a EQ peak
visualization support that the AUreal cards provide. That is there are
hardware registers that can be read to obtain the peak values of each
frequency band. The same question as above: How should that readonly
control to be named ?
I guess it would be bad idea having it added like a MIXER type control.
I was thinking of using HWDEP instead, and write a special graphical
application for the visualization purpose (accessing the ALSA controls).
Is there something like this done before ??


And at last, could someone please with suggar on the top update the ALSA
support matrix ???!! The Aureal Vortex cards -YES THEY ARE- supported.
(http://savannah.nongnu.org/projects/openvortex/)

Best Regards

Manuel Jander.




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Question about control names.
  2003-07-03  1:24 Question about control names Manuel Jander
@ 2003-07-03 12:16 ` Takashi Iwai
  2003-07-03 13:17   ` Patrick Shirkey
  2003-07-14 22:43   ` More Questions " Christian Esken
  0 siblings, 2 replies; 6+ messages in thread
From: Takashi Iwai @ 2003-07-03 12:16 UTC (permalink / raw)
  To: manuel.jander; +Cc: alsa-devel

At 02 Jul 2003 21:24:57 -0400,
Manuel Jander wrote:
> 
> Hello,
> 
> I wrote support for the Hardware Equalizer (10 band stereo = 20
> controls) for the Aureal Vortex cards. For testing purposes i used the
> controls as "MIXER" type controls, so they are visible from any mixer.
> The question: How should they be named ? Is the type "MIXER" acceptable
> ? In my opinion it is at least pretty convenient.

MXIER should be fine.

the name is still an open question, but it's not strict at all.
i would use a name like "XXX Playback Volume", where "XXX" would be
likely "Equalizer" or "Aureal Equalizer", etc.
anyway, it's your choice, since you are the first conqueror :)

> Now that the EQ is done, i would like to write support for a EQ peak
> visualization support that the AUreal cards provide. That is there are
> hardware registers that can be read to obtain the peak values of each
> frequency band. The same question as above: How should that readonly
> control to be named ?

it's also not defined well.  i'd suggest you to use an intuitive name
such as "VU Meter", "Equalizer Peak", etc.

> I guess it would be bad idea having it added like a MIXER type control.
> I was thinking of using HWDEP instead, and write a special graphical
> application for the visualization purpose (accessing the ALSA controls).
> Is there something like this done before ??

usually this type of control is implemented in MIXER or PCM.
for example, ice1712 driver provides peak meters over MIXER.
HWDEP should be used really for the hwdep devices.
you can add READ|VOLATILE attribute flag to indicate the frequent
changes of values.


> And at last, could someone please with suggar on the top update the ALSA
> support matrix ???!! The Aureal Vortex cards -YES THEY ARE- supported.
> (http://savannah.nongnu.org/projects/openvortex/)

please ask Patrick Shirkey <pshirkey@boosthardware.com>, the
maintainer of the web page.


ciao,

Takashi


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Question about control names.
  2003-07-03 12:16 ` Takashi Iwai
@ 2003-07-03 13:17   ` Patrick Shirkey
  2003-07-03 14:19     ` Takashi Iwai
  2003-07-14 22:43   ` More Questions " Christian Esken
  1 sibling, 1 reply; 6+ messages in thread
From: Patrick Shirkey @ 2003-07-03 13:17 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: manuel.jander, alsa-devel

Takashi Iwai wrote:
>
> 
>>And at last, could someone please with suggar on the top update the ALSA
>>support matrix ???!! The Aureal Vortex cards -YES THEY ARE- supported.
>>(http://savannah.nongnu.org/projects/openvortex/)
> 
> 
> please ask Patrick Shirkey <pshirkey@boosthardware.com>, the
> maintainer of the web page.
> 

Curently we have Aureal listed as bankrupt.

What should it say instead?

Ideally we need chip, driver name, web link, product name for each 
supported device.

-- 
Patrick Shirkey - Boost Hardware Ltd.
Http://www.boosthardware.com
Http://www.djcj.org - The Linux Audio Users guide
========================================

Being on stage with the band in front of crowds shouting, "Get off! No! 
We want normal music!", I think that was more like acting than anything 
I've ever done.

Goldie, 8 Nov, 2002
The Scotsman



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Question about control names.
  2003-07-03 13:17   ` Patrick Shirkey
@ 2003-07-03 14:19     ` Takashi Iwai
  0 siblings, 0 replies; 6+ messages in thread
From: Takashi Iwai @ 2003-07-03 14:19 UTC (permalink / raw)
  To: Patrick Shirkey; +Cc: manuel.jander, alsa-devel

At Thu, 03 Jul 2003 22:17:37 +0900,
Patrick Shirkey wrote:
> 
> Takashi Iwai wrote:
> >
> > 
> >>And at last, could someone please with suggar on the top update the ALSA
> >>support matrix ???!! The Aureal Vortex cards -YES THEY ARE- supported.
> >>(http://savannah.nongnu.org/projects/openvortex/)
> > 
> > 
> > please ask Patrick Shirkey <pshirkey@boosthardware.com>, the
> > maintainer of the web page.
> > 
> 
> Curently we have Aureal listed as bankrupt.
> 
> What should it say instead?

i think Manuel wanted to tell us the gray color :)
(btw, was aureal bought by creative?)

> Ideally we need chip, driver name, web link, product name for each 
> supported device.

yes, Manuel, please send him the detailed information to be shown
there.


Takashi


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01

^ permalink raw reply	[flat|nested] 6+ messages in thread

* More Questions about control names.
  2003-07-03 12:16 ` Takashi Iwai
  2003-07-03 13:17   ` Patrick Shirkey
@ 2003-07-14 22:43   ` Christian Esken
  2003-07-15  9:13     ` Takashi Iwai
  1 sibling, 1 reply; 6+ messages in thread
From: Christian Esken @ 2003-07-14 22:43 UTC (permalink / raw)
  To: alsa-devel

On Thursday 03 July 2003 14:16, Takashi Iwai wrote:
> At 02 Jul 2003 21:24:57 -0400,
>
> Manuel Jander wrote:
> > Hello,
> >
> > I wrote support for the Hardware Equalizer (10 band stereo = 20
> > controls) for the Aureal Vortex cards. For testing purposes i used the
> > controls as "MIXER" type controls, so they are visible from any mixer.
> > The question: How should they be named ? Is the type "MIXER" acceptable
> > ? In my opinion it is at least pretty convenient.
>
> MXIER should be fine.
>
> the name is still an open question, but it's not strict at all.

I think this is true for all control names, isn't it. At least I have not 
found a naming scheme (just tell me if I have missed the corresponding docs). 
I actually would prefer if it would be more strict. Or to have a method to 
know what the function of the control is.
I find it very hard to write a generic mixer application without knowing the 
function of the control. If I knew the functions, I could do better grouping 
in kmix. Currenty the controls/sliders are just sorted by ID, which sometimes 
is not-so-userfriendly.

Chris


-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: More Questions about control names.
  2003-07-14 22:43   ` More Questions " Christian Esken
@ 2003-07-15  9:13     ` Takashi Iwai
  0 siblings, 0 replies; 6+ messages in thread
From: Takashi Iwai @ 2003-07-15  9:13 UTC (permalink / raw)
  To: Christian Esken; +Cc: alsa-devel

At Tue, 15 Jul 2003 00:43:26 +0200,
Christian Esken wrote:
> 
> On Thursday 03 July 2003 14:16, Takashi Iwai wrote:
> > At 02 Jul 2003 21:24:57 -0400,
> >
> > Manuel Jander wrote:
> > > Hello,
> > >
> > > I wrote support for the Hardware Equalizer (10 band stereo = 20
> > > controls) for the Aureal Vortex cards. For testing purposes i used the
> > > controls as "MIXER" type controls, so they are visible from any mixer.
> > > The question: How should they be named ? Is the type "MIXER" acceptable
> > > ? In my opinion it is at least pretty convenient.
> >
> > MXIER should be fine.
> >
> > the name is still an open question, but it's not strict at all.
> 
> I think this is true for all control names, isn't it. At least I have not 
> found a naming scheme (just tell me if I have missed the corresponding docs). 

alsa-kernel/Documentation/ControlNames.txt


Takashi


-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-07-15  9:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-03  1:24 Question about control names Manuel Jander
2003-07-03 12:16 ` Takashi Iwai
2003-07-03 13:17   ` Patrick Shirkey
2003-07-03 14:19     ` Takashi Iwai
2003-07-14 22:43   ` More Questions " Christian Esken
2003-07-15  9:13     ` Takashi Iwai

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.